/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FSTests.cpp | 43 auto Cached = ConsumeFS->status(testPath("real")); in TEST() local
|
/llvm-project/clang/lib/AST/ |
H A D | RawCommentList.cpp | 342 return Cached->second; in getCommentBeginLine() local 351 return Cached->second; in getCommentEndOffset() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 358 mutable llvm::DenseMap<unsigned, ConditionTruthVal> Cached; REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.cpp |
|
H A D | Interp.h |
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | size_class_map.h | 315 const uptr Cached = SCMap::getMaxCachedHint(S) * S; in printMap() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 502 if (auto *Cached = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos)) { CheckConstraintSatisfaction() local 516 if (auto *Cached = SatisfactionCache.FindNodeOrInsertPos(ID, InsertPos)) { CheckConstraintSatisfaction() local
|
H A D | SemaExpr.cpp | 17238 APValue Cached; CheckForImmediateInvocation() local
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 318 auto Cached = ClangModules.find(PCMFile); in isClangModuleRef() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 1275 llvm::DenseMap<SymbolRef, SVal> Cached; simplifySValOnce() member in SimpleSValBuilder::simplifySValOnce::Simplifier [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 358 if (Cached != Cache.end()) in findBaseDefiningValueOfVector() local 455 if (Cached != Cache.end()) in findBaseDefiningValue() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1121 DiagnosticStorage Cached[NumCached]; global() variable
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 41 auto Cached = CachedPreviousDef.find(BB); in getPreviousDefRecursive() local
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2461 auto Cached = ClangModules.find(PCMFile); isClangModuleRef() local
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1399 takeToks(CachedTokens & Cached) takeToks() argument
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2930 auto &Cached = ArgToAllocaMap[StorageAsArg]; salvageDebugInfoImpl() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5631 auto Cached = DeclCache.find(D->getCanonicalDecl()); EmitGlobalVariable() local
|