| /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/ |
| D | RT.java | 20 public final class RT { class 22 private RT() { in RT() method in RT
|
| /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
| D | empty.fail.cpp | 74 …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/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/iterator.traits/ |
| D | empty.fail.cpp | 73 …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/ |
| D | ulp.h | 16 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/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/ |
| D | RT.java | 28 public final class RT { class 30 private RT() { in RT() method in RT
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenTypes.cpp | 161 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
|
| D | CGOpenMPRuntimeNVPTX.cpp | 321 CGOpenMPRuntimeNVPTX &RT; in emitTargetOutlinedFunction() member in CGOpenMPRuntimeNVPTX::emitTargetOutlinedFunction::NVPTXPrePostActionTy 326 NVPTXPrePostActionTy(CGOpenMPRuntimeNVPTX &RT, in emitTargetOutlinedFunction()
|
| D | TargetInfo.cpp | 137 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 …]
|
| D | CGCXX.cpp | 297 const RecordType *RT = T->getAs<RecordType>(); in BuildAppleKextVirtualCall() local
|
| D | CGExprAgg.cpp | 1349 if (const RecordType *RT = E->getType()->getAs<RecordType>()) { in GetNumNonZeroBytesInInit() local 1401 if (const RecordType *RT = CGF.getContext() in CheckAggExprForMemSetUse() local 1466 if (const RecordType *RT = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local
|
| /external/emma/core/java12/com/vladium/emma/rt/ |
| D | RT.java | 27 abstract class RT implements IAppConstants class 176 private RT () {} // prevent subclassing in RT() method in RT
|
| D | RTExitHook.java | 105 RTExitHook (final Class RT, final ICoverageData cdata, final File outFile, final boolean merge) in RTExitHook()
|
| /external/clang/lib/AST/ |
| D | Type.cpp | 359 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 …]
|
| D | ItaniumCXXABI.cpp | 43 const RecordType *RT = VD.getType()->getAs<RecordType>(); in findAnonymousUnionVarDeclName() local
|
| /external/clang/lib/Sema/ |
| D | SemaExceptionSpec.cpp | 93 } 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
|
| D | SemaStmtAsm.cpp | 631 const RecordType *RT = nullptr; in LookupInlineAsmField() local 689 const RecordType *RT = T->getAs<RecordType>(); in LookupInlineAsmVarDeclField() local
|
| D | SemaAccess.cpp | 302 if (const RecordType *RT = T->getAs<RecordType>()) { in IsDerivedFromInclusive() local 426 if (const RecordType *RT = Friend->getAs<RecordType>()) in MatchesFriend() local 655 if (const RecordType *RT = T->getAs<RecordType>()) { in findFriendship() local 1740 const RecordType *RT = ObjectExpr->getType()->castAs<RecordType>(); in CheckMemberOperatorAccess() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | ReturnUndefChecker.cpp | 47 QualType RT = CallEvent::getDeclaredResultType(SFC->getDecl()); in checkPreStmt() local
|
| D | CastSizeChecker.cpp | 51 const RecordType *RT = ToPointeeTy->getAs<RecordType>(); in evenFlexibleArraySize() local
|
| D | LLVMConventionsChecker.cpp | 31 const RecordType *RT = T->getAs<RecordType>(); in IsLLVMStringRef() local 251 if (const RecordType *RT = T->getAs<RecordType>()) { in Visit() local
|
| /external/llvm/include/llvm/TableGen/ |
| D | Record.h | 89 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
| D | Record.h | 106 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()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | spacetodepth_op.cc | 130 using RT = typename RawType<T>::type; in Compute() typedef
|
| /external/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 77 RecurrenceDescriptor::lookThroughAnd(PHINode *Phi, Type *&RT, in lookThroughAnd() 102 Instruction *Start, Instruction *Exit, Type *RT, bool &IsSigned, in getSourceExtensionKind()
|
| /external/llvm/lib/IR/ |
| D | DebugInfo.cpp | 64 for (auto *RT : CU->getRetainedTypes()) in processModule() local
|