Home
last modified time | relevance | path

Searched refs:BITSET_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dast-types.cc1188 #define BITSET_CONSTANT(type, value) AST_REPRESENTATION(k##type), in Print() macro
1189 AST_REPRESENTATION_BITSET_TYPE_LIST(BITSET_CONSTANT) in Print()
1190 #undef BITSET_CONSTANT in Print()
1192 #define BITSET_CONSTANT(type, value) AST_SEMANTIC(k##type), in Print() macro
1193 AST_INTERNAL_BITSET_TYPE_LIST(BITSET_CONSTANT) in Print()
1194 AST_SEMANTIC_BITSET_TYPE_LIST(BITSET_CONSTANT) in Print()
1195 #undef BITSET_CONSTANT in Print()
/external/v8/src/compiler/
Dtypes.cc980 #define BITSET_CONSTANT(type, value) k##type, in Print() macro
981 INTERNAL_BITSET_TYPE_LIST(BITSET_CONSTANT) in Print()
982 PROPER_BITSET_TYPE_LIST(BITSET_CONSTANT) in Print()
983 #undef BITSET_CONSTANT in Print()