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

/external/valgrind/main/drd/
H A Ddrd_clientobj.h51 } ObjType; typedef in typeref:enum:__anon32754
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
[all...]
H A Ddrd_clientobj.c94 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t)
128 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t)
158 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t)
246 const HChar* DRD_(clientobj_type_name)(const ObjType t)
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp147 Type *ObjType = GV->getType()->getPointerElementType(); local
149 !ObjType->isSized() ||
150 TM.getDataLayout()->getTypeAllocSize(ObjType) < CodeModelLargeSize) {
H A DXCoreISelLowering.cpp277 Type *ObjType = GV->getType()->getPointerElementType();
278 if (!ObjType->isSized())
281 unsigned ObjSize = XTL.getDataLayout()->getTypeAllocSize(ObjType);
/external/clang/lib/AST/
H A DExprConstant.cpp2120 QualType ObjType = Obj.Type;
2132 if (!handler.found(*O, ObjType))
2145 if (ObjType->isArrayType()) {
2147 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType);
2161 ObjType = CAT->getElementType();
2172 return handler.foundString(*O, ObjType, Index);
2182 } else if (ObjType->isAnyComplexType()) {
2194 bool WasConstQualified = ObjType.isConstQualified();
2195 ObjType = ObjType
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp4501 struct ObjType { struct in namespace:test92
4505 ObjType *GLOB = 0;
4510 GLOB = new ObjType;
4522 ObjType *p = GLOB;
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp5043 if (const ObjCObjectType *ObjType
5045 IFace = ObjType->getInterface();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2538 EVT ObjType = (ObjSize == 1 ? MVT::i8 : local
2542 ObjType, false, false, 0);
2863 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; local
2866 ObjType, false, false, 0);

Completed in 244 milliseconds