Searched refs:DEPTH_0 (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/Modules/Inputs/invalidate-identifiers/ |
D | a.h | 4 #define DEPTH_0(x) DEPTH_1(x##0) DEPTH_1(x##1) TYPEDEFS(x) macro 16 DEPTH_0(i)
|
/external/v8/src/wasm/ |
D | wasm-macro-gen.h | 65 #define DEPTH_0 0 macro 69 #define WASM_INFINITE_LOOP kExprLoop, kExprBr, ARITY_0, DEPTH_0, kExprEnd
|
/external/v8/test/unittests/wasm/ |
D | ast-decoder-unittest.cc | 424 EXPECT_FAILURE_INLINE(sigs.v_v(), kExprBlock, kExprBr, ARITY_1, DEPTH_0, in TEST_F() 426 EXPECT_VERIFIES_INLINE(sigs.v_v(), kExprBlock, kExprBr, ARITY_0, DEPTH_0, in TEST_F() 741 static const byte code[] = {kExprBlock, kExprBr, ARITY_0, DEPTH_0, kExprEnd}; in TEST_F()
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 1607 0, kExprBr, ARITY_1, DEPTH_0, kExprEnd, kExprEnd, kExprI8Const, 0); in WASM_EXEC_TEST()
|