Home
last modified time | relevance | path

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

12345678910

/external/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/
Dcheck-attributes.cpp2 struct RT { struct
10 struct RT Z; argument
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
DRT.java19 public final class RT { class
21 private RT() { in RT() method in RT
/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
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
/external/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
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
/external/arm-optimized-routines/math/test/
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
89 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
96 static int RT(isok_nofenv) (RT(float) ygot, RT(float) ywant) in RT() function
/external/llvm-project/libc/AOR_v20.02/math/test/
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
/external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/
DRT.java27 public final class RT { class
29 private RT() { in RT() method in RT
/external/clang/lib/CodeGen/
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
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp176 if (const auto *RT = T->getAs<RecordType>()) in isSafeToConvert() local
221 const RecordType *RT = dyn_cast<RecordType>(TT); in isFuncParamTypeConvertible() local
337 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>()) in ConvertFunctionTypeInternal() local
341 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>()) in ConvertFunctionTypeInternal() local
415 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) in ConvertType() local
902 if (const RecordType *RT = T->getAs<RecordType>()) { in isZeroInitializable() local
/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/llvm-project/llvm/lib/ExecutionEngine/Orc/
DOrcV2CBindings.cpp202 auto RT = unwrap(JD)->createResourceTracker(); in LLVMOrcJITDylibCreateResourceTracker() local
210 auto RT = unwrap(JD)->getDefaultResourceTracker(); in LLVMOrcJITDylibGetDefaultResourceTracker() local
215 void LLVMOrcReleaseResourceTracker(LLVMOrcResourceTrackerRef RT) { in LLVMOrcReleaseResourceTracker()
226 LLVMErrorRef LLVMOrcResourceTrackerRemove(LLVMOrcResourceTrackerRef RT) { in LLVMOrcResourceTrackerRemove()
477 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddObjectFileWithRT()
492 LLVMOrcResourceTrackerRef RT, in LLVMOrcLLJITAddLLVMIRModuleWithRT()
DLayer.cpp25 Error IRLayer::add(ResourceTrackerSP RT, ThreadSafeModule TSM) { in add()
162 Error ObjectLayer::add(ResourceTrackerSP RT, std::unique_ptr<MemoryBuffer> O) { in add()
/external/llvm-project/clang/lib/AST/
DType.cpp558 if (const auto *RT = getAs<RecordType>()) in isClassType() local
564 if (const auto *RT = getAs<RecordType>()) in isStructureType() local
570 if (const auto *RT = getAs<RecordType>()) in isObjCBoxableRecordType() local
576 if (const auto *RT = getAs<RecordType>()) in isInterfaceType() local
582 if (const auto *RT = getAs<RecordType>()) { in isStructureOrClassType() local
596 if (const auto *RT = getAs<RecordType>()) in isUnionType() local
632 if (const auto *RT = getAs<ReferenceType>()) in getPointeeType() local
643 if (const auto *RT = dyn_cast<RecordType>(this)) { in getAsStructureType() local
649 if (const auto *RT = dyn_cast<RecordType>(CanonicalType)) { in getAsStructureType() local
662 if (const auto *RT = dyn_cast<RecordType>(this)) { in getAsUnionType() local
[all …]
DCXXInheritance.cpp253 if (auto *RT = BaseSpec.getType()->getAs<RecordType>()) in lookupInBases() local
417 auto *RT = Specifier->getType()->getAs<RecordType>(); in findOrdinaryMemberInDependentClasses() local
520 if (const RecordType *RT = Base.getType()->getAs<RecordType>()) { in Collect() local
/external/clang/lib/AST/
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 …]
/external/clang/lib/Sema/
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
/external/llvm-project/llvm/tools/llvm-mca/Views/
DInstructionInfoView.cpp57 double RT = IIVDEntry.RThroughput.getValue(); in printView() local
/external/clang/lib/StaticAnalyzer/Checkers/
DReturnUndefChecker.cpp47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() local
DCastSizeChecker.cpp51 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize() local
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DResourceTrackerTest.cpp136 auto RT = JD.createResourceTracker(); in TEST_F() local
175 auto RT = JD.createResourceTracker(); in TEST_F() local
209 auto RT = JD.createResourceTracker(); in TEST_F() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DReturnUndefChecker.cpp46 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() local
/external/llvm-project/libc/utils/tools/WrapperGen/
DMain.cpp92 llvm::StringRef RT(ReturnTypeString); in WrapperGenMain() local
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DTypeTraits.cpp130 if (const auto *RT = CanonicalType->getAs<RecordType>()) { in isTriviallyDefaultConstructible() local
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
DOrcV2CBindingsRemovableCode.c94 LLVMOrcResourceTrackerRef RT; in main() local

12345678910