Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.fail.cpp74 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() typedef
83 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() typedef
92 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() typedef
101 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() typedef
110 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() typedef
119 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std::__1::it… in main() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/
H A Dempty.verify.cpp73 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
82 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
91 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
100 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
109 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
118 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
H A Dempty.fail.cpp73 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
82 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
91 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
100 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
109 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
118 …typedef T::reference RT; // expected-error-re {{no type named 'reference' in 'std:{{.*}}:i… in main() typedef
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp161 if (const auto *RT = T->getAs<RecordType>()) in isSafeToConvert() local
206 const RecordType *RT = dyn_cast<RecordType>(TT); in isFuncParamTypeConvertible() local
321 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertFunctionType() local
325 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertFunctionType() local
385 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() local
755 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable() local
H A DTargetInfo.cpp137 static CGCXXABI::RecordArgABI getRecordArgABI(const RecordType *RT, in getRecordArgABI()
147 const RecordType *RT = T->getAs<RecordType>(); in getRecordArgABI() local
426 const RecordType *RT = FT->getAs<RecordType>(); in isEmptyField() local
444 const RecordType *RT = T->getAs<RecordType>(); in isEmptyRecord() local
472 const RecordType *RT = T->getAs<RecordType>(); in isSingleElementStruct() local
1131 const RecordType *RT = Ty->getAs<RecordType>(); in shouldReturnTypeInRegister() local
1172 const RecordType *RT = Ty->getAs<RecordType>(); in canExpandIndirectArgument() local
1266 if (const RecordType *RT = RetTy->getAs<RecordType>()) { in classifyReturnType() local
1316 const RecordType *RT = Ty->getAs<RecordType>(); in isRecordWithSSEVectorType() local
1484 const RecordType *RT = Ty->getAs<RecordType>(); in classifyArgumentType() local
[all …]
/aosp_15_r20/external/arm-optimized-routines/math/test/
H A Dulp.h16 static int RT(ulpscale_mpfr) (mpfr_t x, int t) in RT() function
40 static double RT (ulperr) (RT (float) got, const struct RT (ret) * p, int r, in RT() function
98 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
105 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
/aosp_15_r20/external/clang/lib/AST/
H A DType.cpp359 if (const RecordType *RT = getAs<RecordType>()) in isClassType() local
364 if (const RecordType *RT = getAs<RecordType>()) in isStructureType() local
369 if (const RecordType *RT = getAs<RecordType>()) in isObjCBoxableRecordType() local
374 if (const RecordType *RT = getAs<RecordType>()) in isInterfaceType() local
379 if (const RecordType *RT = getAs<RecordType>()) { in isStructureOrClassType() local
392 if (const RecordType *RT = getAs<RecordType>()) in isUnionType() local
422 if (const ReferenceType *RT = getAs<ReferenceType>()) in getPointeeType() local
433 if (const RecordType *RT = dyn_cast<RecordType>(this)) { in getAsStructureType() local
439 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsStructureType() local
452 if (const RecordType *RT = dyn_cast<RecordType>(this)) { in getAsUnionType() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
H A DLLJIT.cpp144 Error notifyRemoving(ResourceTracker &RT) override { in notifyRemoving()
256 Error notifyAdding(ResourceTracker &RT, const MaterializationUnit &MU) { in notifyAdding()
552 Error GenericLLVMIRPlatform::notifyAdding(ResourceTracker &RT, in notifyAdding()
750 Error LLJIT::addIRModule(ResourceTrackerSP RT, ThreadSafeModule TSM) { in addIRModule()
764 Error LLJIT::addObjectFile(ResourceTrackerSP RT, in addObjectFile()
H A DOrcV2CBindings.cpp410 auto RT = unwrap(JD)->createResourceTracker(); in LLVMOrcJITDylibCreateResourceTracker() local
418 auto RT = unwrap(JD)->getDefaultResourceTracker(); in LLVMOrcJITDylibGetDefaultResourceTracker() local
423 void LLVMOrcReleaseResourceTracker(LLVMOrcResourceTrackerRef RT) { in LLVMOrcReleaseResourceTracker()
434 LLVMErrorRef LLVMOrcResourceTrackerRemove(LLVMOrcResourceTrackerRef RT) { in LLVMOrcResourceTrackerRemove()
863 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddObjectFileWithRT()
1018 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddObjectFileWithRT()
1033 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddLLVMIRModuleWithRT()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DCore.h671 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility()
680 ResourceTrackerSP RT; variable
1210 ResourceTracker *RT; member
1759 createMaterializationResponsibility(ResourceTracker &RT, in createMaterializationResponsibility()
1912 ResourceTrackerSP RT) { in define()
1955 ResourceTrackerSP RT) { in define()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DCore.h671 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility()
680 ResourceTrackerSP RT; variable
1210 ResourceTracker *RT; member
1759 createMaterializationResponsibility(ResourceTracker &RT, in createMaterializationResponsibility()
1911 ResourceTrackerSP RT) { in define()
1954 ResourceTrackerSP RT) { in define()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DCore.h671 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility()
680 ResourceTrackerSP RT; variable
1210 ResourceTracker *RT; member
1759 createMaterializationResponsibility(ResourceTracker &RT, in createMaterializationResponsibility()
1912 ResourceTrackerSP RT) { in define()
1955 ResourceTrackerSP RT) { in define()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h651 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility()
660 ResourceTrackerSP RT; variable
1178 ResourceTracker *RT; member
1690 createMaterializationResponsibility(ResourceTracker &RT, in createMaterializationResponsibility()
1814 ResourceTrackerSP RT) { in define()
1857 ResourceTrackerSP RT) { in define()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DCore.h640 MaterializationResponsibility(ResourceTrackerSP RT, in MaterializationResponsibility()
649 ResourceTrackerSP RT; variable
1179 ResourceTracker *RT; member
1723 createMaterializationResponsibility(ResourceTracker &RT, in createMaterializationResponsibility()
1850 ResourceTrackerSP RT) { in define()
1893 ResourceTrackerSP RT) { in define()
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
H A DRT.java20 public final class RT { class
22 private RT() { in RT() method in RT
/aosp_15_r20/external/llvm/include/llvm/TableGen/
H A DRecord.h89 static bool classof(const RecTy *RT) { in classof()
107 static bool classof(const RecTy *RT) { in classof()
127 static bool classof(const RecTy *RT) { in classof()
143 static bool classof(const RecTy *RT) { in classof()
161 static bool classof(const RecTy *RT) { in classof()
180 static bool classof(const RecTy *RT) { in classof()
199 static bool classof(const RecTy *RT) { in classof()
217 static bool classof(const RecTy *RT) { in classof()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp93 } else if (const ReferenceType *RT = T->getAs<ReferenceType>()) { in CheckSpecifiedExceptionType() local
899 else if (const ReferenceType *RT = T->getAs<ReferenceType>()) in canCalleeThrow() local
937 const RecordType *RT = Op->getType()->getAs<RecordType>(); in canTypeidThrow() local
1038 if (const RecordType *RT = DTy->getAs<RecordType>()) { in canThrow() local
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/
H A DRT.java28 public final class RT { class
30 private RT() { in RT() method in RT
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h106 static bool classof(const RecTy *RT) { in classof()
124 static bool classof(const RecTy *RT) { in classof()
146 static bool classof(const RecTy *RT) { in classof()
164 static bool classof(const RecTy *RT) { in classof()
182 static bool classof(const RecTy *RT) { in classof()
203 static bool classof(const RecTy *RT) { in classof()
224 static bool classof(const RecTy *RT) { in classof()
253 static bool classof(const RecTy *RT) { in classof()
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java27 abstract class RT implements IAppConstants class
176 private RT () {} // prevent subclassing in RT() method in RT
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/
DRecord.h116 static bool classof(const RecTy *RT) { in classof()
135 static bool classof(const RecTy *RT) { in classof()
155 static bool classof(const RecTy *RT) { in classof()
173 static bool classof(const RecTy *RT) { in classof()
195 static bool classof(const RecTy *RT) { in classof()
216 static bool classof(const RecTy *RT) { in classof()
246 static bool classof(const RecTy *RT) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/
DRecord.h116 static bool classof(const RecTy *RT) { in classof()
135 static bool classof(const RecTy *RT) { in classof()
155 static bool classof(const RecTy *RT) { in classof()
173 static bool classof(const RecTy *RT) { in classof()
195 static bool classof(const RecTy *RT) { in classof()
216 static bool classof(const RecTy *RT) { in classof()
246 static bool classof(const RecTy *RT) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/
DRecord.h116 static bool classof(const RecTy *RT) { in classof()
135 static bool classof(const RecTy *RT) { in classof()
155 static bool classof(const RecTy *RT) { in classof()
173 static bool classof(const RecTy *RT) { in classof()
195 static bool classof(const RecTy *RT) { in classof()
216 static bool classof(const RecTy *RT) { in classof()
246 static bool classof(const RecTy *RT) { in classof()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/
DRecord.h116 static bool classof(const RecTy *RT) { in classof()
135 static bool classof(const RecTy *RT) { in classof()
155 static bool classof(const RecTy *RT) { in classof()
173 static bool classof(const RecTy *RT) { in classof()
195 static bool classof(const RecTy *RT) { in classof()
216 static bool classof(const RecTy *RT) { in classof()
246 static bool classof(const RecTy *RT) { in classof()

123456789