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->getType()->getPointerElementType(); in SelectSectionForGlobal() local
127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
128 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) { in SelectSectionForGlobal()
DXCoreISelLowering.cpp275 Type *ObjType = GV->getType()->getPointerElementType(); in IsSmallObject() local
276 if (!ObjType->isSized()) in IsSmallObject()
280 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
/external/opencv3/modules/core/src/
Dcuda_gpu_mat.cpp258 template <class ObjType>
259 void createContinuousImpl(int rows, int cols, int type, ObjType& obj) in createContinuousImpl()
293 template <class ObjType>
294 void ensureSizeIsEnoughImpl(int rows, int cols, int type, ObjType& obj) in ensureSizeIsEnoughImpl()
/external/clang/lib/AST/
DExprConstant.cpp2283 QualType ObjType = Obj.Type; in findSubobject() local
2299 if (ObjType->isRecordType() && handler.AccessKind == AK_Read && in findSubobject()
2300 diagnoseUnreadableFields(Info, E, ObjType)) in findSubobject()
2303 if (!handler.found(*O, ObjType)) in findSubobject()
2316 if (ObjType->isArrayType()) { in findSubobject()
2318 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in findSubobject()
2332 ObjType = CAT->getElementType(); in findSubobject()
2343 return handler.foundString(*O, ObjType, Index); in findSubobject()
2353 } else if (ObjType->isAnyComplexType()) { in findSubobject()
2365 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/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3199 EVT ObjType = (ObjSize == 1 ? MVT::i8 : in LowerFormalArguments_64SVR4() local
3202 MachinePointerInfo(&*FuncArg), ObjType, in LowerFormalArguments_64SVR4()
3615 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; in LowerFormalArguments_Darwin() local
3618 ObjType, false, false, 0); in LowerFormalArguments_Darwin()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp5265 if (const ObjCObjectType *ObjType in GetAssumedMessageSendExprType() local
5267 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()