MCPcopy Create free account

hub / github.com/ForLoveOfCats/fae / functions

Functions673 in github.com/ForLoveOfCats/fae

↓ 1 callersFunctionvalidate_block_statics
(context: &mut Context<'a, '_, '_>, block: &'a tree::Block<'a>)
src/frontend/validator.rs:4294
↓ 1 callersFunctionvalidate_bool_literal
(context: &mut Context<'a, '_, '_>, literal: bool, span: Span)
src/frontend/validator.rs:5954
↓ 1 callersFunctionvalidate_bracket_index
( context: &mut Context<'a, '_, '_>, expression: Expression<'a>, index_expression: &'a Node<tree::Expressio
src/frontend/validator.rs:8120
↓ 1 callersFunctionvalidate_byte_codepoint_literal
( context: &mut Context<'a, '_, '_>, literal: &tree::ByteCodepointLiteral, span: Span, )
src/frontend/validator.rs:5988
↓ 1 callersFunctionvalidate_call
(context: &mut Context<'a, '_, '_>, call: &'a tree::Call<'a>, span: Span)
src/frontend/validator.rs:6776
↓ 1 callersFunctionvalidate_cast
( context: &mut Context<'a, '_, '_>, mut expression: Expression<'a>, parsed_type: &Node<tree::Type<'a>>, s
src/frontend/validator.rs:8001
↓ 1 callersFunctionvalidate_check_is
(context: &mut Context<'a, '_, '_>, check: &'a tree::CheckIs<'a>, span: Span)
src/frontend/validator.rs:8655
↓ 1 callersFunctionvalidate_codepoint_literal
( context: &mut Context<'a, '_, '_>, literal: &tree::CodepointLiteral, span: Span, )
src/frontend/validator.rs:5969
↓ 1 callersFunctionvalidate_const
(context: &mut Context<'a, '_, '_>, statement: &'a tree::Node<tree::Const<'a>>)
src/frontend/validator.rs:5092
↓ 1 callersFunctionvalidate_dot_access
(context: &mut Context<'a, '_, '_>, dot_access: &'a tree::DotAccess<'a>, span: Span)
src/frontend/validator.rs:7334
↓ 1 callersFunctionvalidate_dot_infer
(context: &mut Context<'a, '_, '_>, dot_infer: &'a tree::DotInfer<'a>, span: Span)
src/frontend/validator.rs:7685
↓ 1 callersFunctionvalidate_dot_infer_call
( context: &mut Context<'a, '_, '_>, dot_infer_call: &'a tree::DotInferCall<'a>, span: Span, )
src/frontend/validator.rs:7702
↓ 1 callersFunctionvalidate_enum_variant_tag_value
( context: &mut Context<'a, '_, '_>, tree_variant: &'a tree::Variant<'a>, tag_type_id: TypeId, previous_ta
src/frontend/validator.rs:3173
↓ 1 callersFunctionvalidate_for_statement
(context: &mut Context<'a, '_, '_>, statement: &'a Node<tree::For<'a>>)
src/frontend/validator.rs:5801
↓ 1 callersFunctionvalidate_format_string_literal
( context: &mut Context<'a, '_, '_>, literal: &tree::FormatStringLiteral<'a>, span: Span, )
src/frontend/validator.rs:6026
↓ 1 callersFunctionvalidate_function
( context: &mut Context<'a, '_, '_>, statement: &'a tree::Function<'a>, index_in_block: usize, scope_id: S
src/frontend/validator.rs:4790
↓ 1 callersFunctionvalidate_initialized_binding
( context: &mut Context<'a, '_, '_>, statement: &'a tree::Node<tree::Binding<'a>>, tree_expression: &'a Nod
src/frontend/validator.rs:5187
↓ 1 callersFunctionvalidate_number_literal
(context: &mut Context<'a, '_, '_>, literal: &tree::NumberLiteral, span: Span)
src/frontend/validator.rs:5938
↓ 1 callersFunctionvalidate_read
(context: &mut Context<'a, '_, '_>, read: &tree::Read<'a>, span: Span)
src/frontend/validator.rs:7326
↓ 1 callersFunctionvalidate_root_consts
( cli_arguments: &'a CliArguments, herd_member: &bumpalo_herd::Member<'a>, when_context: &WhenContext, roo
src/frontend/validator.rs:1083
↓ 1 callersFunctionvalidate_root_statics
( cli_arguments: &'a CliArguments, herd_member: &bumpalo_herd::Member<'a>, when_context: &WhenContext, roo
src/frontend/validator.rs:1190
↓ 1 callersFunctionvalidate_slice_literal
( context: &mut Context<'a, '_, '_>, literal: &'a tree::SliceLiteral<'a>, span: Span, )
src/frontend/validator.rs:6142
↓ 1 callersFunctionvalidate_statement
( context: &mut Context<'a, '_, '_>, scope_id: ScopeId, statement: &'a tree::Statement<'a>, yields: &mut b
src/frontend/validator.rs:4474
↓ 1 callersFunctionvalidate_static
(context: &mut Context<'a, '_, '_>, statement: &'a tree::Node<tree::Static<'a>>)
src/frontend/validator.rs:5138
↓ 1 callersFunctionvalidate_static_method_call
( context: &mut Context<'a, '_, '_>, method_info: MethodInfo, mut base_expression: Expression<'a>, base_ty
src/frontend/validator.rs:7248
↓ 1 callersFunctionvalidate_string_literal
( context: &mut Context<'a, '_, '_>, literal: &tree::StringLiteral<'a>, span: Span, )
src/frontend/validator.rs:6007
↓ 1 callersFunctionvalidate_struct_initializer
( context: &mut Context<'a, '_, '_>, shape_index: usize, specialization_index: usize, type_id: TypeId, in
src/frontend/validator.rs:6308
↓ 1 callersFunctionvalidate_struct_literal
( context: &mut Context<'a, '_, '_>, literal: &'a tree::StructLiteral<'a>, span: Span, )
src/frontend/validator.rs:6207
↓ 1 callersFunctionvalidate_symbol_call
( context: &mut Context<'a, '_, '_>, symbol: Symbol<'a>, call: &'a tree::Call<'a>, span: Span, )
src/frontend/validator.rs:6821
↓ 1 callersFunctionvalidate_test
(context: &mut Context<'a, '_, '_>, statement: &'a tree::Test<'a>, index_in_block: usize)
src/frontend/validator.rs:5058
↓ 1 callersFunctionvalidate_unary_operation
( context: &mut Context<'a, '_, '_>, operation: &'a tree::UnaryOperation<'a>, span: Span, )
src/frontend/validator.rs:7792
↓ 1 callersFunctionvalidate_when
( context: &mut Context<'a, '_, '_>, statement: &'a Node<tree::WhenElseChain<'a>>, index_in_block: &mut usi
src/frontend/validator.rs:4768
↓ 1 callersMethodvalidate_when_condition
(&self, messages: &mut Messages, condition: Node<&'a str>)
src/frontend/when.rs:30
↓ 1 callersFunctionvalidate_while_statement
(context: &mut Context<'a, '_, '_>, statement: &'a Node<tree::While<'a>>)
src/frontend/validator.rs:5782
↓ 1 callersFunctionvalidate_zero_initialized_binding
( context: &mut Context<'a, '_, '_>, statement: &'a tree::Node<tree::Binding<'a>>, )
src/frontend/validator.rs:5257
↓ 1 callersFunctionwindows_link
()
build.rs:82
↓ 1 callersFunctionwindows_main
()
meta/bundle.py:135
↓ 1 callersFunctionwindows_main
()
meta/fetch_llvm.py:282
Methodadd
(self, other: Self)
src/frontend/span.rs:16
Methodadd_assign
(&mut self, rhs: Self)
src/frontend/span.rs:28
Methodany_collapse
(type_store: &TypeStore<'a>, span: Span)
src/frontend/ir.rs:515
Methodblank
()
src/frontend/tree.rs:109
Methodblank
()
src/frontend/type_store.rs:601
Methodborrow
(&self)
src/reference.rs:79
Functioncall_external
(args)
meta/bundle.py:164
Functioncall_external_stderr
(args)
meta/bundle.py:168
Methodchild_scope
(&'s mut self)
src/frontend/symbols.rs:69
Methodclassify_type
Thanks to the Zig selfhost compiler for directing me to the appropriate documentation! https://learn.microsoft.com/en-us/cpp/build/x64-calling-convent
src/codegen/amd64/windows_classifier.rs:16
Methodcollapse_fair
( &mut self, messages: &mut Messages<'a>, function_store: &FunctionStore, a: &mut Expression<'a>, b:
src/frontend/type_store.rs:1301
Methoddefault
()
src/codegen/classification.rs:10
Methodderef
(&self)
src/lock.rs:129
Methodderef
(&self)
src/reference.rs:61
Methodderef_mut
(&mut self)
src/lock.rs:158
Methodderef_mut
(&mut self)
src/reference.rs:67
Methoddrop
(&mut self)
src/lock.rs:136
Methoddrop
(&mut self)
src/reference.rs:114
Methoddrop
(&mut self)
src/tracy.rs:15
Methoddrop
(&mut self)
src/frontend/validator.rs:80
Methoddrop
(&mut self)
src/frontend/symbols.rs:333
Methoddrop
(&mut self)
src/codegen/llvm/debug_scope.rs:38
Methoddump_test_case
(&self)
src/codegen/amd64/assembler.rs:283
Methodeq
(&self, other: &Ref<T>)
src/reference.rs:39
Methodeq
(&self, other: &Self)
src/frontend/ir.rs:267
Methoderror
(text: String)
src/frontend/error.rs:291
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/lock.rs:28
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/path_utils.rs:59
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/reference.rs:85
Methodfmt
(&self, f: &mut std::fmt::Formatter)
src/frontend/file.rs:19
Methodfmt
(&self, f: &mut std::fmt::Formatter)
src/frontend/symbols.rs:39
Methodfmt
(&self, f: &mut std::fmt::Formatter)
src/frontend/type_store.rs:669
Methodfmt
(&self, f: &mut std::fmt::Formatter)
src/frontend/tokenizer.rs:72
Methodfmt
(&self, f: &mut std::fmt::Formatter)
src/codegen/literal.rs:18
Methodfmt
(&self, f: &mut std::fmt::Formatter)
src/codegen/amd64/assembler.rs:303
Methodfor_generic_satisfying_constraints
(type_store: &TypeStore<'a>, constraints: &[TraitId])
src/frontend/type_store.rs:605
Methodfrom
(value: Vec<T>)
src/reference.rs:233
Methodfrom
(value: i8)
src/codegen/literal.rs:46
Methodfrom
(value: UnsizedRegister)
src/codegen/amd64/assembler.rs:419
Methodfrom_token
(node: T, token: Token)
src/frontend/tree.rs:810
Functiongenerate_elf
( messages: &mut Messages<'a>, type_store: &mut TypeStore<'a>, function_store: &mut FunctionStore<'a>, )
src/codegen/amd64/elf.rs:105
Functiongenerate_expression_impl
( context: &mut Context<'a, 'b>, generator: &mut G, expression: &'b Expression<'a>, )
src/codegen/codegen.rs:332
Methodgenerate_max_f32
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:4054
Methodgenerate_max_f64
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:4064
Methodgenerate_max_i16
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3964
Methodgenerate_max_i32
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3974
Methodgenerate_max_i64
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3984
Methodgenerate_max_i8
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3954
Methodgenerate_max_isize
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:4034
Methodgenerate_max_u16
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:4004
Methodgenerate_max_u32
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:4014
Methodgenerate_max_u64
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:4024
Methodgenerate_max_u8
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3994
Methodgenerate_max_usize
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:4044
Methodgenerate_min_f32
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3934
Methodgenerate_min_f64
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3944
Methodgenerate_min_i16
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3844
Methodgenerate_min_i32
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3854
Methodgenerate_min_i64
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3864
Methodgenerate_min_i8
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3834
Methodgenerate_min_isize
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3914
Methodgenerate_min_u16
( &mut self, type_store: &TypeStore, a: Self::Binding, b: Self::Binding, debug_location: DebugLocati
src/codegen/llvm/generator.rs:3884
← previousnext →501–600 of 673, ranked by callers