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

  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 467 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP))
490 while ((CONVERT_EXPR_P (EXP) \
  /src/external/gpl3/gcc/dist/gcc/
tree.h 557 #define CONVERT_EXPR_P(EXP) CONVERT_EXPR_CODE_P (TREE_CODE (EXP))
580 while ((CONVERT_EXPR_P (EXP) \

Completed in 85 milliseconds