Searched defs:reftype (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | xref.h | 25 enum reftype enum
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | optimize.cc | 665 tree reftype = build_reference_type (TREE_TYPE (parm)); in maybe_clone_body() local
|
H A D | cvt.cc | 381 diagnose_ref_binding (location_t loc, tree reftype, tree intype, tree decl) in diagnose_ref_binding() 415 convert_to_reference (tree reftype, tree expr, int convtype, in convert_to_reference()
|
H A D | method.cc | 1901 build_stub_object (tree reftype) in build_stub_object()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | optimize.c | 665 tree reftype = build_reference_type (TREE_TYPE (parm)); in maybe_clone_body() local
|
H A D | cvt.c | 381 diagnose_ref_binding (location_t loc, tree reftype, tree intype, tree decl) in diagnose_ref_binding() 415 convert_to_reference (tree reftype, tree expr, int convtype, in convert_to_reference()
|
H A D | method.c | 1623 build_stub_object (tree reftype) in build_stub_object()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-array-bounds.cc | 432 tree reftype = TREE_TYPE (aref.ref); in check_mem_ref() local
|
H A D | pointer-query.cc | 1779 tree reftype = TREE_TYPE (arefop); in handle_array_ref() local
|
H A D | tree-ssa-strlen.cc | 1185 tree reftype = TREE_TYPE (aref.ref); in get_maxbound() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-attribs.cc | 2887 tree reftype = TYPE_P (ref) ? ref : TREE_TYPE (ref); in handle_copy_attribute() local 5183 tree reftype = TREE_TYPE (argtype); in build_attr_access_from_parms() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-attribs.c | 2529 tree reftype = TYPE_P (ref) ? ref : TREE_TYPE (ref); in handle_copy_attribute() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vrp.c | 3812 tree reftype = TREE_TYPE (arg); in check_mem_ref() local
|
H A D | builtins.c | 3982 tree reftype = TREE_TYPE (ref); in compute_objsize() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elflink.c | 9016 undefined_reference (const char *reftype, const char *name) in undefined_reference()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elflink.c | 8933 undefined_reference (const char *reftype, const char *name) in undefined_reference()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 3290 if (const ReferenceType *reftype = type->getAs<ReferenceType>()) { in BuildDeclarationNameExpr() local
|