Home
last modified time | relevance | path

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

12345678910>>...47

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dinput.h52 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
53 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
54 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
55 #define LOCATION_LOCUS(LOC) \ argument
58 #define LOCATION_BLOCK(LOC) \ argument
71 #define in_system_header_at(LOC) \ argument
75 #define from_macro_expansion_at(LOC) \ argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dinput.h52 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
53 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
54 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
55 #define LOCATION_LOCUS(LOC) \ argument
58 #define LOCATION_BLOCK(LOC) \ argument
71 #define in_system_header_at(LOC) \ argument
75 #define from_macro_expansion_at(LOC) \ argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.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
/dports/devel/riscv64-gcc/gcc-8.3.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
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.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
/dports/devel/arm-none-eabi-gcc/gcc-8.4.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
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.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
/dports/lang/gcc8/gcc-8.5.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
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dinput.h51 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
52 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
53 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
54 #define LOCATION_LOCUS(LOC) \ argument
57 #define LOCATION_BLOCK(LOC) \ argument
61 #define in_system_header_at(LOC) \ argument
/dports/net/kamailio/kamailio-5.4.5/src/modules/lost/
H A Dutilities.h73 typedef struct LOC struct
75 char *identity; /* location idendity (findServiceRequest) */
76 char *urn; /* service URN (findServiceRequest) */
77 char *xpath; /* civic address (findServiceRequest) */
78 char *geodetic; /* geodetic location (findServiceRequest) */
79 char *longitude; /* geo longitude */
80 char *latitude; /* geo latitude */
81 char *profile; /* location profile (findServiceRequest) */
82 int radius; /* geo radius (findServiceRequest) */
83 int recursive; /* recursion true|false (findServiceRequest)*/
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dinput.h50 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
51 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
52 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
53 #define LOCATION_LOCUS(LOC) \ argument
55 #define LOCATION_BLOCK(LOC) \ argument
61 #define in_system_header_at(LOC) \ argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dinput.h50 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
51 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
52 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
53 #define LOCATION_LOCUS(LOC) \ argument
55 #define LOCATION_BLOCK(LOC) \ argument
61 #define in_system_header_at(LOC) \ argument
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dinput.h97 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
98 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
99 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
100 #define LOCATION_LOCUS(LOC) \ argument
103 #define LOCATION_BLOCK(LOC) \ argument
106 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dinput.h98 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
99 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
100 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
101 #define LOCATION_LOCUS(LOC) \ argument
104 #define LOCATION_BLOCK(LOC) \ argument
107 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dinput.h98 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
99 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
100 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
101 #define LOCATION_LOCUS(LOC) \ argument
104 #define LOCATION_BLOCK(LOC) \ argument
107 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dinput.h97 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
98 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
99 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
100 #define LOCATION_LOCUS(LOC) \ argument
103 #define LOCATION_BLOCK(LOC) \ argument
106 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dinput.h98 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
99 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
100 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
101 #define LOCATION_LOCUS(LOC) \ argument
104 #define LOCATION_BLOCK(LOC) \ argument
107 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dinput.h97 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
98 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
99 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
100 #define LOCATION_LOCUS(LOC) \ argument
103 #define LOCATION_BLOCK(LOC) \ argument
106 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dinput.h100 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
101 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
102 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
103 #define LOCATION_LOCUS(LOC) \ argument
106 #define LOCATION_BLOCK(LOC) \ argument
109 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dinput.h100 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
101 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
102 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
103 #define LOCATION_LOCUS(LOC) \ argument
106 #define LOCATION_BLOCK(LOC) \ argument
109 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dinput.h100 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) argument
101 #define LOCATION_LINE(LOC) ((expand_location (LOC)).line) argument
102 #define LOCATION_COLUMN(LOC)((expand_location (LOC)).column) argument
103 #define LOCATION_LOCUS(LOC) \ argument
106 #define LOCATION_BLOCK(LOC) \ argument
109 #define RESERVED_LOCATION_P(LOC) \ argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-3.c5 #define LOC asm ("r10") macro
7 #define LOC macro
12 register unsigned int z LOC; in foo() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-3.c5 #define LOC asm ("r10") macro
7 #define LOC macro
12 register unsigned int z LOC; in foo() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-3.c5 #define LOC asm ("r10") macro
7 #define LOC macro
12 register unsigned int z LOC; in foo() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A D20021120-3.c5 #define LOC asm ("r10") macro
7 #define LOC macro
12 register unsigned int z LOC; in foo() local

12345678910>>...47