Searched defs:LocalType (Results 1 – 6 of 6) sorted by relevance
13 struct LocalType {}; in FunctionWithLocalType() struct22 struct LocalType {}; in __anon49aa316e0102() 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
18 LocalType = Union[ variable
327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi()