Searched refs:VAL1 (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, VAL
[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, VAL
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr10770.c18 #define VAL1(x) (x)&0xff macro
28 #define OP_const1u(x) 0x08,VAL1(x),
29 #define OP_const1s(x) 0x09,VAL1(x),
41 #define OP_pick(x) 0x15,VAL1(x),
168 #define OP_deref_size(x) 0x94,VAL1(x),
169 #define OP_xderef_size(x) 0x95,VAL1(x),
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr10770.c18 #define VAL1(x) (x)&0xff macro
28 #define OP_const1u(x) 0x08,VAL1(x),
29 #define OP_const1s(x) 0x09,VAL1(x),
41 #define OP_pick(x) 0x15,VAL1(x),
168 #define OP_deref_size(x) 0x94,VAL1(x),
169 #define OP_xderef_size(x) 0x95,VAL1(x),
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtlgamma.c296 #define VAL1 "-0.11100001001010110111001010001001001011110100110000110E-55" macro
312 mpfr_set_str_binary (x, VAL1);
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8752/
H A Dits8752292 VAL1="Fudd"
/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
6200 assert(NumSubExprs > VAL1);
6201 return cast<Expr>(SubExprs[VAL1]);

Completed in 221 milliseconds