↓ 24 callersFunctiongenerate_min_max(
context: &mut Context<'a, 'b>,
generator: &mut G,
specialization: &Function,
call: &'b Call<'a>,
f
src/codegen/codegen.rs:1321
↓ 24 callersMethodgenerate_min_max_intrinsic(
&self,
a: Binding,
b: Binding,
intrinsic: LLVMIntrinsicFunction,
type_id: TypeId,
debug_location
src/codegen/llvm/generator.rs:565
↓ 13 callersMethodpush_readable(
&mut self,
name: tree::Node<&'a str>,
type_id: TypeId,
kind: ReadableKind,
used: bool,
is_pointe
src/frontend/validator.rs:234
↓ 8 callersFunctionlookup_field_in_fields(
context: &mut Context<'a, '_, '_>,
name: Node<&'a str>,
base_type_id: TypeId,
is_itself_mutable: bool,
src/frontend/validator.rs:6730