Home
last modified time | relevance | path

Searched defs: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
1192 #define BITSET_CONSTANT(type, value) AST_SEMANTIC(k##type), in Print() macro
/external/v8/src/compiler/
Dtypes.cc980 #define BITSET_CONSTANT(type, value) k##type, in Print() macro