Searched refs:localtype (Results 1 – 3 of 3) sorted by relevance
98 #define DEFINE_TYPE_SPECIFIC_METHODS(name, localtype, ctype) \ argument99 explicit WasmValue(ctype v) : type_(localtype), bit_pattern_{} { \106 DCHECK_EQ(localtype, type_); \217 #define DECLARE_CAST(name, localtype, ctype, ...) \ argument
644 Modules/_threadmodule.c:localtype static PyTypeObject localtype
2347 Modules/_threadmodule.c - localtype -