HomeSort by: relevance | last modified time | path
    Searched defs:vector_keyword (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu-c.c 31 static GTY(()) tree vector_keyword;
40 if (ident == C_CPP_HASHNODE (vector_keyword)
218 vector_keyword = get_identifier ("vector");
219 C_CPP_HASHNODE (vector_keyword)->flags |= NODE_CONDITIONAL;
30 static GTY(()) tree vector_keyword; variable
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 49 static GTY(()) tree vector_keyword; variable
162 if (ident == C_CPP_HASHNODE (vector_keyword))
377 vector_keyword = get_identifier ("vector");
378 C_CPP_HASHNODE (vector_keyword)->flags |= NODE_CONDITIONAL;
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 49 static GTY(()) tree vector_keyword; variable
162 if (ident == C_CPP_HASHNODE (vector_keyword))
377 vector_keyword = get_identifier ("vector");
378 C_CPP_HASHNODE (vector_keyword)->flags |= NODE_CONDITIONAL;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc 91 static GTY(()) tree vector_keyword; variable
110 if (ident == C_CPP_HASHNODE (vector_keyword))
145 vector_keyword = get_identifier ("vector");
146 C_CPP_HASHNODE (vector_keyword)->flags |= NODE_CONDITIONAL;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc 91 static GTY(()) tree vector_keyword; variable
110 if (ident == C_CPP_HASHNODE (vector_keyword))
145 vector_keyword = get_identifier ("vector");
146 C_CPP_HASHNODE (vector_keyword)->flags |= NODE_CONDITIONAL;

Completed in 90 milliseconds