Home
last modified time | relevance | path

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

1234567

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
DRT.java20 public final class RT { class
22 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/cronet/stable/third_party/llvm-libc/src/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/cronet/tot/third_party/llvm-libc/src/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/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
102 static int RT(isok) (RT(float) ygot, int exgot, RT(float) ywant, int exwant, in RT() function
109 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.java28 public final class RT { class
30 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/sdv/vsomeip/third_party/boost/ratio/test/ratio_arithmetic/
Dratio_divide_fail.cpp20 typedef boost::ratio_divide<R1, R2>::type RT; typedef
Dratio_subtract_fail.cpp20 typedef boost::ratio_subtract<R1, R2>::type RT; typedef
Dratio_multiply_fail.cpp20 typedef boost::ratio_multiply<R1, R2>::type RT; typedef
Dratio_add_fail.cpp24 typedef boost::ratio_add<R1, R2>::type RT; typedef
Dratio_add_pass.cpp76 typedef boost::ratio_add<R1, R2>::type RT; in test() typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
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()
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()
/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/sdv/vsomeip/third_party/boost/ratio/test/
Dratio_test.cpp24 typedef boost::ratio_multiply<R1, R2>::type RT; typedef
/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/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/
Dthousand_separated.cpp61 typedef typename parser_result<uint_parser_t, ScannerT>::type RT; in parse_n() typedef
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
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()
/external/llvm/include/llvm/TableGen/
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()
/external/sdv/vsomeip/third_party/boost/ratio/test/ratio_extensions/
Dmpl_plus_pass.cpp78 typedef boost::mpl::plus<R1, R2, R3>::type RT; in test() typedef

1234567