Searched refs:LocalType (Results 1 – 6 of 6) sorted by relevance
13 struct LocalType {}; in FunctionWithLocalType() struct14 return LocalType{}; in FunctionWithLocalType()22 struct LocalType {}; in __anon6d16a83f0102() struct23 return LocalType{}; in __anon6d16a83f0102()32 struct LocalType {}; in TemplateFuncionWithLocalLambda() struct33 return LocalType{}; in TemplateFuncionWithLocalLambda()
120 class LocalType { } in should_fail_for_local_type_field() class123 @InjectMocks LocalType field; in should_fail_for_local_type_field()135 class LocalType { } in should_not_fail_if_local_type_field_is_instantiated() class138 @InjectMocks LocalType field = new LocalType(); in should_not_fail_if_local_type_field_is_instantiated()
30 LocalType(localType), in EDToken()57 return LocalType; in localType()
50 uint64_t LocalType; member
67 Ice::Type toIceType(wasm::LocalType Type) { in toIceType()291 Node Param(uint32_t Index, wasm::LocalType Type) { in Param()327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi() argument1204 Node LoadMem(wasm::LocalType Type, MachineType MemType, Node Index, in LoadMem()
353 my %LocalType;3181 $LocalType{$ID} = 1;4683 if(defined $LocalType{$Tid})4732 foreach my $Tid (keys(%LocalType))4741 %LocalType = ();