Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dinput.h55 #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 Dselftest.h236 #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 Dstreamer-hooks.h73 #define stream_output_location(OB, BP, LOC) \ argument
H A Dconvert.c40 #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 Ddiagnostic.h267 #define diagnostic_report_warnings_p(DC, LOC) \ argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dinput.h48 #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 Ddiagnostic.h238 #define diagnostic_report_warnings_p(DC, LOC) \ argument
H A Dtree-vectorizer.h27 typedef source_location LOC; typedef
H A Drtl.h2246 #define gen_rtx_ASM_INPUT_loc(MODE, ARG0, LOC) \ argument
/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dline-map.h488 #define SOURCE_LINE(MAP, LOC) \ argument
493 #define SOURCE_COLUMN(MAP, LOC) \ argument
/dflybsd-src/lib/libc/db/hash/
H A Dhash.c78 #define RETURN_ERROR(ERR, LOC) { save_errno = ERR; goto LOC; } argument
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h789 #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 Dc-ada-spec.c56 #define LOCATION_COL(LOC) ((expand_location (LOC)).column) argument
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h857 #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