Home
last modified time | relevance | path

Searched defs:RT (Results 1 – 25 of 52) sorted by relevance

123

/external/emma/core/java12/com/vladium/emma/rt/
DRT.java27 abstract class RT implements IAppConstants class
176 private RT () {} // prevent subclassing in RT() method in RT
DRTExitHook.java105 RTExitHook (final Class RT, final ICoverageData cdata, final File outFile, final boolean merge) in RTExitHook()
/external/clang/lib/AST/
DType.cpp315 if (const RecordType *RT = getAs<RecordType>()) in isClassType() local
320 if (const RecordType *RT = getAs<RecordType>()) in isStructureType() local
325 if (const RecordType *RT = getAs<RecordType>()) in isStructureOrClassType() local
336 if (const RecordType *RT = getAs<RecordType>()) in isUnionType() local
366 if (const ReferenceType *RT = getAs<ReferenceType>()) in getPointeeType() local
373 if (const RecordType *RT = dyn_cast<RecordType>(this)) { in getAsStructureType() local
379 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsStructureType() local
392 if (const RecordType *RT = dyn_cast<RecordType>(this)) { in getAsUnionType() local
398 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsUnionType() local
468 if (const RecordType *RT = PT->getPointeeType()->getAs<RecordType>()) in getCXXRecordDeclForPointerType() local
[all …]
DRecordLayoutBuilder.cpp166 const RecordType *RT = in ComputeEmptySubobjectSizes() local
405 if (const RecordType *RT = T->getAs<RecordType>()) { in CanPlaceFieldSubobjectAtOffset() local
413 const RecordType *RT = ElemTy->getAs<RecordType>(); in CanPlaceFieldSubobjectAtOffset() local
507 if (const RecordType *RT = T->getAs<RecordType>()) { in UpdateEmptyFieldSubobjects() local
516 const RecordType *RT = ElemTy->getAs<RecordType>(); in UpdateEmptyFieldSubobjects() local
1552 } else if (const ReferenceType *RT = D->getType()->getAs<ReferenceType>()) { in LayoutField() local
2017 if (const RecordType *RT = Field->getType()->getAs<RecordType>()) { in DumpCXXRecordLayout() local
DItaniumMangle.cpp972 if (const RecordType *RT = FD->getType()->getAs<RecordType>()) { in FindFirstNamedDataMember() local
2979 if (const RecordType *RT = T->getAs<RecordType>()) in mangleSubstitution() local
3045 const RecordType *RT = T->getAs<RecordType>(); in isCharSpecialization() local
3165 if (const RecordType *RT = T->getAs<RecordType>()) { in addSubstitution() local
DASTContext.cpp678 if (const ReferenceType* RT = T->getAs<ReferenceType>()) { in getDeclAlign() local
947 const RecordType *RT = cast<RecordType>(TT); in getTypeInfo() local
1457 if (LValueReferenceType *RT = in getLValueReferenceType() local
1494 if (RValueReferenceType *RT = in getRValueReferenceType() local
3552 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in getInnerObjCOwnership() local
3830 if (const RecordType *RT = Ty->getAs<RecordType>()) { in BlockRequiresCopying() local
4319 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in getObjCEncodingForTypeImpl() local
6445 if (const RecordType *RT = VD->getType()->getAs<RecordType>()) { in DeclMustBeEmitted() local
DCXXInheritance.cpp484 if (const RecordType *RT = Base->getType()->getAs<RecordType>()) { in Collect() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp161 if (const RecordType *RT = dyn_cast<RecordType>(T)) in isSafeToConvert() local
204 const RecordType *RT = dyn_cast<RecordType>(TT); in isFuncTypeArgumentConvertible() local
287 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() local
643 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable() local
DTargetInfo.cpp106 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
124 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
147 static bool hasNonTrivialDestructorOrCopyConstructor(const RecordType *RT) { in hasNonTrivialDestructorOrCopyConstructor()
159 const RecordType *RT = T->getAs<RecordType>(); in isRecordWithNonTrivialDestructorOrCopyConstructor() local
175 const RecordType *RT = T->getAsStructureType(); in isSingleElementStruct() local
260 const RecordType *RT = Ty->getAs<RecordType>(); in canExpandIndirectArgument() local
471 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
524 if (const RecordType *RT = RetTy->getAs<RecordType>()) { in classifyReturnType() local
599 const RecordType *RT = Ty->getAs<RecordType>(); in isRecordWithSSEVectorType() local
668 if (const RecordType *RT = Ty->getAs<RecordType>()) { in classifyArgumentType() local
[all …]
DCGExprAgg.cpp930 if (const RecordType *RT = E->getType()->getAs<RecordType>()) { in GetNumNonZeroBytesInInit() local
978 if (const RecordType *RT = CGF.getContext() in CheckAggExprForMemSetUse() local
1049 if (const RecordType *RT = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local
DCGExprConstant.cpp778 const RecordType *RT = in VisitCXXConstructExpr() local
1124 } else if (const RecordType *RT = T->getAs<RecordType>()) { in FillInNullDataMemberPointers() local
1320 if (const RecordType *RT = T->getAs<RecordType>()) { in EmitNullConstant() local
DCGCXX.cpp330 const RecordType *RT = T->getAs<RecordType>(); in BuildAppleKextVirtualCall() local
DCGCall.cpp316 const RecordType *RT = type->getAsStructureType(); in GetExpandedTypes() local
339 const RecordType *RT = Ty->getAsStructureType(); in ExpandTypeFromArgs() local
1158 ComplexPairTy RT = LoadComplexFromAddr(ReturnValue, false); in EmitFunctionEpilog() local
1465 const RecordType *RT = Ty->getAsStructureType(); in ExpandTypeToArgs() local
DCGRecordLayoutBuilder.cpp454 if (const RecordType *RT = D->getType()->getAs<RecordType>()) { in LayoutField() local
918 } else if (const RecordType *RT = elementType->getAs<RecordType>()) { in CheckZeroInitializable() local
DCGExprCXX.cpp1207 if (const RecordType *RT = ElementType->getAs<RecordType>()) { in EmitObjectDelete() local
1505 if (const RecordType *RT = in EmitCXXTypeidExpr() local
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp38 if (const RecordType *RT = Ty->getAs<RecordType>()) { in IsCompleteType() local
225 if (const ReferenceType *RT = T->getAs<ReferenceType>()) in CastRetrievedVal() local
/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); in resolveRelocDestAddr() local
/external/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp31 const RecordType *RT = T->getAs<RecordType>(); in IsLLVMStringRef() local
244 if (const RecordType *RT = T->getAs<RecordType>()) { in Visit() local
DArrayBoundCheckerV2.cpp203 if (const RecordType *RT = Ty->getAs<RecordType>()) { in IsCompleteType() local
DCallAndMessageChecker.cpp121 if (const RecordType *RT = T->getAsStructureType()) { in PreVisitProcessArg() local
/external/valgrind/main/memcheck/tests/ppc64/
Dpower_ISA2_05.c176 int RT; in test_reservation() local
/external/valgrind/main/memcheck/tests/ppc32/
Dpower_ISA2_05.c176 int RT; in test_reservation() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp1881 if (const RecordType *RT = PointeeElem->getAs<RecordType>()) { in ActOnCXXDelete() local
1947 if (const RecordType *RT = PointeeElem->getAs<RecordType>()) { in ActOnCXXDelete() local
2759 if (const RecordType *RT = in EvaluateUnaryTypeTrait() local
2771 if (const RecordType *RT = T->getAs<RecordType>()) in EvaluateUnaryTypeTrait() local
2791 if (const RecordType *RT = T->getAs<RecordType>()) in EvaluateUnaryTypeTrait() local
2809 if (const RecordType *RT = in EvaluateUnaryTypeTrait() local
2828 if (const RecordType *RT = T->getAs<RecordType>()) { in EvaluateUnaryTypeTrait() local
2864 if (const RecordType *RT = T->getAs<RecordType>()) { in EvaluateUnaryTypeTrait() local
2904 if (const RecordType *RT = C.getBaseElementType(T)->getAs<RecordType>()) { in EvaluateUnaryTypeTrait() local
4075 const RecordType *RT = E->getType()->getAs<RecordType>(); in MaybeBindToTemporary() local
DSemaAccess.cpp272 if (const RecordType *RT = T->getAs<RecordType>()) { in IsDerivedFromInclusive() local
405 if (const RecordType *RT = Friend->getAs<RecordType>()) in MatchesFriend() local
639 if (const RecordType *RT = T->getAs<RecordType>()) { in findFriendship() local
1557 const RecordType *RT = ObjectExpr->getType()->getAs<RecordType>(); in CheckMemberOperatorAccess() local
DSemaDeclCXX.cpp811 if (const RecordType *RT = T->getAs<RecordType>()) in GetClassForType() local
2365 if (const RecordType *RT = Field->getType()->getAs<RecordType>()) { in GetKeyForTopLevelField() local
2651 const RecordType* RT = FieldType->getAs<RecordType>(); in MarkBaseAndMemberDestructorsReferenced() local
2677 const RecordType *RT = Base->getType()->getAs<RecordType>(); in MarkBaseAndMemberDestructorsReferenced() local
2708 const RecordType *RT = VBase->getType()->getAs<RecordType>(); in MarkBaseAndMemberDestructorsReferenced() local
2766 const RecordType *RT = T->getAs<RecordType>(); in RequireNonAbstractType() local
8042 if (const ReferenceType *RT = T->getAs<ReferenceType>()) in BuildExceptionDeclaration() local
8208 if (const RecordType *RT = T->getAs<RecordType>()) { in CheckFriendTypeDecl() local
8811 if (const RecordType *RT = NewClassTy->getAs<RecordType>()) { in CheckOverridingFunctionReturnType() local

123