/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/ |
D | RT.java | 19 public final class RT { class 21 private RT() { in RT() method in RT
|
/external/jacoco/org.jacoco.agent.rt/src/com/vladium/emma/rt/ |
D | RT.java | 27 public final class RT { class 29 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/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
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | InstructionInfoView.cpp | 65 double RT = RThroughput.getValue(); in printView() local
|
/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
|
/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/u-boot/arch/arm/dts/ |
D | st-pincfg.h | 19 #define RT (1 << 23) macro
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); in resolveRelocDestAddr() 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-7.0/llvm/utils/TableGen/ |
D | DAGISelEmitter.cpp | 84 const TreePatternNode *RT = RHS->getSrcPattern(); in operator ()() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | Record.h | 107 static bool classof(const RecTy *RT) { in classof() 125 static bool classof(const RecTy *RT) { in classof() 147 static bool classof(const RecTy *RT) { in classof() 165 static bool classof(const RecTy *RT) { in classof() 183 static bool classof(const RecTy *RT) { in classof() 204 static bool classof(const RecTy *RT) { in classof() 225 static bool classof(const RecTy *RT) { in classof() 254 static bool classof(const RecTy *RT) { in classof()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.cpp | 34 #define INTRIN(ID, SE, RT, MW) \ argument
|
/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
|