Searched defs:ObjType (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp124 Type *ObjType = GV->getType()->getPointerElementType(); local
125 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() ||
126 TM.getDataLayout()->getTypeAllocSize(ObjType) < CodeModelLargeSize) {
/external/valgrind/drd/
H A Ddrd_clientobj.h51 } ObjType; typedef in typeref:enum:__anon16238
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
[all...]
/external/valgrind/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/AST/
H A DExprConstant.cpp2197 QualType ObjType = Obj.Type; local
2213 if (ObjType->isRecordType() && handler.AccessKind == AK_Read &&
2214 diagnoseUnreadableFields(Info, E, ObjType))
2217 if (!handler.found(*O, ObjType))
2230 if (ObjType->isArrayType()) {
2232 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType);
2246 ObjType = CAT->getElementType();
2257 return handler.foundString(*O, ObjType, Index);
2267 } else if (ObjType->isAnyComplexType()) {
2279 bool WasConstQualified = ObjType
2449 FindDesignatorMismatch(QualType ObjType, const SubobjectDesignator &A, const SubobjectDesignator &B, bool &WasArrayIndex) argument
2485 AreElementsOfSameArray(QualType ObjType, const SubobjectDesignator &A, const SubobjectDesignator &B) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3000 EVT ObjType = (ObjSize == 1 ? MVT::i8 : local
3004 ObjType, false, false, 0);
3401 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; local
3404 ObjType, false, false, 0);

Completed in 949 milliseconds