Searched defs:LocalType (Results 1 – 5 of 5) sorted by relevance
13 struct LocalType {}; in FunctionWithLocalType() struct22 struct LocalType {}; in __anon0a67a7e90102() struct32 struct LocalType {}; in TemplateFuncionWithLocalLambda() struct
13 struct LocalType {}; in FunctionWithLocalType() struct22 struct LocalType {}; in __anon800880570102() struct32 struct LocalType {}; in TemplateFuncionWithLocalLambda() struct
120 class LocalType { } in should_fail_for_local_type_field() class135 class LocalType { } in should_not_fail_if_local_type_field_is_instantiated() class
12 using LocalType = LocalBase<0>; variable
327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi()