MCPcopy Create free account

hub / github.com/bea4dev/catla / functions

Functions1,060 in github.com/bea4dev/catla

↓ 1 callersMethodget_bounds_with_replaced_generic
( &self, generics_define: &Vec<Arc<GenericType>>, replace_generics: &Vec<Type>, )
catla_old_unused/src/transpiler/semantics/types/type_info.rs:1004
↓ 1 callersFunctionget_column
(source: &str, index: usize)
catla_old_unused/src/transpiler/advice.rs:165
↓ 1 callersMethodget_dir_modules
(&self)
catla_old_unused/src/transpiler/resource.rs:145
↓ 1 callersMethodget_element_type
(&self, element_name: &str)
catla_old_unused/src/transpiler/semantics/types/type_info.rs:1380
↓ 1 callersMethodget_elements_with_replaced_generic
(&self)
catla_old_unused/src/transpiler/semantics/types/type_info.rs:510
↓ 1 callersFunctionget_function_type
( ast: &FunctionDefine, this_type: &Option<Type>, generics: &mut HashMap<EntityID, Arc<GenericType
src/catla_type/src/module_element_collector.rs:576
↓ 1 callersMethodget_key
(&self)
catla_old_unused/src/transpiler/semantics/types/type_inference.rs:7140
↓ 1 callersMethodget_lifetime_tree_info
( &self, module_name: &Arc<String>, entity_id: EntityID, )
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:1676
↓ 1 callersMethodget_name
(&self, text: &LocalizedText)
catla_old_unused/src/transpiler/name_resolver.rs:51
↓ 1 callersMethodget_or_create_child
(&mut self, parent: LifetimeTreeRef, name: &str)
src/catla_optimization/src/lifetime.rs:365
↓ 1 callersMethodget_source_code
( &self, module_name: &str, )
catla_old_unused/src/transpiler/resource.rs:97
↓ 1 callersFunctionget_std_map
()
src/catla_std/src/lib.rs:9
↓ 1 callersFunctionget_tuple_type
( ast: &TupleTypeInfo, user_type_map: &FxHashMap<String, Type>, import_element_map: &FxHashMap<Ent
catla_old_unused/src/transpiler/semantics/types/user_type_element_collector.rs:1932
↓ 1 callersMethodget_user_type_element
( &mut self, type_variable_id: Spanned<TypeVariableID>, literal: &Literal, fun
src/catla_type/src/type_infer.rs:667
↓ 1 callersMethodimport_arguments_static_tree
( &mut self, static_trees: &Vec<ContainsStaticTree>, changed_flag: &mut bool, )
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:1154
↓ 1 callersMethodimport_contains_function_return_tree
( &mut self, lifetime_tree_ref: LifetimeTreeRef, from: &ContainsFunctionReturnTree,
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:819
↓ 1 callersMethodimport_function_return_static_tree
( &mut self, from: &ContainsStaticTree, changed_flag: &mut bool, )
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:1179
↓ 1 callersFunctioninfer_type_for_2op
( left: Spanned<TypeVariableID>, right: Spanned<TypeVariableID>, op_span: Range<usize>, functi
src/catla_type/src/type_infer.rs:1928
↓ 1 callersFunctioninfer_type_for_add_or_sub_expression
( ast: &AddOrSubExpression, as_expression: bool, type_environment: &mut TypeEnvironment, imple
src/catla_type/src/type_infer.rs:2295
↓ 1 callersFunctioninfer_type_for_and_expression
( ast: &AndExpression, as_expression: bool, type_environment: &mut TypeEnvironment, implements
src/catla_type/src/type_infer.rs:2169
↓ 1 callersFunctioninfer_type_for_equals_expression
( ast: &EqualsExpression, as_expression: bool, type_environment: &mut TypeEnvironment, impleme
src/catla_type/src/type_infer.rs:2211
↓ 1 callersFunctioninfer_type_for_factor
( ast: &Factor, as_expression: bool, type_environment: &mut TypeEnvironment, implements_elemen
src/catla_type/src/type_infer.rs:2447
↓ 1 callersFunctioninfer_type_for_less_or_greater_expression
( ast: &LessOrGreaterExpression, as_expression: bool, type_environment: &mut TypeEnvironment,
src/catla_type/src/type_infer.rs:2253
↓ 1 callersFunctioninfer_type_for_or_expression
( ast: &OrExpression, as_expression: bool, type_environment: &mut TypeEnvironment, implements_
src/catla_type/src/type_infer.rs:2127
↓ 1 callersFunctioninfer_type_for_primary
( ast: &Primary, as_expression: bool, type_environment: &mut TypeEnvironment, implements_eleme
src/catla_type/src/type_infer.rs:2588
↓ 1 callersFunctioninfer_type_primary
( ast: &'allocator Primary<'input, 'allocator>, user_type_map: &FxHashMap<String, Type>, import_el
catla_old_unused/src/transpiler/semantics/types/type_inference.rs:4062
↓ 1 callersFunctioninfer_type_primary_left
( ast: &'allocator PrimaryLeft<'input, 'allocator>, user_type_map: &FxHashMap<String, Type>, impor
catla_old_unused/src/transpiler/semantics/types/type_inference.rs:4426
↓ 1 callersMethodinit_insert_groups
(&self, group_sets: &mut Vec<FxHashSet<LifetimeTreeRef>>)
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:363
↓ 1 callersMethodinit_insert_groups_children
(&self, group_sets: &mut Vec<FxHashSet<LifetimeTreeRef>>)
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:371
↓ 1 callersMethodinit_insert_groups_children_recursive
( &self, current_set: &FxHashSet<LifetimeTreeRef>, group_sets: &mut Vec<FxHashSet<Life
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:377
↓ 1 callersMethodinit_insert_map
(&mut self)
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:348
↓ 1 callersFunctioninsert_binding_unknown
( ast: &VariableBinding, module_element_type_map: &mut FxHashMap<String, Type>, )
catla_old_unused/src/transpiler/semantics/types/user_type_element_collector.rs:823
↓ 1 callersMethodinto_mutex
(&self)
src/catla_std/src/object.rs:197
↓ 1 callersMethodinto_static
( &self, lifetime_tree_ref: LifetimeTreeRef, override_map: &mut FxHashMap<LifetimeTree
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:529
↓ 1 callersFunctionis_class_new_object
( new_object: &catla_parser::ast::NewObjectExpression, context: &AnalyzerContext, )
src/catla_optimization/src/lifetime.rs:2669
↓ 1 callersFunctionis_class_type_info
(type_info: &TypeInfo, user_type_set: &GlobalUserTypeSet)
src/catla_codegen/src/codegen.rs:2040
↓ 1 callersFunctionis_drop_interface_type_info
(interface: &TypeInfo)
src/catla_codegen/src/codegen.rs:1206
↓ 1 callersMethodis_module_name
(&self, name: &str)
src/catla_import/src/resource.rs:37
↓ 1 callersFunctionis_std_drop_interface
(interface_type: &Type, user_type_set: &GlobalUserTypeSet)
src/catla_optimization/src/lifetime.rs:2839
↓ 1 callersFunctionis_tree_constraint_satisfied
( shorter_tree_ref: LifetimeTreeRef, longer_tree_ref: LifetimeTreeRef, state: &FunctionState,
src/catla_optimization/src/lifetime.rs:2115
↓ 1 callersFunctionis_tree_shorter
( shorter_tree_ref: LifetimeTreeRef, longer_tree_ref: LifetimeTreeRef, state: &FunctionState, )
src/catla_optimization/src/lifetime.rs:2147
↓ 1 callersFunctionis_valid_format_for_array_init_expr
(has_for_keyword: bool, ast: Expression)
catla_old_unused/src/transpiler/semantics/syntax_validation.rs:472
↓ 1 callersMethodlazy_infer_type_generics
( &mut self, global_implements_info_set: &ImplementsInfoSet, allocator: &'allocator Bu
catla_old_unused/src/transpiler/semantics/types/type_inference.rs:1521
↓ 1 callersMethodlength_without_indent
(&self)
catla_old_unused/src/transpiler/codegen.rs:165
↓ 1 callersMethodmap
(self, f: F)
src/catla_util/src/module_path.rs:81
↓ 1 callersMethodmark_static_lifetime
(&mut self, node_ref: LifetimeTreeRef)
src/catla_optimization/src/lifetime.rs:383
↓ 1 callersMethodmerge_function_call_info
( &self, queue: &ConcurrentQueue<(&Arc<String>, &ModuleFunctionCallInfo)>, context: &T
catla_old_unused/src/transpiler/optimizer/function_recursive.rs:85
↓ 1 callersMethodmerged_extend
(&mut self, other: Self)
catla_old_unused/catla_parser/src/parser.rs:1085
↓ 1 callersFunctionmerged_fresh_return_allocation
( candidates: &[FunctionSymbol], summaries: &HashMap<FunctionSymbol, FunctionSummary>, interface_a
src/catla_optimization/src/lifetime.rs:2284
↓ 1 callersFunctionmerged_return_object
( candidates: &[FunctionSymbol], summaries: &HashMap<FunctionSymbol, FunctionSummary>, interface_a
src/catla_optimization/src/lifetime.rs:2240
↓ 1 callersFunctionmerged_returned_parameters
( candidates: &[FunctionSymbol], summaries: &HashMap<FunctionSymbol, FunctionSummary>, interface_a
src/catla_optimization/src/lifetime.rs:2262
↓ 1 callersFunctionname_resolve_array_type_info
( ast: &'allocator ArrayTypeInfo<'input, 'allocator>, environment_id: EntityID, name_environments:
catla_old_unused/src/transpiler/name_resolver.rs:1713
↓ 1 callersFunctionname_resolve_base_type_info
( ast: &'allocator BaseTypeInfo<'input, 'allocator>, environment_id: EntityID, name_environments:
catla_old_unused/src/transpiler/name_resolver.rs:1737
↓ 1 callersFunctionname_resolve_primary
( ast: &'allocator Primary<'input, 'allocator>, environment_id: EntityID, name_environments: &mut
catla_old_unused/src/transpiler/name_resolver.rs:1152
↓ 1 callersFunctionname_resolve_primary_left
( ast: &'allocator PrimaryLeft<'input, 'allocator>, environment_id: EntityID, name_environments: &
catla_old_unused/src/transpiler/name_resolver.rs:1213
↓ 1 callersFunctionname_resolve_primary_right
( ast: &'allocator PrimaryRight<'input, 'allocator>, environment_id: EntityID, name_environments:
catla_old_unused/src/transpiler/name_resolver.rs:1513
↓ 1 callersFunctionname_resolve_tuple_type_info
( ast: &'allocator TupleTypeInfo<'input, 'allocator>, environment_id: EntityID, name_environments:
catla_old_unused/src/transpiler/name_resolver.rs:1689
↓ 1 callersFunctionnormalize_byte_index
(source: &str, byte_index: usize)
src/catla_print_debug/src/optimization.rs:582
↓ 1 callersFunctionnot_separated_statement_error_1
( token: &Token, context: &TranspileModuleContext, )
catla_old_unused/src/transpiler/parse_error/statement.rs:49
↓ 1 callersFunctionparse_array_type_info
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/types.rs:97
↓ 1 callersFunctionparse_array_type_info
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/types.rs:98
↓ 1 callersFunctionparse_assignment
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:85
↓ 1 callersFunctionparse_assignment
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:168
↓ 1 callersFunctionparse_base_type_info
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/types.rs:56
↓ 1 callersFunctionparse_base_type_info
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/types.rs:140
↓ 1 callersFunctionparse_closure
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:944
↓ 1 callersFunctionparse_closure
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/expression.rs:1214
↓ 1 callersFunctionparse_closure_arguments
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:1009
↓ 1 callersFunctionparse_closure_arguments
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/expression.rs:1269
↓ 1 callersFunctionparse_compiler_tags
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:69
↓ 1 callersFunctionparse_define
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:407
↓ 1 callersFunctionparse_define_with_attribute
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:344
↓ 1 callersFunctionparse_documents
( lexer: &mut Lexer<'input>, allocator: &'allocator Bump, )
src/catla_parser/src/parser/statement.rs:48
↓ 1 callersFunctionparse_drop_statement
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:1169
↓ 1 callersFunctionparse_drop_statement
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:1033
↓ 1 callersFunctionparse_else_chain
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/expression.rs:1145
↓ 1 callersFunctionparse_else_if_or_else
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:340
↓ 1 callersFunctionparse_exchange
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:122
↓ 1 callersFunctionparse_function_arguments
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:714
↓ 1 callersFunctionparse_function_arguments
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:521
↓ 1 callersFunctionparse_function_define
( cursor: &mut TokenCursor<'input, 'allocator>, statement_attributes: &Vec<StatementAttribute, &'alloc
catla_old_unused/catla_parser/src/parser/statement.rs:516
↓ 1 callersFunctionparse_function_define
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:431
↓ 1 callersFunctionparse_generics_define_element
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:926
↓ 1 callersFunctionparse_generics_element
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/types.rs:297
↓ 1 callersFunctionparse_if_expression
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:280
↓ 1 callersFunctionparse_if_expression
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/expression.rs:1049
↓ 1 callersFunctionparse_implements
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:1126
↓ 1 callersFunctionparse_implements
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:847
↓ 1 callersFunctionparse_import
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:161
↓ 1 callersFunctionparse_import_elements
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:266
↓ 1 callersFunctionparse_import_statement
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/statement.rs:244
↓ 1 callersFunctionparse_loop_expression
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:384
↓ 1 callersFunctionparse_loop_expression
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/expression.rs:1160
↓ 1 callersFunctionparse_new_array_expression
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:649
↓ 1 callersFunctionparse_new_array_expression
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/expression.rs:991
↓ 1 callersFunctionparse_new_array_init_expr
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/expression.rs:888
↓ 1 callersFunctionparse_new_array_init_expression
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:575
↓ 1 callersFunctionparse_new_expression
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:714
↓ 1 callersFunctionparse_new_object_expression
( lexer: &mut Lexer<'input>, errors: &mut std::vec::Vec<ParseError>, allocator: &'allocator Bump,
src/catla_parser/src/parser/expression.rs:722
↓ 1 callersFunctionparse_or_expression
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:24
← previousnext →701–800 of 1,060, ranked by callers