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

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 6267 tree in_otype = otype;
6273 qualifiers of IN_OTYPE. The outermost level of POINTER_TYPE
6278 in_otype = TREE_TYPE (in_otype);
6285 if (TREE_CODE (in_otype) == FUNCTION_TYPE
6288 & ~TYPE_QUALS_NO_ADDR_SPACE (in_otype));
6290 discarded |= (TYPE_QUALS_NO_ADDR_SPACE (in_otype)
6294 && TREE_CODE (in_otype) == POINTER_TYPE);
6301 /* There are qualifiers present in IN_OTYPE that are not present
6323 if (TYPE_MAIN_VARIANT (in_type) != TYPE_MAIN_VARIANT (in_otype))
6247 tree in_otype = otype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 5788 tree in_otype = otype;
5794 qualifiers of IN_OTYPE. The outermost level of POINTER_TYPE
5799 in_otype = TREE_TYPE (in_otype);
5806 if (TREE_CODE (in_otype) == FUNCTION_TYPE
5809 & ~TYPE_QUALS_NO_ADDR_SPACE (in_otype));
5811 discarded |= (TYPE_QUALS_NO_ADDR_SPACE (in_otype)
5815 && TREE_CODE (in_otype) == POINTER_TYPE);
5822 /* There are qualifiers present in IN_OTYPE that are not present
5844 if (TYPE_MAIN_VARIANT (in_type) != TYPE_MAIN_VARIANT (in_otype))
5770 tree in_otype = otype; local
    [all...]

Completed in 29 milliseconds