Searched refs:ObjType (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_clientobj.h | 51 } 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 …]
|
D | drd_clientobj.c | 94 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 char* DRD_(clientobj_type_name)(const ObjType t) in DRD_()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1532 APValue &Obj, QualType ObjType, in ExtractSubobject() argument 1552 if (ObjType->isArrayType()) { in ExtractSubobject() 1554 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in ExtractSubobject() 1577 ObjType = CAT->getElementType(); in ExtractSubobject() 1578 } else if (ObjType->isAnyComplexType()) { in ExtractSubobject() 1606 RecordDecl *RD = ObjType->castAs<RecordType>()->getDecl(); in ExtractSubobject() 1618 ObjType = Field->getType(); in ExtractSubobject() 1620 if (ObjType.isVolatileQualified()) { in ExtractSubobject() 1633 const CXXRecordDecl *Derived = ObjType->getAsCXXRecordDecl(); in ExtractSubobject() 1636 ObjType = Info.Ctx.getRecordType(Base); in ExtractSubobject() [all …]
|
/external/valgrind/unittest/ |
D | racecheck_unittest.cc | 4365 struct ObjType { struct 4369 ObjType *GLOB = 0; 4374 GLOB = new ObjType; in Publisher() 4386 ObjType *p = GLOB; in Accessor()
|
/external/valgrind/main/drd/tests/ |
D | tsan_unittest.cpp | 4501 struct ObjType { struct 4505 ObjType *GLOB = 0; 4510 GLOB = new ObjType; in Publisher() 4522 ObjType *p = GLOB; in Accessor()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2238 EVT ObjType = (ObjSize == 1 ? MVT::i8 : in LowerFormalArguments_64SVR4() local 2242 ObjType, false, false, 0); in LowerFormalArguments_64SVR4() 2571 EVT ObjType = ObjSize == 1 ? MVT::i8 : MVT::i16; in LowerFormalArguments_Darwin() local 2575 ObjType, false, false, 0); in LowerFormalArguments_Darwin()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 5081 if (const ObjCObjectType *ObjType in GetAssumedMessageSendExprType() local 5083 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()
|