MCPcopy Create free account

hub / github.com/Voxon-Development/zeta-lang / functions

Functions916 in github.com/Voxon-Development/zeta-lang

Functionmangle_method_name
( dep_graph: &DepGraph, module_idx: usize, class_name: StrId, method_name: StrId, context:
scribe-parser/src/optimized_string_buffering.rs:9
Methodmessage
Render a human-readable single-line summary.
ir/src/errors/error.rs:339
Functionmixed_type_allocs_are_aligned
()
zeta_utilities/src/arena.rs:598
Methodmodule_idx
(&self)
codex-dependency-graph/src/dep_graph.rs:36
Methodmonomorphize_function
( &self, func: &HirFunc<'a, 'bump>, substitutions: &FxHashMap<StrId, HirType<'a, 'bump
scribe-parser/src/hir_lowerer/monomorphization/monomorphizer.rs:44
Methodmonomorphizer
Get a reference to the monomorphizer
scribe-parser/src/hir_lowerer/context.rs:73
Functionmultiple_bad_top_level_items_produce_multiple_errors
()
scribe-parser/tests/parser/diagnostic_tests.rs:99
Methodname
(&self)
smelter-optimizer/src/pass.rs:21
Methodne
(&self, other: &str)
ir/src/hir.rs:60
Methodnew
()
zeta_utilities/src/arena.rs:93
Methodnew
()
zeta_utilities/src/bump.rs:34
Methodnew
()
zeta_utilities/src/string_pool.rs:116
Methodnew
( current_block_data: &'el mut CurrentBlockData, funcs: &'a HashMap<StrId, Function, FxHashBui
emberforge-compiler/src/midend/ir/expr_lowerer.rs:47
Methodnew
( context: Arc<StringPool>, extern_c_names: &'a HashSet<StrId>, dep_graph: &'a DepGrap
emberforge-compiler/src/midend/ir/module_lowerer.rs:49
Methodnew
( hir_fn: &HirFunc<'a, 'bump>, funcs: &'a HashMap<StrId, Function, FxHashBuilder>, glo
emberforge-compiler/src/midend/ir/lowerer.rs:73
Methodnew
( func: Function, current_block: BlockId, next_value: usize, next_block: usize
emberforge-compiler/src/midend/ir/block_data.rs:16
Methodnew
(registry: &GlobalRegistry<'a, 'bump>, context: Arc<StringPool>)
emberforge-compiler/src/midend/copy_analysis/drop_glue.rs:22
Methodnew
(tracing_enabled: bool)
ir/src/diagnostics_context.rs:23
Methodnew
(file_name: &'a str, line: usize, column: usize)
ir/src/span.rs:15
Methodnew
(string_pool: Arc<StringPool>)
ir/src/pretty.rs:17
Methodnew
()
ir/src/ssa_ir.rs:293
Methodnew
( hir_modules: &[HirModule<'a, 'bump>], registry: GlobalRegistry<'a, 'bump>, context:
ir/src/analysis_context.rs:22
Methodnew
(vm_string: VmString)
ir/src/hir.rs:33
Methodnew
(bump: &'a GrowableBump, tokens: Vec<Token<'a>>)
ir/src/tokens.rs:29
Methodnew
()
ir/src/registry/global_registry.rs:16
Methodnew
(kind: TypeErrorKind, span: SourceSpan<'a>)
ir/src/errors/type_error.rs:148
Methodnew
()
ir/src/errors/reporter.rs:41
Methodnew
(kind: ParseErrorKind, span: SourceSpan<'a>)
ir/src/errors/error.rs:300
Methodnew
(context: Arc<StringPool>, optimize: bool, verbose: bool)
engraver-assembly-emit/src/cranelift/cranelift_backend.rs:76
Methodnew
()
scribe-parser/src/parser/descent_parser.rs:197
Methodnew
( bump: Arc<GrowableAtomicBump<'bump>>, context: Arc<StringPool>, module_name: StrId,
scribe-parser/src/hir_lowerer/lambda_hoisting.rs:16
Methodnew
( context: Arc<StringPool>, bump: Arc<GrowableAtomicBump<'bump>>, dep_graph: &'a DepGr
scribe-parser/src/hir_lowerer/context.rs:43
Methodnew
( context: Arc<StringPool>, bump: Arc<GrowableAtomicBump<'bump>>, functions: Rc<RefCel
scribe-parser/src/hir_lowerer/monomorphization/monomorphizer.rs:29
Methodnew
(context: Arc<StringPool>)
scribe-parser/src/tokenizer/lexer.rs:117
Methodnew
()
codex-dependency-graph/src/symbol_table.rs:14
Methodnew
(idx: NodeIdx, kind: NodeKind, hint: Option<StrId>)
codex-dependency-graph/src/dep_graph.rs:62
Methodnew
()
sentinel-typechecker/src/move_state.rs:24
Methodnew
( dep_graph: &'a DepGraph, bump: &'bump GrowableBump<'bump>, copy_analysis: Rc<CopyAna
sentinel-typechecker/src/type_checker.rs:38
Methodnew
(dep_graph: &'a DepGraph, bump: &'bump GrowableBump<'bump>)
sentinel-typechecker/src/type_context.rs:43
Methodnew
()
smelter-optimizer/src/pass.rs:51
Methodnew_default
()
smelter-optimizer/src/pass_manager.rs:9
Methodnew_internal
( hir_fn: &HirFunc<'a, 'bump>, class_context: Option<StrId>, funcs: &'a HashMap<StrId,
emberforge-compiler/src/midend/ir/lowerer.rs:164
Methodnew_raw
(capacity: usize, align: usize)
zeta_utilities/src/arena.rs:40
Methodnew_with_class
( hir_fn: &HirFunc<'a, 'bump>, class_name: StrId, funcs: &'a HashMap<StrId, Function,
emberforge-compiler/src/midend/ir/lowerer.rs:118
Methodnullable_is_pointer_optimized
True if this nullable can be represented with zero-cost null-pointer encoding (no tag byte needed), only applies when the inner type is itself a point
ir/src/ssa_ir.rs:25
Methodparse
( string_pool: Arc<StringPool>, bump: &'bump GrowableBump<'bump>, tokens: &'a Tokens<'
scribe-parser/src/parser/descent_parser.rs:27
Functionparser_stops_after_error_limit
()
scribe-parser/tests/parser/diagnostic_tests.rs:159
Functionprintln_bool
(i: bool)
emberforge-compiler/src/println.rs:22
Functionprintln_int
(i: i32)
emberforge-compiler/src/println.rs:12
Functionprintln_long
(i: i64)
emberforge-compiler/src/println.rs:17
Functionprintln_str
(s: *const u8)
emberforge-compiler/src/println.rs:4
Methodptr_to
(inner: SsaType)
ir/src/ssa_ir.rs:6
Methodrecord_and_recover
Record `err`, then synchronize the cursor. Convenience for the common recovery pattern: 1. emit the error 2. skip garbage tokens 3. continue parsing
ir/src/diagnostics_context.rs:138
Methodrecord_warning
(&mut self, warn: DiagnosticWarning<'a>)
ir/src/diagnostics_context.rs:39
Functionrecovery_inside_impl_block_continues_parsing_remaining_methods
()
scribe-parser/tests/parser/diagnostic_tests.rs:117
Methodremove_generic_param
Remove a generic parameter from the current context
scribe-parser/src/hir_lowerer/context.rs:88
Functionrender_errors
Pretty-print all collected errors to stderr (or a writer).
ir/src/diagnostics_context.rs:212
Functionreset_clears_head_used
()
zeta_utilities/src/arena.rs:644
Functionreset_is_idempotent
()
zeta_utilities/src/arena.rs:661
Methodresolve_function_in_module
Resolve `name` as a function declared directly in `module_idx`, returning its (module_idx, item_idx) if found, restricted to function declarations (fu
codex-dependency-graph/src/dep_graph.rs:153
Methodresolve_str
Resolve a StrId to its string representation
ir/src/pretty.rs:32
Methodrun
(&mut self)
ir/src/analysis_context.rs:45
Methodrun
(mut self, module: HirModule<'a, 'bump>)
scribe-parser/src/hir_lowerer/lambda_hoisting.rs:30
Methodrun
(ast_modules: &[AstModule<'a, '_>], string_pool: Arc<StringPool>)
codex-dependency-graph/src/module_collection_builder.rs:16
Methodrun
(&self, module: &mut Module)
smelter-optimizer/src/pass.rs:32
Methodsafe_ptr_to
Creates a new safe pointer type that points to the given type (*T)
ir/src/hir.rs:664
Methodseed_locals_and_params_from_hir
Seed `var_map` and `current_block_data.value_types` with known parameters and locals. This should be called before lowering a function body. It assoc
emberforge-compiler/src/midend/ir/expr_lowerer.rs:98
Methodset_index
(&mut self, index: usize)
ir/src/tokens.rs:142
Functionsizeof_hir
(ty: &HirType, target: TargetInfo)
ir/src/layout.rs:48
Methodstmt_diverges
(stmt: &HirStmt)
emberforge-compiler/src/midend/ir/lowerer.rs:741
Methodstring
()
ir/src/ast.rs:1014
Methodstrip_ref
Unwraps a single layer of `Ref` to get at the underlying type, since `&Vec3f` vs `&dyn Printable` need to be compared on their pointee types.
sentinel-typechecker/src/type_checker.rs:1470
Methodtake_errors
Drains and returns all accumulated errors, resetting the internal list to empty.
sentinel-typechecker/src/type_checker.rs:65
Functiontest_actual_generic_function_monomorphization
()
scribe-parser/src/hir_lowerer/tests.rs:368
Functiontest_add_edge_creates_dependency
()
codex-dependency-graph/src/dep_graph_tests.rs:54
Functiontest_add_edge_no_self_loop
()
codex-dependency-graph/src/dep_graph_tests.rs:76
Functiontest_add_edge_prevents_duplicates
()
codex-dependency-graph/src/dep_graph_tests.rs:65
Functiontest_aligned_pointer_nullable
()
scribe-parser/tests/parser/pointers.rs:50
Functiontest_aligned_pointer_simple
()
scribe-parser/tests/parser/pointers.rs:27
Functiontest_basic_arithmetic_ast
()
scribe-parser/tests/hir_lowering_tests.rs:67
Functiontest_basic_arithmetic_hir
()
scribe-parser/tests/hir_lowering_tests.rs:586
Functiontest_basic_function_lowering
()
scribe-parser/src/hir_lowerer/tests.rs:75
Functiontest_basic_intern_and_resolve
()
zeta_utilities/src/string_pool.rs:250
Functiontest_binary_op_addition
()
sentinel-typechecker/src/type_checker.rs:1672
Functiontest_binary_op_comparison
()
sentinel-typechecker/src/type_checker.rs:1685
Functiontest_binary_op_logical
()
sentinel-typechecker/src/type_checker.rs:1698
Functiontest_binary_op_type_mismatch
()
sentinel-typechecker/src/type_checker.rs:1712
Functiontest_build_symbol_table
()
codex-dependency-graph/src/dep_graph_tests.rs:349
Functiontest_can_access_imported_module
()
codex-dependency-graph/src/dep_graph_tests.rs:412
Functiontest_can_access_respects_import_chain
()
codex-dependency-graph/src/dep_graph_tests.rs:426
Functiontest_can_access_same_module
()
codex-dependency-graph/src/dep_graph_tests.rs:406
Functiontest_cannot_access_non_imported_module
()
codex-dependency-graph/src/dep_graph_tests.rs:419
Functiontest_collision_handling
()
zeta_utilities/src/string_pool.rs:268
Functiontest_complex_if_with_arithmetic
()
scribe-parser/tests/if_for_mut_tests.rs:284
Functiontest_control_flow_hir
()
scribe-parser/tests/hir_lowering_tests.rs:707
Functiontest_debug_node
()
codex-dependency-graph/src/dep_graph_tests.rs:607
Functiontest_defer_ast
()
scribe-parser/tests/hir_lowering_tests.rs:501
Functiontest_defer_before_other_stmts
()
scribe-parser/tests/parser/match_defer_static.rs:257
Functiontest_defer_block_form
()
scribe-parser/tests/parser/match_defer_static.rs:212
Functiontest_defer_block_with_multiple_stmts
()
scribe-parser/tests/parser/match_defer_static.rs:242
← previousnext →601–700 of 916, ranked by callers