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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 593 tree decl_or_type; variable
752 tree t = descriptors[i].decl_or_type;
777 tree t = (*info->descriptors)[i].decl_or_type;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 595 tree decl_or_type; variable
754 tree t = descriptors[i].decl_or_type;
779 tree t = (*info->descriptors)[i].decl_or_type;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 957 tree type, decl_or_type;
988 decl_or_type = decl;
997 decl_or_type = type;
1012 || (REG_PARM_STACK_SPACE (decl_or_type)
1031 a = ix86_function_value (TREE_TYPE (exp), decl_or_type, false);
948 tree type, decl_or_type; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 917 tree type, decl_or_type;
947 decl_or_type = decl;
956 decl_or_type = type;
962 || (REG_PARM_STACK_SPACE (decl_or_type)
981 a = ix86_function_value (TREE_TYPE (exp), decl_or_type, false);
908 tree type, decl_or_type; local

Completed in 82 milliseconds