MCPcopy Create free account

hub / github.com/bea4dev/catla / functions

Functions1,060 in github.com/bea4dev/catla

Methodnew
( lifetime_instance: &'instance mut LifetimeInstance, allocator: &'allocator Bump, )
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer.rs:48
Methodnew
()
catla_old_unused/src/transpiler/optimizer/function_equals.rs:16
Methodnew
(ast: &T, span: Range<usize>, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/optimizer/function_recursive/debug.rs:19
Methodnew
()
catla_old_unused/src/transpiler/optimizer/variable_users/variable_user_collector.rs:22
Methodnew
(entity_id: EntityID, span: Range<usize>, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer/debug.rs:59
Methodnew
(lang: &str)
catla_old_unused/src/localize/localizer.rs:12
Methodnew
(value: T)
catla_old_unused/catla_transpile_std/src/memory.rs:40
Methodnew
()
src/catla_type/src/types.rs:391
Methodnew
(module_path: &ModulePath, allocator: &'type_env_alloc Bump)
src/catla_type/src/type_infer.rs:53
Methodnew
(value: Self::Value, mutex: bool, heap: bool, drop: bool)
src/catla_std/src/string.rs:41
Methodnew
(value: Self::Value, mutex: bool, heap: bool, drop: bool)
src/catla_std/src/object.rs:267
Methodnew
()
src/catla_codegen/src/lib.rs:113
Methodnew
(allocator: &'name_env_alloc Bump)
src/catla_name_resolver/src/lib.rs:76
Methodnew
()
src/catla_crate/src/lib.rs:9
Methodnew
()
src/catla_import/src/resource.rs:16
Methodnew
(source: &'input str)
src/catla_parser/src/lexer.rs:300
Methodnew
(value: T, span: Range<usize>)
src/catla_parser/src/ast.rs:108
Methodnew
(package_resource_set: &PackageResourceSet)
src/catla_compiler/src/resource.rs:13
Methodnew
( crate_info_set: CrateInfoSet, package_resource_set: PackageResourceSet, settings: Ca
src/catla_compiler/src/compiler.rs:54
Methodnew
()
src/catla_optimization/src/lifetime.rs:34
Methodnew
(module_path: ModulePath, code: impl Into<Arc<String>>)
src/catla_util/src/source_code.rs:12
Methodnew
()
src/catla_util/src/future.rs:17
Methodnew
(iter: impl Iterator<Item = &'a str>, file_path: &Path)
src/catla_util/src/module_path.rs:17
Methodnew_completed
(value: T)
catla_old_unused/src/transpiler/future.rs:22
Methodnew_completed
(value: T)
src/catla_util/src/future.rs:23
Methodnew_with_return_type
( return_type: Either<EntityID, WithDefineInfo<Type>>, allocator: &'allocator Bump, )
catla_old_unused/src/transpiler/semantics/types/type_inference.rs:90
Functionoptimization_debug
()
src/catla_compiler/src/lib.rs:82
Methodparse
(source_code: SourceCode)
src/catla_parser/src/lib.rs:26
Functionparse_as_literal
(&mut self)
src/catla_parser/src/parser/literal.rs:6
Functionparse_block_or_semicolon
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/statement.rs:579
Functionparse_else_if_or_else_func
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:372
Functionparse_expression_or_block
( cursor: &mut TokenCursor<'input, 'allocator>, )
catla_old_unused/catla_parser/src/parser/expression.rs:997
Methodpeek_next
(&self)
catla_old_unused/catla_parser/src/parser.rs:860
Methodpop_indent
(&mut self)
catla_old_unused/src/transpiler/codegen.rs:69
Functionprint
(str: &CatlaRefObject<super::string::String>)
catla_old_unused/catla_transpile_std/src/rust_codegen/print.rs:5
Functionprint
(string: String)
src/catla_std/src/io.rs:3
Methodprint
(&self, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/advice.rs:27
Methodprint
(&self, context: &super::context::TranspileModuleContext)
catla_old_unused/src/transpiler/name_resolver.rs:1835
Methodprint
(&self, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/semantics/types/type_info.rs:2385
Methodprint
(&self, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/semantics/types/import_module_collector.rs:1164
Methodprint
(&self, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/parse_error/statement.rs:23
Functionprint_factor
(ast: &Factor, info: &mut Vec<LifetimeInfo>, context: &TranspileModuleContext)
catla_old_unused/src/transpiler/optimizer/lifetime_analyzer/debug.rs:235
Methodpush_raw
(&self, code: &str)
src/catla_codegen/src/lib.rs:138
Methodreborrow
(&'b mut self)
src/catla_std/src/object.rs:61
Methodreplace_bounds_this_type
( bounds: &Vec<Arc<Bound>>, new_this_type: &Type, )
catla_old_unused/src/transpiler/semantics/types/type_info.rs:347
Methodreplace_generics_define_this_type
( generics_define: &Vec<Arc<GenericType>>, new_this_type: &Type, )
catla_old_unused/src/transpiler/semantics/types/type_info.rs:364
Methodreplace_message
(mut message: String, message_replace: &Vec<(String, Color)>)
catla_old_unused/src/transpiler/error.rs:84
Methodreplace_where_bounds_this_type
( where_bounds: &Vec<WhereBound>, new_this_type: &Type, )
catla_old_unused/src/transpiler/semantics/types/type_info.rs:386
Functionresolve_name_for_factor
( ast: &Factor<'input, '_>, environment: NameEnvironmentID, components: &mut NameEnvironmentSet<'i
src/catla_name_resolver/src/resolve.rs:1072
Methodstack
( value: T::Value, drop: bool, ptr: &mut ManuallyDrop<MaybeUninit<T>>, )
src/catla_std/src/object.rs:153
Methodstart
(cursor: &TokenCursor<'input, 'allocator>)
catla_old_unused/catla_parser/src/parser.rs:882
Functionstring_literal_tokenizer
(_: &Vec<char>, _: usize)
catla_old_unused/catla_parser/src/grammar.rs:163
Functionstring_literal_tokenizer
(current_input: &str)
catla_old_unused/catla_parser/src/lexer.rs:240
Functiontest
()
catla_old_unused/catla_parser/src/lib.rs:6
Methodto_mutex
(&self)
catla_old_unused/catla_transpile_std/src/memory.rs:152
Methodtry_create_module_context
( context: &Arc<TranspileContext>, module_name: &String, )
catla_old_unused/src/transpiler/context.rs:107
Functiontype_infer_debug
()
src/catla_compiler/src/lib.rs:93
Methodunlock
(&self)
catla_old_unused/catla_transpile_std/src/memory.rs:147
Methodvalue_ptr
(&self)
src/catla_std/src/string.rs:52
Functionwhitespace_tokenizer
(current_input: &str)
catla_old_unused/catla_parser/src/lexer.rs:223
← previous1,001–1,060 of 1,060, ranked by callers