Home
last modified time | relevance | path

Searched defs:CRD (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp23 const auto *CRD = Type->getUnqualifiedDesugaredType()->getAsCXXRecordDecl(); in isIteratorType() local
27 bool isIterator(const CXXRecordDecl *CRD) { in isIterator()
H A DContainerModeling.cpp791 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 DCodeGenTypes.cpp148 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 DCodeGenModule.cpp5706 CXXRecordDecl *CRD = cast<CXXRecordDecl>(D); in EmitTopLevelDecl() local
H A DCGOpenMPRuntime.cpp9020 if (const auto *CRD = BaseType->getAsCXXRecordDecl()) in generateInfoForCapture() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h139 CriticalDependency CRD; variable
247 CriticalDependency CRD; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2061 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 DDeclBase.cpp376 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC)) in isInLocalScopeForInstantiation() local
H A DASTContext.cpp129 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 DsljitNativePPC_common.c128 #define CRD(d) ((d) << 21) macro
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c2881 #define CRD BF macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c2815 #define CRD BF macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp498 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { in checkRecordDeclForAttr() local
H A DSemaChecking.cpp14505 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in IsTailPaddedMemberArray() local
H A DSemaExpr.cpp15137 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in BuildBuiltinOffsetOf() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3520 Value *CRD = B.CreateCast(CastOp, VectorTripCount, StepType, "cast.crd"); in createInductionResumeValues() local