OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__vector_keyword
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu-c.c
30
static GTY(()) tree
__vector_keyword
;
41
|| ident == C_CPP_HASHNODE (
__vector_keyword
))
42
return C_CPP_HASHNODE (
__vector_keyword
);
60
if (ident == C_CPP_HASHNODE (
__vector_keyword
))
81
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
216
__vector_keyword
= get_identifier ("__vector");
217
C_CPP_HASHNODE (
__vector_keyword
)->flags |= NODE_CONDITIONAL;
29
static GTY(()) tree
__vector_keyword
;
variable
/src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc
48
static GTY(()) tree
__vector_keyword
;
variable
163
return C_CPP_HASHNODE (
__vector_keyword
);
210
if (ident != C_CPP_HASHNODE (
__vector_keyword
))
225
return C_CPP_HASHNODE (
__vector_keyword
);
231
if (ident == C_CPP_HASHNODE (
__vector_keyword
))
251
return C_CPP_HASHNODE (
__vector_keyword
);
267
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
372
if (TARGET_ZVECTOR_P (opts->x_target_flags) &&
__vector_keyword
== NULL)
374
__vector_keyword
= get_identifier ("__vector");
375
C_CPP_HASHNODE (
__vector_keyword
)->flags |= NODE_CONDITIONAL
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc
48
static GTY(()) tree
__vector_keyword
;
variable
163
return C_CPP_HASHNODE (
__vector_keyword
);
210
if (ident != C_CPP_HASHNODE (
__vector_keyword
))
225
return C_CPP_HASHNODE (
__vector_keyword
);
231
if (ident == C_CPP_HASHNODE (
__vector_keyword
))
251
return C_CPP_HASHNODE (
__vector_keyword
);
267
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
372
if (TARGET_ZVECTOR_P (opts->x_target_flags) &&
__vector_keyword
== NULL)
374
__vector_keyword
= get_identifier ("__vector");
375
C_CPP_HASHNODE (
__vector_keyword
)->flags |= NODE_CONDITIONAL
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc
90
static GTY(()) tree
__vector_keyword
;
variable
111
return C_CPP_HASHNODE (
__vector_keyword
);
136
__vector_keyword
= get_identifier ("__vector");
137
C_CPP_HASHNODE (
__vector_keyword
)->flags |= NODE_CONDITIONAL;
200
if (ident == C_CPP_HASHNODE (
__vector_keyword
))
210
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
215
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
221
else if (ident && (ident != C_CPP_HASHNODE (
__vector_keyword
)))
251
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
257
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc
90
static GTY(()) tree
__vector_keyword
;
variable
111
return C_CPP_HASHNODE (
__vector_keyword
);
136
__vector_keyword
= get_identifier ("__vector");
137
C_CPP_HASHNODE (
__vector_keyword
)->flags |= NODE_CONDITIONAL;
201
if (ident == C_CPP_HASHNODE (
__vector_keyword
))
211
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
216
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
222
else if (ident && (ident != C_CPP_HASHNODE (
__vector_keyword
)))
252
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
258
expand_this = C_CPP_HASHNODE (
__vector_keyword
);
[
all
...]
Completed in 45 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026