Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.cpp133 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in isSafeToConvert() local
690 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in ConvertRecordDeclType() local
/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c129 #define CRD(d) ((d) << 21) macro
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1925 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) in isRecordEmpty() local
/external/clang/lib/AST/
DASTContext.cpp95 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) { in getRawCommentForDeclNoCache() local
294 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) { in adjustDeclToTemplate() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3077 Value *CRD = B.CreateSExtOrTrunc(CountRoundDown, in createEmptyLoop() local
/external/clang/lib/Sema/
DSemaDeclAttr.cpp457 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in checkRecordTypeForCapability() local
DSemaChecking.cpp9562 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in IsTailPaddedMemberArray() local
DSemaExpr.cpp11791 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in BuildBuiltinOffsetOf() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2928 Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd"); in createVectorizedLoopSkeleton() local