MCPcopy Create free account

hub / github.com/arialang/aria / functions

Functions1,075 in github.com/arialang/aria

↓ 224 callersMethodpush
(&mut self, val: T)
vm-lib/src/stack.rs:24
↓ 223 callersMethodexpect
(&mut self, kind: SyntaxKind)
lsp/src/parser.rs:1166
↓ 143 callersMethodwrite_opcode_and_source_info
(&self, op: CompilerOpcode, src: SourcePointer)
compiler-lib/src/func_builder.rs:65
↓ 137 callersMethodget_current_block
(&self)
compiler-lib/src/func_builder.rs:454
↓ 124 callersMethodraw_value
(&self)
vm-lib/src/runtime_value/builtin_value.rs:68
↓ 112 callersMethodnext
(&mut self)
compiler-lib/src/scope.rs:60
↓ 93 callersMethodwrite_u8
(&mut self, val: u8)
compiler-lib/src/bc_writer.rs:10
↓ 74 callersMethodpointer
(&self, loc: Location)
parser-lib/src/ast/mod.rs:77
↓ 71 callersMethodpush
(&mut self, loc: SourcePointer)
vm-lib/src/error/backtrace.rs:19
↓ 65 callersMethodat
(&self, kind: SyntaxKind)
lsp/src/parser.rs:1114
↓ 48 callersMethodclose
(&mut self, m: MarkOpened, kind: SyntaxKind)
lsp/src/parser.rs:1045
↓ 48 callersMethodwrite
(&self, name: &str, val: RuntimeValue)
vm-lib/src/runtime_value/object.rs:16
↓ 40 callersMethodget
(&self, idx: u16)
compiler-lib/src/line_table.rs:21
↓ 36 callersMethodopen
(&mut self)
lsp/src/parser.rs:1037
↓ 32 callersFunctionrun_passing_repl_line
(repl: &mut Repl, line: &str, must_include_stdout: &[&str])
aria-bin/src/test.rs:48
↓ 31 callersMethodas_str
(&self)
parser-lib/src/ast/mod.rs:73
↓ 30 callersMethodas_ref
(&self)
parser-lib/src/ast/mod.rs:25
↓ 30 callersMethodas_struct
(&self)
vm-lib/src/runtime_value/mod.rs:476
↓ 29 callersMethodread
(&self, name: &str)
vm-lib/src/runtime_value/object.rs:20
↓ 28 callersMethodinsert
(&self, idx: u16, ptr: SourcePointer)
compiler-lib/src/line_table.rs:17
↓ 27 callersMethodinsert
(&self, name: &str, val: RuntimeValue)
vm-lib/src/builtins/mod.rs:118
↓ 26 callersMethodget_struct
(&self)
vm-lib/src/runtime_value/object.rs:99
↓ 26 callersMethodlen
(&self)
vm-lib/src/stack.rs:70
↓ 26 callersFunctionmut_path_from_aria
(aria_object: &Object)
native-libs/path/src/lib.rs:53
↓ 26 callersMethodwrite
(mut self, text: &str)
parser-lib/src/ast/prettyprint/printout_accumulator.rs:23
↓ 25 callersMethodset_current_block
(&mut self, blk: Rc<BasicBlock>)
compiler-lib/src/func_builder.rs:450
↓ 24 callersMethodexpr
(&mut self)
lsp/src/parser.rs:817
↓ 24 callersMethodraw_value
(&self)
compiler-lib/src/constant_value.rs:27
↓ 24 callersMethodread_u8
(&mut self)
compiler-lib/src/bc_reader.rs:27
↓ 23 callersMethodas_enum
(&self)
vm-lib/src/runtime_value/mod.rs:480
↓ 21 callersMethodlen
(&self)
compiler-lib/src/func_builder.rs:71
↓ 20 callersMethoddo_compile
(&self, params: &'a mut CompileParams)
compiler-lib/src/do_compile/nodes/lambda.rs:7
↓ 20 callersFunctionexpect_tree
(input: &str, lines: &[&str])
lsp/src/parser.rs:1416
↓ 20 callersMethodget_builtin_type_by_id
(&self, n: u8)
vm-lib/src/builtins/mod.rs:134
↓ 20 callersMethodlen
(&self)
parser-lib/src/ast/mod.rs:1182
↓ 20 callersMethodto_fp
(&self)
vm-lib/src/runtime_value/integer.rs:7
↓ 19 callersMethodinsert_const_or_fail
( &self, params: &mut CompileParams, ct: ConstantValue, loc: &SourcePointer,
compiler-lib/src/do_compile/mod.rs:131
↓ 18 callersMethodcontains
(&self, pat: &str)
vm-lib/src/runtime_value/string.rs:24
↓ 18 callersMethodget_builtin_type_by_name
(&self, name: &str)
vm-lib/src/builtins/mod.rs:126
↓ 18 callersFunctioninsert_builtins
(builtins: &mut VmBuiltins)
vm-lib/src/builtins/now.rs:34
↓ 18 callersMethodload_named_value
(&self, name: &str)
vm-lib/src/builtins/mod.rs:114
↓ 18 callersMethodpop_if
(&mut self, f: F)
vm-lib/src/stack.rs:63
↓ 18 callersMethodread_u16
(&mut self)
compiler-lib/src/bc_reader.rs:37
↓ 18 callersMethodwrite_u16
(&mut self, val: u16)
compiler-lib/src/bc_writer.rs:15
↓ 17 callersFunctionbuild_test_repl
(cmdline_options: &'a Args)
aria-bin/src/test.rs:9
↓ 17 callersMethodlen
(&self)
compiler-lib/src/bc_reader.rs:308
↓ 17 callersMethodnth
(&self, lookahead: usize)
lsp/src/parser.rs:1088
↓ 16 callersMethodappend_block_at_end
(&mut self, name: &str)
compiler-lib/src/func_builder.rs:441
↓ 16 callersMethodloc
(&self)
parser-lib/src/ast/mod.rs:257
↓ 16 callersMethodpeek
(&mut self)
vm-lib/src/stack.rs:28
↓ 14 callersMethodappend
(&self, val: RuntimeValue)
vm-lib/src/runtime_value/list.rs:34
↓ 14 callersMethodblock
(&mut self)
lsp/src/parser.rs:421
↓ 13 callersFunctionconst_best_repr
(module: &CompiledModule, idx: u16)
compiler-lib/src/dump/opcodes.rs:32
↓ 13 callersMethodload_indexed_const
(&self, idx: u16)
vm-lib/src/runtime_module.rs:99
↓ 13 callersMethodpop
(&self)
vm-lib/src/runtime_value/list.rs:38
↓ 13 callersMethodprettyprint
(&self, module: Option<RuntimeModule>)
vm-lib/src/error/vm_error.rs:83
↓ 12 callersMethodadvance
(&mut self)
lsp/src/parser.rs:1058
↓ 12 callersMethodcontains
(&self, val: &T)
vm-lib/src/stack.rs:83
↓ 12 callersMethodextract_field
( &self, name: &str, f: FnType, )
vm-lib/src/runtime_value/object.rs:117
↓ 12 callersMethodis_empty
(&self)
vm-lib/src/stack.rs:74
↓ 12 callersMethodloc
(&self)
compiler-lib/src/do_compile/postfix.rs:31
↓ 11 callersMethodget_at
(&self, idx: usize)
vm-lib/src/runtime_value/string.rs:62
↓ 11 callersMethodget_idx_of_case
(&self, name: &str)
vm-lib/src/runtime_value/enumeration.rs:54
↓ 11 callersMethodmake_value
(&self, cidx: usize, payload: Option<RuntimeValue>)
vm-lib/src/runtime_value/enumeration.rs:135
↓ 11 callersMethodwrite_separated_list
( self, values: &[T], sep: &str, )
parser-lib/src/ast/prettyprint/printout_accumulator.rs:57
↓ 10 callersMethodcmp
(&self, other: &Self)
vm-lib/src/runtime_value/float.rs:73
↓ 10 callersMethodeof
(&self)
lsp/src/parser.rs:1075
↓ 10 callersMethodread_attribute
( &self, attrib_name: &str, builtins: &VmBuiltins, )
vm-lib/src/runtime_value/mod.rs:623
↓ 10 callersMethodtry_pop
(&mut self)
vm-lib/src/stack.rs:32
↓ 9 callersMethodarity
(&self)
vm-lib/src/runtime_value/function.rs:92
↓ 9 callersFunctioncreate_path_result_err
( path_struct: &haxby_vm::runtime_value::structure::Struct, message: String, vm: &mut vm::VirtualM
native-libs/path/src/lib.rs:39
↓ 9 callersMethodemit_untyped_define
( &self, name: &str, consts: &mut ConstantValues, dest: Rc<BasicBlock>,
compiler-lib/src/scope.rs:563
↓ 9 callersMethodeval
( &self, argc: u8, cur_frame: &mut Frame, vm: &mut VirtualMachine, dis
vm-lib/src/runtime_value/mod.rs:500
↓ 9 callersMethodinsert_block_after
(&mut self, name: &str, target: &Rc<BasicBlock>)
compiler-lib/src/func_builder.rs:415
↓ 8 callersMethodcreate_result_ok
(&self, x: RuntimeValue)
vm-lib/src/builtins/mod.rs:171
↓ 8 callersMethodopen_before
(&mut self, m: MarkClosed)
lsp/src/parser.rs:1051
↓ 8 callersMethodstore_named_value
(&self, name: &str, val: RuntimeValue)
vm-lib/src/runtime_module.rs:84
↓ 8 callersFunctionthrow_io_error
(the_struct: &Struct, message: String)
native-libs/file/src/lib.rs:66
↓ 8 callersMethodvalue
(&self)
parser-lib/src/ast/prettyprint/printout_accumulator.rs:75
↓ 7 callersMethodcreate_unit_object
(&self)
vm-lib/src/builtins/mod.rs:222
↓ 7 callersMethodemit_read
(&self, params: &'a mut CompileParams)
compiler-lib/src/do_compile/postfix.rs:54
↓ 7 callersMethodinfo
(&self, msg: impl Into<String>)
lsp/src/main.rs:27
↓ 7 callersMethodlen
(&self)
vm-lib/src/runtime_value/string.rs:16
↓ 7 callersFunctionlex
(s: &str)
lsp/src/lexer.rs:248
↓ 7 callersMethodload_named_value
(&self, name: &str)
vm-lib/src/runtime_value/mixin.rs:25
↓ 7 callersFunctionparse
(text: &str)
lsp/src/parser.rs:58
↓ 6 callersFunctionbuild_report_from_msg_and_location
( msg: &str, locations: Vec<SourcePointer>, )
aria-bin/src/error_reporting.rs:38
↓ 6 callersFunctioncompile_from_source
( src: &SourceBuffer, options: &CompilationOptions, )
compiler-lib/src/lib.rs:27
↓ 6 callersMethodget_container_enum
(&self)
vm-lib/src/runtime_value/enum_case.rs:21
↓ 6 callersFunctionis_trivia
(kind: SyntaxKind)
lsp/src/parser.rs:83
↓ 6 callersMethodjump_to_index
(&mut self, idx: usize)
compiler-lib/src/bc_reader.rs:50
↓ 6 callersMethodkeys
(&self)
vm-lib/src/runtime_value/object.rs:36
↓ 6 callersMethodlen
(&self)
vm-lib/src/error/backtrace.rs:23
↓ 6 callersFunctionnew_from_path
( the_struct: &haxby_vm::runtime_value::structure::Struct, the_path: P, )
native-libs/path/src/lib.rs:24
↓ 6 callersMethodoffset_of_block
(&self, blk: &Rc<BasicBlock>)
compiler-lib/src/func_builder.rs:458
↓ 6 callersFunctionrun_check_repl_line
( repl: &mut Repl, line: &str, ok: bool, must_include_stdout: &[&str], must_include_stderr
aria-bin/src/test.rs:18
↓ 6 callersMethodtext
(&self)
lsp/src/document.rs:76
↓ 6 callersMethodwrite_indented_list
( self, values: &[T], prefix: &str, sep: &str, suffix: &str, )
parser-lib/src/ast/prettyprint/printout_accumulator.rs:37
↓ 5 callersMethodbuiltin_equals
( &self, other: &Self, cur_frame: &mut Frame, vm: &mut VirtualMachine, )
vm-lib/src/runtime_value/mod.rs:76
↓ 5 callersMethodcreate_maybe_none
(&self)
vm-lib/src/builtins/mod.rs:188
next →1–100 of 1,075, ranked by callers