MCPcopy Create free account

hub / github.com/JakkuSakura/FerroPhase / functions

Functions52,957 in github.com/JakkuSakura/FerroPhase

↓ 15 callersFunctionalign_up
(value: u64, align: u64)
crates/fp-native/src/link/macho.rs:14
↓ 15 callersFunctionassert_stdout_contains
(outcome: &ConstEvalOutcome, expected: &str)
crates/fp-cli/src/pipeline/mod.rs:2077
↓ 15 callersFunctionbase_args
( input: std::path::PathBuf, output: std::path::PathBuf, target_triple: &str, )
crates/fp-cli/tests/test_compile_native_object_targets.rs:18
↓ 15 callersFunctionbase_args
(input: std::path::PathBuf, output: std::path::PathBuf)
crates/fp-cli/tests/test_compile_native_exec_syscall.rs:15
↓ 15 callersMethodclear_ty
(&mut self, ty: &mut Ty)
crates/fp-interpret/src/engine/mod.rs:2430
↓ 15 callersMethodcmp
(&self, rhs: &BH<'a>)
tests/rust/ui/drop/dropck_legal_cycles.rs:669
↓ 15 callersFunctioncollect_operand_uses
(operand: &mir::Operand, uses: &mut [bool], defs: &[bool])
crates/fp-backend/src/optimizer/mod.rs:586
↓ 15 callersFunctionconsume_optional_where_clause
(input: &mut &[Token])
crates/fp-lang/src/cst/items.rs:2438
↓ 15 callersFunctiondroppy
()
tests/rust/ui/drop/lint-if-let-rescope.rs:7
↓ 15 callersMethodemit
(&mut self)
crates/fp-ebpf/src/lib.rs:417
↓ 15 callersFunctionemit_and_rr
(asm: &mut Assembler, dst: Reg, src: Reg)
crates/fp-native/src/emit/x86_64.rs:2277
↓ 15 callersFunctionemit_lowering_warning
(message: impl Into<String>)
crates/fp-bytecode/src/lib.rs:487
↓ 15 callersFunctionemit_or_reg
(asm: &mut Assembler, dst: Reg, lhs: Reg, rhs: Reg)
crates/fp-native/src/emit/aarch64.rs:5661
↓ 15 callersMethodevaluate_invoke_args
( &mut self, invoke: &mut ExprInvoke, params: Option<&[FunctionParam]>, )
crates/fp-interpret/src/engine/eval_expr.rs:5378
↓ 15 callersFunctionf
(_s: &'lt S<'lt>)
tests/rust/ui/regions/issue-5243.rs:12
↓ 15 callersMethodfunc
()
tests/rust/ui/suggestions/issue-102354.rs:2
↓ 15 callersMethodget
(&self, i: usize)
tests/rust/ui/lifetimes/issue-103582-hint-for-missing-lifetime-bound-on-trait-object-using-type-alias.rs:32
↓ 15 callersMethodhas_unresolved_ty
(&self, ty: &Ty)
crates/fp-backend/src/transforms/hir_to_mir/expr.rs:6101
↓ 15 callersMethodinfer
(&mut self, node: &mut Node)
crates/fp-typing/src/lib.rs:553
↓ 15 callersFunctioninvalid
(message: impl std::fmt::Display)
crates/fp-jvm/src/parse.rs:7
↓ 15 callersMethodis_empty
(&self)
crates/fp-core/src/ast/value/value.rs:301
↓ 15 callersMethodis_opaque_ty
(&self, ty: &Ty)
crates/fp-backend/src/transforms/hir_to_mir/expr.rs:6095
↓ 15 callersFunctionmatches
()
tests/rust/ui/issues/issue-22638.rs:59
↓ 15 callersMethodnext
(&mut self)
tests/rust/ui/suggestions/lifetimes/trait-object-nested-in-impl-trait.rs:17
↓ 15 callersFunctionparse_u32
(raw: &str)
crates/fp-bytecode/src/lib.rs:1368
↓ 15 callersFunctionread_i32
(bytes: &[u8], index: usize)
crates/fp-native/src/binary/x86_64.rs:15388
↓ 15 callersMethodrender_expr
(&mut self, expr: &Expr)
crates/fp-python/src/codegen.rs:439
↓ 15 callersFunctionstage_enabled
(options: &PipelineOptions, stage: &str)
crates/fp-cli/src/pipeline/mod.rs:92
↓ 15 callersFunctiontouch
(_a: &A)
tests/rust/ui/moves/moves-based-on-type-exprs.rs:7
↓ 15 callersFunctionuse_ref
(_: &T)
tests/rust/ui/coercion/coerce-overloaded-autoderef.rs:9
↓ 15 callersFunctionwrite_executable
(path: &Path, plan: &EmitPlan)
crates/fp-native/src/emit/mod.rs:241
↓ 14 callersFunctionarray
()
tests/rust/ui/borrowck/borrowck-move-out-from-array-use.rs:1
↓ 14 callersFunctionarray
()
tests/rust/ui/borrowck/borrowck-move-out-from-array-use-match.rs:1
↓ 14 callersMethodcoerce_to_int
( &self, value: BasicValueEnum<'static>, target: IntType<'static>, )
crates/fp-llvm/src/llvm/codegen.rs:2113
↓ 14 callersFunctionemit_store_to_base
(asm: &mut Assembler, src: Reg, base: Reg, offset: i32)
crates/fp-native/src/emit/aarch64.rs:5431
↓ 14 callersFunctionfoo
Upstream crate for unstable impl codegen test that depends on aux crate in unstable_impl_codegen_aux1.rs
tests/rust/ui/unstable-feature-bound/auxiliary/unstable_impl_codegen_aux2.rs:11
↓ 14 callersMethodfoo
(&self, x: usize)
tests/rust/ui/delegation/impl-reuse-pass.rs:53
↓ 14 callersFunctionfoo_pin_mut
(_: Pin<&mut Foo>)
tests/rust/ui/pin-ergonomics/borrow-unpin.rs:28
↓ 14 callersFunctionformat_value_with_spec
Format a single value with an optional format specification. The specification can either be Rust-style (e.g. `:?`) or printf-style starting with `%`
crates/fp-core/src/ops/runtime_format.rs:105
↓ 14 callersMethodinto
(self)
tests/rust/ui/scalable-vectors/debuginfo-does-not-spill.rs:24
↓ 14 callersMethodinto
(self)
tests/rust/ui/associated-type-bounds/trait-params.rs:15
↓ 14 callersMethodinto_iter
(self)
tests/rust/ui/rust-2021/array-into-iter-ambiguous.rs:15
↓ 14 callersFunctionis_aggregate_type
(ty: &AsmType)
crates/fp-native/src/emit/x86_64.rs:1963
↓ 14 callersFunctionis_large_aggregate
(ty: &AsmType)
crates/fp-native/src/emit/aarch64.rs:5226
↓ 14 callersMethodjoin
(mut self, sep: &str)
tests/rust/ui/impl-trait/example-calendar.rs:283
↓ 14 callersMethodkind
(&self)
crates/fp-core/src/ast/item/mod.rs:114
↓ 14 callersFunctionlower_outer_attrs
(node: &SyntaxNode)
crates/fp-lang/src/ast/items.rs:741
↓ 14 callersFunctionlower_val_type
(ty: &LirType)
crates/fp-wasm/src/lib.rs:1759
↓ 14 callersFunctionmaterialize_expr
( expr: ast::Expr, strategy: &dyn IntrinsicMaterializer, )
crates/fp-cli/src/pipeline/stages/materialize.rs:250
↓ 14 callersFunctionmin
(a: usize, b: usize)
tests/rust/ui/const-generics/generic_const_exprs/issue-96699.rs:6
↓ 14 callersMethodnext
(&mut self)
tests/rust/ui/coroutine/iterator-count.rs:15
↓ 14 callersMethodnormalize
(&mut self, ast: &mut Node)
crates/fp-cli/src/pipeline/mod.rs:1999
↓ 14 callersFunctionparse_capstone_two_operands
(op_str: &str)
crates/fp-native/src/binary/x86_64.rs:2196
↓ 14 callersMethodparse_pattern
(&mut self)
crates/fp-lang/src/cst/expr.rs:1307
↓ 14 callersFunctionrequire_result_type
(instruction: &LirInstruction)
crates/fp-ebpf/src/lib.rs:1632
↓ 14 callersMethodresolve_locator_key
(&self, locator: &Name)
crates/fp-typing/src/lib.rs:1127
↓ 14 callersFunctionsql_expr
(expr: &Expr)
crates/fp-core/src/query/fp_feature.rs:457
↓ 14 callersFunctiontest_panic_msg_only_if_strict
(op: impl (FnOnce() -> T) + 'static, msg: &str)
tests/rust/ui/intrinsics/panic-uninitialized-zeroed.rs:104
↓ 14 callersFunctiontick
(c: &mut dyn Counter)
tests/rust/ui/self/dyn-compatibility-sized-self-return-Self.rs:26
↓ 14 callersMethodtype_bit_width
(&self, ty: &lir::LirType)
crates/fp-backend/src/transforms/mir_to_lir/instr.rs:5036
↓ 14 callersFunctionunwrap_expr
(expr_node: &Node)
crates/fp-lang/tests/expr_nodes.rs:5
↓ 14 callersMethoduse_ref
(&self)
tests/rust/ui/nll/closure-borrow-spans.rs:100
↓ 14 callersFunctionwant
(_x: V)
tests/rust/ui/errors/traits/blame-trait-error-spans-on-exprs.rs:53
↓ 14 callersFunctionyield_now
()
tests/rust/ui/liveness/liveness-upvars.rs:115
↓ 13 callersMethod__
HACK(eddyb): only needed because `impl Trait` can't be used with trait methods: `.foo()` becomes `.__(foo)`.
tests/rust/ui/impl-trait/example-calendar.rs:298
↓ 13 callersMethodadd_diagnostic
(&self, diagnostic: Diagnostic)
crates/fp-core/src/diagnostics.rs:175
↓ 13 callersFunctionassert_static
(_: &'static T)
tests/rust/ui/consts/promotion.rs:12
↓ 13 callersFunctioncall
()
tests/rust/ui/statics/issue-91050-2.rs:21
↓ 13 callersMethodcall
( &self, name: &str, _sig: &fp_core::ast::FunctionSignature, args: &[Value],
crates/fp-shell/src/lib.rs:206
↓ 13 callersFunctionchannel
()
tests/rust/ui/async-await/auxiliary/issue-72470-lib.rs:119
↓ 13 callersFunctionconstant_to_u64_bits
(constant: &AsmConstant)
crates/fp-native/src/emit/aarch64.rs:5115
↓ 13 callersMethodemit_bl_external
(&mut self, symbol: &str)
crates/fp-native/src/emit/aarch64.rs:7442
↓ 13 callersMethodemit_cast
( &mut self, func: &mut Function, value: &LirValue, instr: &LirInstruction,
crates/fp-wasm/src/lib.rs:1042
↓ 13 callersFunctionemit_modrm_disp32
(asm: &mut Assembler, reg: u8, rm: u8, disp: i32)
crates/fp-native/src/emit/x86_64.rs:5908
↓ 13 callersMethodensure_no_errors
(&self)
crates/fp-cli/src/pipeline/mod.rs:2068
↓ 13 callersMethodenum_layout_for_def
(&mut self, def_id: hir::DefId, span: Span)
crates/fp-backend/src/transforms/hir_to_mir/expr.rs:6182
↓ 13 callersMethodenum_variant_info_from_path
(&self, path: &hir::Path)
crates/fp-backend/src/transforms/hir_to_mir/expr.rs:9485
↓ 13 callersFunctionf
()
tests/rust/ui/imports/imports.rs:14
↓ 13 callersFunctionget
()
tests/rust/ui/pattern/rfc-3627-match-ergonomics-2024/min_match_ergonomics_fail.rs:36
↓ 13 callersFunctioninner
()
tests/rust/ui/use/use-path-segment-kw.rs:87
↓ 13 callersFunctioninterpret_and_run
(source: &str)
crates/fp-interpret/tests/json_api_tests.rs:11
↓ 13 callersMethodis_absolute
(&self)
crates/fp-core/src/vfs/mod.rs:59
↓ 13 callersFunctionis_call_named
(inst: &AsmInstruction, dll: &str, name: &str)
crates/fp-native/src/system_api/mod.rs:6345
↓ 13 callersFunctionis_large_aggregate
(ty: &AsmType)
crates/fp-native/src/emit/x86_64.rs:1972
↓ 13 callersMethodlast
(self)
tests/rust/ui/traits/next-solver/coherence/negative-coherence-bounds.rs:25
↓ 13 callersMethodlocator_to_hir_path_with_scope
( &mut self, locator: &Name, scope: PathResolutionScope, )
crates/fp-backend/src/transforms/ast_to_hir/helpers.rs:16
↓ 13 callersMethodmap
(&self, mut f: F)
tests/rust/ui/traits/generic.rs:23
↓ 13 callersFunctionnoop
()
tests/rust/ui/async-await/issues/issue-59972.rs:16
↓ 13 callersFunctionprimitive_type
(kind: TypePrimitive)
crates/fp-backend/tests/hir_to_mir_contract.rs:18
↓ 13 callersMethodpush_comment
(&mut self, comment: &str)
crates/fp-godot/src/serializer.rs:1175
↓ 13 callersFunctionput_u32
(out: &mut Vec<u8>, x: u32)
crates/fp-native/src/link/elf.rs:24
↓ 13 callersMethodread_gpr
(&mut self, reg: u8)
crates/fp-native/src/binary/aarch64.rs:867
↓ 13 callersMethodrefm
(&self)
tests/rust/ui/deref/dereferenceable-type-behavior-22992.rs:18
↓ 13 callersMethodregister_generic_param
(&mut self, name: &str)
crates/fp-typing/src/lib.rs:3026
↓ 13 callersMethodregister_pattern_bindings
(&mut self, pat: &hir::Pat)
crates/fp-backend/src/transforms/ast_to_hir/patterns.rs:184
↓ 13 callersFunctionreport_error
(message: impl Into<String>)
crates/fp-core/src/diagnostics.rs:292
↓ 13 callersMethodrewrite_in_expr
(&mut self, expr: &mut ast::Expr)
crates/fp-backend/src/transforms/ast_to_hir/mod.rs:2999
↓ 13 callersFunctionrewrite_program_for_target
(program: &mut AsmProgram)
crates/fp-native/src/system_api/mod.rs:1095
↓ 13 callersFunctionspawn
(_: F)
tests/rust/ui/coroutine/delayed-obligations-emit.rs:31
↓ 13 callersFunctionsplit_operands
(rest: &str)
crates/fp-goasm/src/parse.rs:744
← previousnext →601–700 of 52,957, ranked by callers