/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Iterator.cpp | 23 const auto *CRD = Type->getUnqualifiedDesugaredType()->getAsCXXRecordDecl(); in isIteratorType() local 27 bool isIterator(const CXXRecordDecl *CRD) { in isIterator()
|
H A D | ContainerModeling.cpp | 791 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator() local 807 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable() local 822 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 148 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in isSafeToConvert() local 842 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in ConvertRecordDeclType() local
|
H A D | CodeGenModule.cpp | 5706 CXXRecordDecl *CRD = cast<CXXRecordDecl>(D); in EmitTopLevelDecl() local
|
H A D | CGOpenMPRuntime.cpp | 9020 if (const auto *CRD = BaseType->getAsCXXRecordDecl()) in generateInfoForCapture() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 139 CriticalDependency CRD; variable 247 CriticalDependency CRD; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 2061 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) in isRecordEmpty() local 2381 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { in bindStruct() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclBase.cpp | 376 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC)) in isInLocalScopeForInstantiation() local
|
H A D | ASTContext.cpp | 129 if (const auto *CRD = dyn_cast<CXXRecordDecl>(D)) { in getDeclLocForCommentSearch() local 341 if (const auto *CRD = dyn_cast<CXXRecordDecl>(&D)) { in adjustDeclToTemplate() local
|
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
H A D | sljitNativePPC_common.c | 128 #define CRD(d) ((d) << 21) macro
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ppc-opc.c | 2881 #define CRD BF macro
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ppc-opc.c | 2815 #define CRD BF macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 498 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { in checkRecordDeclForAttr() local
|
H A D | SemaChecking.cpp | 14505 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in IsTailPaddedMemberArray() local
|
H A D | SemaExpr.cpp | 15137 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in BuildBuiltinOffsetOf() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3520 Value *CRD = B.CreateCast(CastOp, VectorTripCount, StepType, "cast.crd"); in createInductionResumeValues() local
|