Home
last modified time | relevance | path

Searched defs:LOC (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dselftest.h286 #define ASSERT_TRUE_AT(LOC, EXPR) \ argument
306 #define ASSERT_FALSE_AT(LOC, EXPR) \ argument
326 #define ASSERT_EQ_AT(LOC, VAL1, VAL2) \ argument
345 #define ASSERT_KNOWN_EQ_AT(LOC, VAL1, VAL2) \ argument
377 #define ASSERT_MAYBE_NE_AT(LOC, VAL1, VAL2) \ argument
396 #define ASSERT_GT_AT(LOC, LHS, RHS) \ argument
415 #define ASSERT_LT_AT(LOC, LHS, RHS) \ argument
437 #define ASSERT_STREQ_AT(LOC, VAL1, VAL2) \ argument
457 #define ASSERT_STR_CONTAINS_AT(LOC, HAYSTACK, NEEDLE) \ argument
Dinput.h168 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
169 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
170 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
171 #define LOCATION_LOCUS(LOC) \ argument
174 #define LOCATION_BLOCK(LOC) \ argument
177 #define RESERVED_LOCATION_P(LOC) \ argument
Dstreamer-hooks.h80 #define stream_output_location(OB, BP, LOC) \ argument
83 #define stream_output_location_and_block(OB, BP, LOC) \ argument
Dconvert.cc41 #define maybe_fold_build1_loc(FOLD_P, LOC, CODE, TYPE, EXPR) \ argument
44 #define maybe_fold_build2_loc(FOLD_P, LOC, CODE, TYPE, EXPR1, EXPR2) \ argument
Ddiagnostic.h450 #define diagnostic_report_warnings_p(DC, LOC) \ argument
/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dti.h226 #define GET_SCNHDR_NRELOC(ABFD, LOC) \ argument
228 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \ argument
231 #define GET_SCNHDR_NLNNO(ABFD, LOC) \ argument
241 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument
251 #define GET_SCNHDR_FLAGS(ABFD, LOC) \ argument
261 #define PUT_SCNHDR_FLAGS(ABFD, VAL, LOC) \ argument
271 #define GET_SCNHDR_PAGE(ABFD, LOC) \ argument
282 #define PUT_SCNHDR_PAGE(ABFD, VAL, LOC) \ argument
296 #define GET_SCNHDR_NLNNO(ABFD, LOC) \ argument
298 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dti.h226 #define GET_SCNHDR_NRELOC(ABFD, LOC) \ argument
228 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \ argument
231 #define GET_SCNHDR_NLNNO(ABFD, LOC) \ argument
241 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument
251 #define GET_SCNHDR_FLAGS(ABFD, LOC) \ argument
261 #define PUT_SCNHDR_FLAGS(ABFD, VAL, LOC) \ argument
271 #define GET_SCNHDR_PAGE(ABFD, LOC) \ argument
282 #define PUT_SCNHDR_PAGE(ABFD, VAL, LOC) \ argument
296 #define GET_SCNHDR_NLNNO(ABFD, LOC) \ argument
298 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
Dintrinsic-precedence.f9019 integer(kind=4) LOC, ubound, minus variable
/netbsd/src/common/dist/zlib/contrib/pascal/
Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro
/netbsd/src/common/dist/zlib/contrib/delphi/
Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl macro
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/alpha/
Dvms-unwind.h51 #define UPDATE_FS_FOR_CFA_GR(FS, GRN, LOC, CFA) \ argument
/netbsd/src/lib/libc/stdlib/
Dstrfmon.c79 #define GET_NUMBER(VAR, LOC) do { \ argument
/netbsd/src/lib/libc/db/hash/
Dhash.c81 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.h243 #define M32R_STACK_ALIGN(LOC) (((LOC) + 3) & ~ 3) argument
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck2.cc79 #define ERROR_FOR_ASSIGNMENT(LOC, AS, ASM, IN, DE, ARG) \ in cxx_readonly_error() argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/
Diq2000.h696 #define IQ2000_STACK_ALIGN(LOC) (((LOC) + 7) & ~7) argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.h172 #define IA64_STACK_ALIGN(LOC) (((LOC) + 15) & ~15) argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.h525 #define SPARC_STACK_ALIGN(LOC) ROUND_UP ((LOC), UNITS_PER_WORD * 2) argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.h234 #define ARC_STACK_ALIGN(LOC) \ argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.cc2728 #define XTENSA_STACK_ALIGN(LOC) (((LOC) + STACK_BYTES-1) & ~(STACK_BYTES-1)) argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.h2546 #define MIPS_STACK_ALIGN(LOC) \ argument