/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/ |
H A D | check-attributes.cpp | 2 struct RT { struct 10 struct RT Z; argument
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | empty.verify.cpp |
|
/llvm-project/libc/AOR_v20.02/math/test/ |
H A D | ulp.h | 17 static int RT(ulpscale_mpfr) (mpfr_t x, int t) in RT() function 41 static double RT(ulperr) (RT(float) got, const struct RT(ret) * p, int r) in RT() function 90 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function 97 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 113 getRecordArgABI(const RecordType * RT,CGCXXABI & CXXABI) getRecordArgABI() argument 125 const RecordType *RT = T->getAs<RecordType>(); getRecordArgABI() local 135 if (const auto *RT = Ty->getAs<RecordType>()) classifyReturnType() local 271 const RecordType *RT = FT->getAs<RecordType>(); isEmptyField() local 294 const RecordType *RT = T->getAs<RecordType>(); isEmptyRecord() local 314 const RecordType *RT = T->getAs<RecordType>(); isSingleElementStruct() local 434 const RecordType *RT = Ty->getAs<RecordType>(); isRecordWithSIMDVectorType() local [all...] |
H A D | CodeGenTypes.cpp | 310 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertType() local 248 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) ConvertFunctionTypeInternal() local 252 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) ConvertFunctionTypeInternal() local 816 if (const RecordType *RT = T->getAs<RecordType>()) { isZeroInitializable() local
|
/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalExecutor.cpp | 74 llvm::orc::ResourceTrackerSP RT = in addModule() local 83 llvm::orc::ResourceTrackerSP RT = std::move(ResourceTrackers[&PTU]); in removeModule() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 24 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add() 170 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O, in add() 179 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O) { in add()
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp |
|
H A D | Record.cpp |
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaSwift.cpp | 118 if (const auto *RT = PT->getPointeeType()->getAs<RecordType>()) isErrorParameter() local 141 QualType RT = getFunctionOrMethodResultType(D); handleError() local 152 QualType RT = getFunctionOrMethodResultType(D); handleError() local 260 if (const auto *RT = PtrTy->getPointeeType()->getAs<RecordType>()) { checkSwiftAsyncErrorBlock() local
|
H A D | SemaBPF.cpp | 60 if (const auto *RT = Ty->getAs<RecordType>()) { in isValidPreserveTypeInfoArg() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ReturnUndefChecker.cpp | 46 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() local
|
H A D | CastSizeChecker.cpp | 52 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize() local
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | WalkAST.cpp | 40 report(SourceLocation Loc,NamedDecl * ND,RefType RT=RefType::Explicit) report() argument 299 RefType RT = llvm::isa<RecordDecl>(ND->getDeclContext()) reportType() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | TypeTraits.cpp | 128 if (const auto *RT = CanonicalType->getAs<RecordType>()) { in isTriviallyDefaultConstructible() local
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
H A D | OrcV2CBindingsRemovableCode.c | 95 LLVMOrcResourceTrackerRef RT; in main() local
|
/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | InstructionInfoView.cpp | 71 double RT = *IIVDEntry.RThroughput; in printView() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Lanai.cpp | 89 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
|
H A D | Mips.cpp | 139 const RecordType *RT = Ty->getAs<RecordType>(); HandleAggregates() local 246 const RecordType *RT = RetTy->getAs<RecordType>(); returnAggregateInRegs() local
|
H A D | XCore.cpp | 362 static bool appendRecordType(SmallStringEnc &Enc, const RecordType *RT, in appendRecordType() argument 620 if (const RecordType *RT = QT->getAsStructureType()) in appendType() local 623 if (const RecordType *RT = QT->getAsUnionType()) in appendType() local
|
H A D | AMDGPU.cpp | 86 if (const RecordType *RT = Ty->getAs<RecordType>()) { numRegsForType() local 143 if (const RecordType *RT = RetTy->getAs<RecordType>()) { classifyReturnType() local 239 if (const RecordType *RT = Ty->getAs<RecordType>()) { classifyArgumentType() local
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 658 return RT->getDecl()->isClass(); in isStructureOrClassType() local 672 const auto *Decl = RT->getDecl(); in isUnionType() local 624 if (const auto *RT = getAs<RecordType>()) isClassType() local 630 if (const auto *RT = getAs<RecordType>()) isStructureType() local 636 const auto *RT = getAs<RecordType>(); isStructureTypeWithFlexibleArrayMember() local 646 if (const auto *RT = getAs<RecordType>()) isObjCBoxableRecordType() local 652 if (const auto *RT = getAs<RecordType>()) isInterfaceType() local 712 if (const auto *RT = getAs<ReferenceType>()) getPointeeType() local 723 if (const auto *RT = dyn_cast<RecordType>(this)) { getAsStructureType() local 729 if (const auto *RT = dyn_cast<RecordType>(CanonicalType)) { getAsStructureType() local 742 if (const auto *RT = dyn_cast<RecordType>(this)) { getAsUnionType() local 748 if (const auto *RT = dyn_cast<RecordType>(CanonicalType)) { getAsUnionType() local 1870 else if (const auto *RT = getAs<ReferenceType>()) getPointeeCXXRecordDecl() local 1875 if (const auto *RT = PointeeType->getAs<RecordType>()) getPointeeCXXRecordDecl() local 2682 if (const auto *RT = CanonicalType->getAs<RecordType>()) { isTrivialType() local 2733 if (const auto *RT = CanonicalType->getAs<RecordType>()) { isTriviallyCopyableTypeImpl() local 2911 if (const auto *RT = isNonTrivialToPrimitiveDefaultInitialize() local 2927 if (const auto *RT = isNonTrivialToPrimitiveCopy() local 2984 if (const auto *RT = BaseTy->getAs<RecordType>()) { isLiteralType() local 3047 if (const auto *RT = BaseTy->getAs<RecordType>()) { isStandardLayoutType() local 3089 if (const auto *RT = BaseTy->getAs<RecordType>()) { isCXX11PODType() local 5015 if (const auto *RT = getAs<RecordType>()) isCUDADeviceBuiltinSurfaceType() local 5022 if (const auto *RT = getAs<RecordType>()) isCUDADeviceBuiltinTextureType() local 5058 if (const auto *RT = isDestructedTypeImpl() local [all...] |
H A D | CXXInheritance.cpp | 253 if (auto *RT = BaseSpec.getType()->getAs<RecordType>()) lookupInBases() local 417 auto *RT = Specifier->getType()->getAs<RecordType>(); findOrdinaryMemberInDependentClasses() local 521 if (const RecordType *RT = Base.getType()->getAs<RecordType>()) { Collect() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 671 MaterializationResponsibility(ResourceTrackerSP RT,SymbolFlagsMap SymbolFlags,SymbolStringPtr InitSymbol) MaterializationResponsibility() argument 680 ResourceTrackerSP RT; global() variable 1210 ResourceTracker *RT; global() member 1759 createMaterializationResponsibility(ResourceTracker & RT,SymbolFlagsMap Symbols,SymbolStringPtr InitSymbol) createMaterializationResponsibility() argument 1911 define(std::unique_ptr<MaterializationUnitType> && MU,ResourceTrackerSP RT) define() argument 1954 define(std::unique_ptr<MaterializationUnitType> & MU,ResourceTrackerSP RT) define() argument [all...] |
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | ResourceTrackerTest.cpp | 137 auto RT = JD.createResourceTracker(); in TEST_F() local 176 auto RT = JD.createResourceTracker(); in TEST_F() local 210 auto RT = JD.createResourceTracker(); in TEST_F() local
|