/external/lldb/test/python_api/watchpoint/watchlocation/ |
D | TestTargetWatchAddress.py | 83 pointee = value.CreateValueFromAddress("pointee", 92 self.DebugSBValue(pointee) 109 self.DebugSBValue(pointee) 142 pointee = value.CreateValueFromAddress("pointee",
|
D | TestSetWatchlocation.py | 68 pointee = value.CreateValueFromAddress("pointee", 77 self.DebugSBValue(pointee) 94 self.DebugSBValue(pointee)
|
/external/clang/lib/ARCMigrate/ |
D | TransAPIUses.cpp | 73 QualType pointee = parm->getType()->getPointeeType(); in VisitObjCMessageExpr() local 74 if (pointee.isNull()) in VisitObjCMessageExpr() 77 if (pointee.getObjCLifetime() > Qualifiers::OCL_ExplicitNone) in VisitObjCMessageExpr()
|
D | TransAutoreleasePool.cpp | 394 QualType pointee = Ty->getPointeeType(); in isNSAutoreleasePool() local 395 if (pointee.isNull()) in isNSAutoreleasePool() 397 if (const ObjCInterfaceType *interT = pointee->getAs<ObjCInterfaceType>()) in isNSAutoreleasePool()
|
/external/llvm/test/Assembler/ |
D | invalid-load-mismatched-explicit-type.ll | 2 ; CHECK: <stdin>:4:13: error: explicit pointee type doesn't match operand's pointee type
|
D | invalid-gep-mismatched-explicit-type.ll | 2 ; CHECK: <stdin>:4:22: error: explicit pointee type doesn't match operand's pointee type
|
/external/lldb/examples/summaries/cocoa/ |
D | CFString.py | 34 pointee = valobj.GetValueAsUnsigned(0) 36 if pointee != None and pointee != 0: 37 pointee = pointee + offset 38 child_ptr = valobj.CreateValueFromAddress("string_ptr",pointee,valobj.GetType())
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 29 MISMATCHED-EXPLICIT-GEP: Explicit gep type does not match pointee type of pointer operand 30 MISMATCHED-EXPLICIT-LOAD: Explicit load type does not match pointee type of pointer operand 31 MISMATCHED-EXPLICIT-GEP-OPERATOR: Explicit gep operator type does not match pointee type of pointer…
|
/external/ltrace/ |
D | lens_default.c | 290 struct arg_type_info *pointee = value->type->u.ptr_info.info; in format_pointer() local 291 if (pointee->type == ARGTYPE_STRUCT) { in format_pointer() 299 if (old_pointee == pointee) in format_pointer()
|
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 404 QualType pointee = PT->getPointeeType(); in matchesType() local 405 if (pointee->getAsStructureType() || pointee->isVoidType()) in matchesType()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 815 pointerType(pointee(builtinType())))))); in TEST() 4036 loc(pointerType(pointee(qualType()))))); in TEST() 4039 loc(pointerType(pointee(pointerType()))))); in TEST() 4129 referenceType(pointee(builtinType())))); in TEST() 4130 EXPECT_TRUE(matches("int *a;", pointerType(pointee(builtinType())))); in TEST() 4133 loc(pointerType(pointee(builtinType()))))); in TEST() 4137 pointerType(pointee(isConstQualified(), builtinType())))); in TEST() 4140 pointerType(pointee(isConstQualified(), builtinType())))); in TEST() 4150 loc(pointerType(pointee(builtinType()))))); in TEST() 4153 pointerType(pointee(builtinType())))); in TEST()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 1085 const clang::TagType* pointee = in IsRawPointerType() local 1087 if (pointee == NULL) return false; in IsRawPointerType() 1090 llvm::dyn_cast_or_null<clang::CXXRecordDecl>(pointee->getDecl()); in IsRawPointerType()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-actions_test.cc | 1111 AND_1_VALUE_PARAMS(pointee)) { in ACTION_TEMPLATE() argument 1112 return Pointer<pointee_type>(new pointee_type(pointee)); in ACTION_TEMPLATE()
|
/external/clang/docs/ |
D | ControlFlowIntegrity.rst | 66 of the pointee type of the cast. The checks are currently only introduced
|
D | AutomaticReferenceCounting.rst | 841 * For ``__weak`` objects, the current pointee is retained and then released at 843 respect to assignments and to the final release of the pointee. 849 * For ``__strong`` objects, the new pointee is first retained; second, the 850 lvalue is loaded with primitive semantics; third, the new pointee is stored 851 into the lvalue with primitive semantics; and finally, the old pointee is 854 * For ``__weak`` objects, the lvalue is updated to point to the new pointee, 855 unless the new pointee is an object currently undergoing deallocation, in 858 object, and to the final release of the new pointee. 859 * For ``__unsafe_unretained`` objects, the new pointee is stored into the 861 * For ``__autoreleasing`` objects, the new pointee is retained, autoreleased, [all …]
|
D | AttributeReference.rst | 1031 determines the pointee type of some other pointer argument.
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 294 REGISTER_MATCHER(pointee); in RegistryMaps()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 145 "%select{alignment of|offset of the aligned pointer from}0 the base pointee "
|
D | AttrDocs.td | 1023 determines the pointee type of some other pointer argument.
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 2058 QualType pointee = T->getPointeeType(); in mangleType() local 2059 mangleFunctionType(pointee->castAs<FunctionProtoType>()); in mangleType()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 976 ``[POINTER, pointee type, address space]`` 981 * *pointee type*: The type index of the pointed-to type
|
D | LangRef.rst | 893 the pointee is made between the caller and the callee, so the callee 1010 size of the pointee type. The ``nonnull`` attribute does not imply 5682 when they may see multiple atomic stores. The type of the pointee must 5687 least the size in bytes of the pointee. ``!nontemporal`` does not have 5777 when they may see multiple atomic stores. The type of the pointee must 5782 at least the size in bytes of the pointee. ``!nontemporal`` does not 7101 parameters or return types may differ in pointee type, but not
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3679 AST_TYPELOC_TRAVERSE_MATCHER(pointee, getPointee,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4081 QualType pointee = ptr->getPointeeType(); in handleObjCOwnershipTypeAttr() local 4082 if (pointee->isObjCRetainableType() || pointee->isPointerType()) in handleObjCOwnershipTypeAttr()
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 1061 // PR 8050 - crash in CastSizeChecker when pointee is an incomplete type
|