Home
last modified time | relevance | path

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

1234567

/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/
H A Dcheck-attributes.cpp2 struct RT { struct
10 struct RT Z; argument
/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.verify.cpp
/llvm-project/libc/AOR_v20.02/math/test/
H A Dulp.h17 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 DABIInfoImpl.cpp113 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 DCodeGenTypes.cpp310 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 DIncrementalExecutor.cpp74 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 DLayer.cpp24 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 DProgram.cpp
H A DRecord.cpp
/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp118 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 DSemaBPF.cpp60 if (const auto *RT = Ty->getAs<RecordType>()) { in isValidPreserveTypeInfoArg() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp46 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() local
H A DCastSizeChecker.cpp52 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DWalkAST.cpp40 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 DTypeTraits.cpp128 if (const auto *RT = CanonicalType->getAs<RecordType>()) { in isTriviallyDefaultConstructible() local
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c95 LLVMOrcResourceTrackerRef RT; in main() local
/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp71 double RT = *IIVDEntry.RThroughput; in printView() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DLanai.cpp89 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
H A DMips.cpp139 const RecordType *RT = Ty->getAs<RecordType>(); HandleAggregates() local
246 const RecordType *RT = RetTy->getAs<RecordType>(); returnAggregateInRegs() local
H A DXCore.cpp362 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 DAMDGPU.cpp86 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 DType.cpp658 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 DCXXInheritance.cpp253 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 DCore.h671 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 DResourceTrackerTest.cpp137 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

1234567