Home
last modified time | relevance | path

Searched refs:DEPTH_1 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Modules/Inputs/invalidate-identifiers/
Da.h4 #define DEPTH_0(x) DEPTH_1(x##0) DEPTH_1(x##1) TYPEDEFS(x)
5 #define DEPTH_1(x) DEPTH_2(x##0) DEPTH_2(x##1) TYPEDEFS(x) macro
/external/v8/src/wasm/
Dwasm-macro-gen.h66 #define DEPTH_1 1 macro
428 kExprLoop, x, kExprIf, y, kExprBr, ARITY_1, DEPTH_1, kExprEnd, kExprEnd
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc498 DEPTH_1, kExprNop, kExprEnd}; in TEST_F()