Home
last modified time | relevance | path

Searched refs:ObjType (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/drd/
Ddrd_clientobj.h51 } ObjType; typedef
56 ObjType type;
65 ObjType type;
81 ObjType type;
93 ObjType type;
103 ObjType type;
118 ObjType type;
135 ObjType type;
163 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t);
165 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t);
[all …]
Ddrd_clientobj.c93 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t) in DRD_()
127 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t) in DRD_()
157 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t) in DRD_()
245 const HChar* DRD_(clientobj_type_name)(const ObjType t) in DRD_()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp125 Type *ObjType = GV->getValueType(); in SelectSectionForGlobal() local
127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
128 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) { in SelectSectionForGlobal()
DXCoreISelLowering.cpp272 Type *ObjType = GV->getValueType(); in IsSmallObject() local
273 if (!ObjType->isSized()) in IsSmallObject()
277 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
/external/skia/samplecode/
DSampleLitAtlas.cpp171 enum ObjType { enum in DrawLitAtlasDrawable
333 fObjType = static_cast<ObjType>(asteroidType++ % 3); in initAsteroid()
408 ObjType fObjType;
/external/clang/lib/AST/
DExprConstant.cpp2379 QualType ObjType = Obj.Type; in findSubobject() local
2395 if (ObjType->isRecordType() && handler.AccessKind == AK_Read && in findSubobject()
2396 diagnoseUnreadableFields(Info, E, ObjType)) in findSubobject()
2399 if (!handler.found(*O, ObjType)) in findSubobject()
2412 if (ObjType->isArrayType()) { in findSubobject()
2414 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in findSubobject()
2428 ObjType = CAT->getElementType(); in findSubobject()
2439 return handler.foundString(*O, ObjType, Index); in findSubobject()
2449 } else if (ObjType->isAnyComplexType()) { in findSubobject()
2461 bool WasConstQualified = ObjType.isConstQualified(); in findSubobject()
[all …]
/external/valgrind/drd/tests/
Dtsan_unittest.cpp4505 struct ObjType { struct
4509 ObjType *GLOB = 0;
4514 GLOB = new ObjType; in Publisher()
4526 ObjType *p = GLOB; in Accessor()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp5285 if (const ObjCObjectType *ObjType in GetAssumedMessageSendExprType() local
5287 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3285 EVT ObjType = (ObjSize == 1 ? MVT::i8 : in LowerFormalArguments_64SVR4() local
3288 MachinePointerInfo(&*FuncArg), ObjType, in LowerFormalArguments_64SVR4()
3697 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; in LowerFormalArguments_Darwin() local
3700 ObjType, false, false, 0); in LowerFormalArguments_Darwin()