Searched defs:fstmt (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-macro-gen.h | 98 #define WASM_IF_ELSE(cond, tstmt, fstmt) \ argument 101 #define WASM_IF_ELSE_T(t, cond, tstmt, fstmt) \ argument 105 #define WASM_IF_ELSE_TT(t1, t2, cond, tstmt, fstmt) \ argument 111 #define WASM_IF_ELSE_I(cond, tstmt, fstmt) \ argument 113 #define WASM_IF_ELSE_L(cond, tstmt, fstmt) \ argument 115 #define WASM_IF_ELSE_F(cond, tstmt, fstmt) \ argument 117 #define WASM_IF_ELSE_D(cond, tstmt, fstmt) \ argument
|