/llvm-project/clang-tools-extra/include-cleaner/unittests/ |
H A D | TypesTest.cpp | 35 Includes Inc; in TEST() local 52 Includes Inc; in TEST() local 84 Includes Inc; in TEST() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeCleaner.cpp | 70 bool mayConsiderUnused(const Inclusion &Inc, ParsedAST &AST, in mayConsiderUnused() argument 196 for (const auto *Inc : UnusedIncludes) { in generateUnusedIncludeDiagnostics() local 336 for (const Inclusion &Inc : AST.getIncludeStructure().MainFileIncludes) { convertIncludes() local 390 for (auto *Inc : ConvertedIncludes.match(H)) { computeIncludeCleanerFindings() local 449 isPreferredProvider(const Inclusion & Inc,const include_cleaner::Includes & Includes,llvm::ArrayRef<include_cleaner::Header> Providers) isPreferredProvider() argument [all...] |
H A D | Headers.cpp | 56 auto &Inc = Out->MainFileIncludes.back(); in InclusionDirective() local 263 addExisting(const Inclusion & Inc) addExisting() argument 325 operator <<(llvm::raw_ostream & OS,const Inclusion & Inc) operator <<() argument [all...] |
H A D | Preamble.cpp | 836 for (const auto &Inc : Baseline.Includes.MainFileIncludes) create() local 840 for (const auto &Inc : BaselineScan->Includes) create() local 843 for (auto &Inc : ModifiedScan->Includes) { create() local [all...] |
H A D | ParsedAST.cpp | 197 for (const auto &Inc : Includes) { in replay() local 637 for (const auto &Inc : Preamble->Includes.MainFileIncludes) build() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | IncludeCleanerCheck.cpp | 204 diag(Inc->HashLocation, "included header %0 is not used directly") in check() local 217 for (const auto &Inc : Missing) { check() local
|
/llvm-project/llvm/lib/Support/ |
H A D | SuffixTreeNode.cpp | 20 incrementStartIdx(unsigned Inc) incrementStartIdx() argument
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | HeadersTests.cpp | 111 for (const auto &Inc : Inclusions) global() local 344 Inclusion Inc; TEST_F() local 352 Inclusion Inc; TEST_F() local [all...] |
H A D | ReplayPeambleTests.cpp | 148 const auto &Inc = Includes[I]; in TEST() local
|
/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 368 for (const auto &Inc : It->second) insert() local 384 for (const auto *Inc : Iter->second) { insert() local 412 for (const auto &Inc : Iter->second) { remove() local [all...] |
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | HTMLReport.cpp | 251 for (auto &Inc : Includes.all()) { write() local 348 writeInclude(const Include & Inc) writeInclude() argument 439 const Include *Inc = nullptr; writeCode() local [all...] |
H A D | Analysis.cpp | 81 llvm::ArrayRef<SymbolReference> MacroRefs, const Includes &Inc, in analyze() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MatrixUtils.cpp | 43 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in CreateLoop() local
|
H A D | LowerAtomic.cpp | 82 Value *Inc = Builder.CreateAdd(Loaded, One); buildAtomicRMWValue() local
|
/llvm-project/libcxx/src/filesystem/ |
H A D | path_parser.h | 262 const int Inc = P < End ? 1 : -1; in consumeAllSeparators() local 288 const int Inc = P < End ? 1 : -1; in consumeName() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx20-p0388-unbound-ary.cpp | 52 using Inc = int[2]; typedef
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1054 lowerIncrement(InstrProfIncrementInst * Inc) lowerIncrement() argument 1127 getVarName(InstrProfInstBase * Inc,StringRef Prefix,bool & Renamed) getVarName() argument 1401 setupProfileSection(InstrProfInstBase * Inc,InstrProfSectKind IPSK) setupProfileSection() argument 1456 createRegionBitmaps(InstrProfMCDCBitmapInstBase * Inc,StringRef Name,GlobalValue::LinkageTypes Linkage) createRegionBitmaps() argument 1468 getOrCreateRegionBitmaps(InstrProfMCDCBitmapInstBase * Inc) getOrCreateRegionBitmaps() argument 1483 createRegionCounters(InstrProfCntrInstBase * Inc,StringRef Name,GlobalValue::LinkageTypes Linkage) createRegionCounters() argument 1508 getOrCreateRegionCounters(InstrProfCntrInstBase * Inc) getOrCreateRegionCounters() argument 1562 createDataVariable(InstrProfCntrInstBase * Inc) createDataVariable() argument [all...] |
/llvm-project/clang/lib/Driver/ |
H A D | Job.cpp | 190 StringRef Inc = FlagRef.slice(2, StringRef::npos); rewriteIncludes() local 200 StringRef Inc(Args[Idx + NumArgs - 1]); rewriteIncludes() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 198 matchStridedRecurrence(Value * Index,Loop * L,Value * & Stride,PHINode * & BasePtr,BinaryOperator * & Inc,IRBuilderBase & Builder) matchStridedRecurrence() argument 452 BinaryOperator *Inc; determineBaseAndStride() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | StmtCXX.cpp | 50 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 21 VPValue *Inc = R->getIncomingValue(I); inferScalarTypeForRecipe() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 339 const IncludedFile *Inc) { in CommentOutDirective() 429 const IncludedFile *Inc = FindIncludeAtLocation(Loc); in Process() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | tsd_shared.h | 219 u32 N, Inc; in getTSDAndLockSlow() local
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 380 for (int Inc = 0; Inc <= 1; ++Inc) { in combineMemAluInBasicBlock() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslNodeBuilder.cpp | 173 isl::ast_expr Inc = For.inc(); getNumberOfIterations() local 468 isl::ast_expr Inc = For.inc(); createForSequential() local 555 isl_ast_expr *Init, *Inc, *Iterator, *UB; createForParallel() local
|