/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | input.h | 55 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument 56 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument 57 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument 58 #define LOCATION_LOCUS(LOC) \ argument 61 #define LOCATION_BLOCK(LOC) \ argument 64 #define RESERVED_LOCATION_P(LOC) \ argument 76 #define in_system_header_at(LOC) \ argument 80 #define from_macro_expansion_at(LOC) \ argument 85 #define from_macro_definition_at(LOC) \ argument
|
H A D | selftest.h | 236 #define ASSERT_TRUE_AT(LOC, EXPR) \ argument 256 #define ASSERT_FALSE_AT(LOC, EXPR) \ argument 276 #define ASSERT_EQ_AT(LOC, EXPECTED, ACTUAL) \ argument 295 #define ASSERT_KNOWN_EQ_AT(LOC, EXPECTED, ACTUAL) \ argument 327 #define ASSERT_MAYBE_NE_AT(LOC, EXPECTED, ACTUAL) \ argument 346 #define ASSERT_GT_AT(LOC, LHS, RHS) \ argument 365 #define ASSERT_LT_AT(LOC, LHS, RHS) \ argument 387 #define ASSERT_STREQ_AT(LOC, EXPECTED, ACTUAL) \ argument
|
H A D | streamer-hooks.h | 73 #define stream_output_location(OB, BP, LOC) \ argument
|
H A D | convert.c | 40 #define maybe_fold_build1_loc(FOLD_P, LOC, CODE, TYPE, EXPR) \ argument 43 #define maybe_fold_build2_loc(FOLD_P, LOC, CODE, TYPE, EXPR1, EXPR2) \ argument
|
H A D | diagnostic.h | 267 #define diagnostic_report_warnings_p(DC, LOC) \ argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | input.h | 48 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument 49 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument 50 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument 54 #define in_system_header_at(LOC) \ argument
|
H A D | diagnostic.h | 238 #define diagnostic_report_warnings_p(DC, LOC) \ argument
|
H A D | tree-vectorizer.h | 27 typedef source_location LOC; typedef
|
H A D | rtl.h | 2246 #define gen_rtx_ASM_INPUT_loc(MODE, ARG0, LOC) \ argument
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | line-map.h | 488 #define SOURCE_LINE(MAP, LOC) \ argument 493 #define SOURCE_COLUMN(MAP, LOC) \ argument
|
/dflybsd-src/lib/libc/db/hash/ |
H A D | hash.c | 78 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.h | 789 #define c_sizeof(LOC, T) c_sizeof_or_alignof_type (LOC, T, true, 1) argument 790 #define c_alignof(LOC, T) c_sizeof_or_alignof_type (LOC, T, false, 1) argument
|
H A D | c-ada-spec.c | 56 #define LOCATION_COL(LOC) ((expand_location (LOC)).column) argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.h | 857 #define c_sizeof(LOC, T) c_sizeof_or_alignof_type (LOC, T, true, false, 1) argument 858 #define c_alignof(LOC, T) c_sizeof_or_alignof_type (LOC, T, false, false, 1) argument
|