Searched refs:VAL2 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dselftest.h318 /* Evaluate VAL1 and VAL2 and compare them with ==, calling
322 #define ASSERT_EQ(VAL1, VAL2) \
323 ASSERT_EQ_AT ((SELFTEST_LOCATION), (VAL1), (VAL2))
328 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \
330 const char *desc_ = "ASSERT_EQ (" #VAL1 ", " #VAL2 ")"; \
331 if ((VAL1) == (VAL2)) \
337 /* Evaluate VAL1 and VAL2 and compare them with known_eq, calling
341 #define ASSERT_KNOWN_EQ(VAL1, VAL2) \
342 ASSERT_KNOWN_EQ_AT ((SELFTEST_LOCATION), (VAL1), (VAL2))
347 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dselftest.h316 /* Evaluate VAL1 and VAL2 and compare them with ==, calling
320 #define ASSERT_EQ(VAL1, VAL2) \
321 ASSERT_EQ_AT ((SELFTEST_LOCATION), (VAL1), (VAL2))
326 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \
328 const char *desc_ = "ASSERT_EQ (" #VAL1 ", " #VAL2 ")"; \
329 if ((VAL1) == (VAL2)) \
335 /* Evaluate VAL1 and VAL2 and compare them with known_eq, calling
339 #define ASSERT_KNOWN_EQ(VAL1, VAL2) \
340 ASSERT_KNOWN_EQ_AT ((SELFTEST_LOCATION), (VAL1), (VAL2))
345 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr10770.c20 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff macro
24 #define VAL2(x) (x)&0xff,((x)>>8)&0xff macro
30 #define OP_const2u(x) 0x0a,VAL2(x),
31 #define OP_const2s(x) 0x0b,VAL2(x),
60 #define OP_bra(x) 0x28,VAL2(x),
67 #define OP_skip(x) 0x2f,VAL2(x),
173 #define OP_call2(x) 0x98,VAL2(x),
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr10770.c20 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff macro
24 #define VAL2(x) (x)&0xff,((x)>>8)&0xff macro
30 #define OP_const2u(x) 0x0a,VAL2(x),
31 #define OP_const2s(x) 0x0b,VAL2(x),
60 #define OP_bra(x) 0x28,VAL2(x),
67 #define OP_skip(x) 0x2f,VAL2(x),
173 #define OP_call2(x) 0x98,VAL2(x),
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtlgamma.c298 #define VAL2 "-0.11100001001010110111001010001001001011110011111111100E-55" macro
317 mpfr_set_str_binary (x, VAL2);
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8752/
H A Dits8752295 VAL2="Rabbit"
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h6169 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator in enum:clang::final::final::final::AtomicExpr::__anon64
6210 assert(NumSubExprs > VAL2);
6211 return cast<Expr>(SubExprs[VAL2]);

Completed in 281 milliseconds