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

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransAPIUses.cpp 72 QualType pointee = parm->getType()->getPointeeType(); local
73 if (pointee.isNull())
76 if (pointee.getObjCLifetime() > Qualifiers::OCL_ExplicitNone)
TransAutoreleasePool.cpp 393 QualType pointee = Ty->getPointeeType(); local
394 if (pointee.isNull())
396 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>())
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-reachability.cc 153 /* Add values within the cluster. If any are pointers, add the pointee. */
176 const region *pointee = ptr->get_pointee (); local
189 add (pointee, ptr_is_mutable);
store.cc 2596 const region *pointee = region_sval->get_pointee (); local
2604 tristate ts = eval_alias (pointee->get_base_region (),
region-model.cc 3024 const region *pointee = ptr->get_pointee (); local
3025 if (pointee->non_null_p ())
3110 const region *pointee = ptr->get_pointee (); local
3114 if (pointee->maybe_get_frame_region ())
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-reachability.cc 149 /* Add values within the cluster. If any are pointers, add the pointee. */
172 const region *pointee = ptr->get_pointee (); local
185 add (pointee, ptr_is_mutable);
store.cc 2817 const region *pointee = region_sval->get_pointee (); local
2825 tristate ts = eval_alias (pointee->get_base_region (),
region-model.cc 3170 " of the pointee's size");
4584 const region *pointee = ptr->get_pointee (); local
4585 if (pointee->non_null_p ())
4748 const region *pointee = ptr->get_pointee (); local
4752 if (pointee->maybe_get_frame_region ())
  /src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp 484 QualType pointee = PT->getPointeeType(); local
485 if (pointee->getAsStructureType() || pointee->isVoidType())
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
function-calls.f90 195 integer, target :: pointee, several_arguments_return variable in program:function_calls
208 int_pointer => pointee
209 pointee = 87
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
function-calls.f90 195 integer, target :: pointee, several_arguments_return variable in program:function_calls
208 int_pointer => pointee
209 pointee = 87
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 219 tree pointee = strip_pointer_operator (TREE_TYPE (t));
220 if (TREE_CODE (pointee) != ARRAY_TYPE
221 && TREE_CODE (pointee) != FUNCTION_TYPE)
463 tree pointee = strip_pointer_operator (TREE_TYPE (t));
464 pp_c_specifier_qualifier_list (pp, pointee);
465 if (TREE_CODE (pointee) == ARRAY_TYPE
466 || TREE_CODE (pointee) == FUNCTION_TYPE)
470 pp_c_attributes_display (pp, TYPE_ATTRIBUTES (pointee));
218 tree pointee = strip_pointer_operator (TREE_TYPE (t)); local
461 tree pointee = strip_pointer_operator (TREE_TYPE (t)); local
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 412 tree pointee = TREE_OPERAND (cst, 0); local
414 if (TREE_CODE (pointee) != ARRAY_REF
415 || TREE_OPERAND (pointee, 1) != integer_zero_node
416 || TREE_CODE (TREE_OPERAND (pointee, 0)) != STRING_CST)
419 return d_eval_constant_expression (loc, TREE_OPERAND (pointee, 0));
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 219 tree pointee = strip_pointer_operator (TREE_TYPE (t));
220 if (TREE_CODE (pointee) != ARRAY_TYPE
221 && TREE_CODE (pointee) != FUNCTION_TYPE)
484 tree pointee = strip_pointer_operator (TREE_TYPE (t));
485 pp_c_specifier_qualifier_list (pp, pointee);
486 if (TREE_CODE (pointee) == ARRAY_TYPE
487 || TREE_CODE (pointee) == FUNCTION_TYPE)
495 if (!cxx11_attribute_p (TYPE_ATTRIBUTES (pointee)))
496 pp_c_attributes_display (pp, TYPE_ATTRIBUTES (pointee));
218 tree pointee = strip_pointer_operator (TREE_TYPE (t)); local
482 tree pointee = strip_pointer_operator (TREE_TYPE (t)); local
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1873 // If we have a pointer or reference, the pointee must have an object
2058 // Helper to deduce addr space of a pointee type in OpenCL mode.
6555 QualType pointee = ptr->getPointeeType(); local
6556 if (pointee->isObjCRetainableType() || pointee->isPointerType())
7043 QualType Pointee = Type->getPointeeType();
7045 Pointee = S.Context.getAddrSpaceQualType(
7046 S.Context.removeAddrSpaceQualType(Pointee), ASIdx);
7047 Type = State.getAttributedType(A, Type, S.Context.getPointerType(Pointee));
7158 // Make sure that the pointee isn't itself a pointer type
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 836 tree pointee;
838 pointee = merge_types (TYPE_PTRMEM_POINTED_TO_TYPE (t1),
841 pointee);
835 tree pointee; local
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 986 tree pointee;
988 pointee = merge_types (TYPE_PTRMEM_POINTED_TO_TYPE (t1),
991 pointee);
985 tree pointee; local

Completed in 87 milliseconds