Home
last modified time | relevance | path

Searched defs:Inc (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/clang-tools-extra/include-cleaner/unittests/
H A DTypesTest.cpp35 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 DIncludeCleaner.cpp70 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 DHeaders.cpp56 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 DPreamble.cpp836 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 DParsedAST.cpp197 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 DIncludeCleanerCheck.cpp204 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 DSuffixTreeNode.cpp20 incrementStartIdx(unsigned Inc) incrementStartIdx() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp111 for (const auto &Inc : Inclusions) global() local
344 Inclusion Inc; TEST_F() local
352 Inclusion Inc; TEST_F() local
[all...]
H A DReplayPeambleTests.cpp148 const auto &Inc = Includes[I]; in TEST() local
/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp368 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 DHTMLReport.cpp251 for (auto &Inc : Includes.all()) { write() local
348 writeInclude(const Include & Inc) writeInclude() argument
439 const Include *Inc = nullptr; writeCode() local
[all...]
H A DAnalysis.cpp81 llvm::ArrayRef<SymbolReference> MacroRefs, const Includes &Inc, in analyze() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp43 Value *Inc = B.CreateAdd(IV, Step, Name + ".step"); in CreateLoop() local
H A DLowerAtomic.cpp82 Value *Inc = Builder.CreateAdd(Loaded, One); buildAtomicRMWValue() local
/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h262 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 Dcxx20-p0388-unbound-ary.cpp52 using Inc = int[2]; typedef
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1054 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 DJob.cpp190 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 DRISCVGatherScatterLowering.cpp198 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 DStmtCXX.cpp50 Expr *Cond, Expr *Inc, DeclStmt *LoopVar, in CXXForRangeStmt()
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp21 VPValue *Inc = R->getIncomingValue(I); inferScalarTypeForRecipe() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp339 const IncludedFile *Inc) { in CommentOutDirective()
429 const IncludedFile *Inc = FindIncludeAtLocation(Loc); in Process() local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h219 u32 N, Inc; in getTSDAndLockSlow() local
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp380 for (int Inc = 0; Inc <= 1; ++Inc) { in combineMemAluInBasicBlock() local
/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp173 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

1234