Home
last modified time | relevance | path

Searched refs:DEPTH_0 (Results 1 – 4 of 4) 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) macro
16 DEPTH_0(i)
/external/v8/src/wasm/
Dwasm-macro-gen.h65 #define DEPTH_0 0 macro
69 #define WASM_INFINITE_LOOP kExprLoop, kExprBr, ARITY_0, DEPTH_0, kExprEnd
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc424 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/
Dtest-run-wasm.cc1607 0, kExprBr, ARITY_1, DEPTH_0, kExprEnd, kExprEnd, kExprI8Const, 0); in WASM_EXEC_TEST()