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

  /src/external/gpl2/texinfo/dist/makeinfo/
xref.h 25 enum reftype enum
  /src/external/gpl3/gcc/dist/gcc/cp/
optimize.cc 686 tree reftype = build_reference_type (TREE_TYPE (parm)); local
687 replacement = fold_convert (reftype, null_pointer_node);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
optimize.cc 671 tree reftype = build_reference_type (TREE_TYPE (parm)); local
672 replacement = fold_convert (reftype, null_pointer_node);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 432 tree reftype = TREE_TYPE (aref.ref); local
435 if (POINTER_TYPE_P (reftype))
436 reftype = TREE_TYPE (reftype);
438 if (TREE_CODE (reftype) == FUNCTION_TYPE)
441 reftype = TREE_TYPE (aref.ref);
446 it points to and REFTYPE to the array with the size, rounded
448 if (TREE_CODE (reftype) == ARRAY_TYPE)
449 reftype = TREE_TYPE (reftype);
    [all...]
tree-ssa-strlen.cc 1185 tree reftype = TREE_TYPE (aref.ref); local
1186 if (!RECORD_OR_UNION_TYPE_P (reftype)
1192 tree fld = field_at_offset (reftype, NULL_TREE, off);
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 517 tree reftype = TREE_TYPE (aref.ref); local
520 if (POINTER_TYPE_P (reftype))
521 reftype = TREE_TYPE (reftype);
523 if (TREE_CODE (reftype) == FUNCTION_TYPE)
526 reftype = TREE_TYPE (aref.ref);
531 it points to and REFTYPE to the array with the size, rounded
533 if (TREE_CODE (reftype) == ARRAY_TYPE)
534 reftype = TREE_TYPE (reftype);
    [all...]
tree-ssa-strlen.cc 1159 tree reftype = TREE_TYPE (aref.ref); local
1160 if (!RECORD_OR_UNION_TYPE_P (reftype)
1166 tree fld = field_at_offset (reftype, NULL_TREE, off);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 2887 tree reftype = TYPE_P (ref) ? ref : TREE_TYPE (ref); local
2894 && POINTER_TYPE_P (reftype)
2895 && FUNC_OR_METHOD_TYPE_P (TREE_TYPE (reftype)))))
2899 && !FUNC_OR_METHOD_TYPE_P (reftype)
2900 && (!POINTER_TYPE_P (reftype)
2901 || !FUNC_OR_METHOD_TYPE_P (TREE_TYPE (reftype)))))))
2970 && FUNC_OR_METHOD_TYPE_P (reftype))
2973 if (POINTER_TYPE_P (reftype))
2974 reftype = TREE_TYPE (reftype);
5183 tree reftype = TREE_TYPE (argtype); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 3210 tree reftype = TYPE_P (ref) ? ref : TREE_TYPE (ref); local
3217 && POINTER_TYPE_P (reftype)
3218 && FUNC_OR_METHOD_TYPE_P (TREE_TYPE (reftype)))))
3222 && !FUNC_OR_METHOD_TYPE_P (reftype)
3223 && (!POINTER_TYPE_P (reftype)
3224 || !FUNC_OR_METHOD_TYPE_P (TREE_TYPE (reftype)))))))
3293 && FUNC_OR_METHOD_TYPE_P (reftype))
3296 if (POINTER_TYPE_P (reftype))
3297 reftype = TREE_TYPE (reftype);
5564 tree reftype = TREE_TYPE (argtype); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 447 struct type **reftype;
482 reftype = (refcode == TYPE_CODE_REF ? &TYPE_REFERENCE_TYPE (type)
485 *reftype = ntype;
494 *reftype = ntype;
446 struct type **reftype; local
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 447 struct type **reftype;
482 reftype = (refcode == TYPE_CODE_REF ? &TYPE_REFERENCE_TYPE (type)
485 *reftype = ntype;
494 *reftype = ntype;
446 struct type **reftype; local

Completed in 55 milliseconds