Home
last modified time | relevance | path

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

/external/valgrind/main/drd/
Ddrd_clientobj.h51 } ObjType; typedef
56 ObjType type;
65 ObjType type;
80 ObjType type;
92 ObjType type;
102 ObjType type;
117 ObjType type;
134 ObjType type;
162 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t);
164 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t);
[all …]
Ddrd_clientobj.c94 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t) in DRD_()
128 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t) in DRD_()
158 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t) in DRD_()
246 const HChar* DRD_(clientobj_type_name)(const ObjType t) in DRD_()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp147 Type *ObjType = GV->getType()->getPointerElementType(); in SelectSectionForGlobal() local
149 !ObjType->isSized() || in SelectSectionForGlobal()
150 TM.getDataLayout()->getTypeAllocSize(ObjType) < CodeModelLargeSize) { in SelectSectionForGlobal()
DXCoreISelLowering.cpp277 Type *ObjType = GV->getType()->getPointerElementType(); in IsSmallObject() local
278 if (!ObjType->isSized()) in IsSmallObject()
281 unsigned ObjSize = XTL.getDataLayout()->getTypeAllocSize(ObjType); in IsSmallObject()
/external/clang/lib/AST/
DExprConstant.cpp2120 QualType ObjType = Obj.Type; in findSubobject() local
2132 if (!handler.found(*O, ObjType)) in findSubobject()
2145 if (ObjType->isArrayType()) { in findSubobject()
2147 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in findSubobject()
2161 ObjType = CAT->getElementType(); in findSubobject()
2172 return handler.foundString(*O, ObjType, Index); in findSubobject()
2182 } else if (ObjType->isAnyComplexType()) { in findSubobject()
2194 bool WasConstQualified = ObjType.isConstQualified(); in findSubobject()
2195 ObjType = ObjType->castAs<ComplexType>()->getElementType(); in findSubobject()
2197 ObjType.addConst(); in findSubobject()
[all …]
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp4501 struct ObjType { struct
4505 ObjType *GLOB = 0;
4510 GLOB = new ObjType; in Publisher()
4522 ObjType *p = GLOB; in Accessor()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2538 EVT ObjType = (ObjSize == 1 ? MVT::i8 : in LowerFormalArguments_64SVR4() local
2542 ObjType, false, false, 0); in LowerFormalArguments_64SVR4()
2863 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; in LowerFormalArguments_Darwin() local
2866 ObjType, false, false, 0); in LowerFormalArguments_Darwin()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp5043 if (const ObjCObjectType *ObjType in GetAssumedMessageSendExprType() local
5045 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()