Home
last modified time | relevance | path

Searched refs:Heuristic (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h26 enum class Heuristic { enum
54 static_cast<std::size_t>(Heuristic::Dice) + 1;
65 SmallVector<Heuristic, HeuristicCount> AppliedHeuristics;
73 bool isHeuristicEnabled(Heuristic H) const;
74 Optional<int8_t> getBound(Heuristic H, BoundKind BK) const;
92 bool areNamesSimilar(StringRef Arg, StringRef Param, Heuristic H,
H A DSuspiciousCallArgumentCheck.cpp521 auto H = static_cast<Heuristic>(Idx); in SuspiciousCallArgumentCheck()
559 auto H = static_cast<Heuristic>(Idx); in storeOptions()
761 for (Heuristic H : AppliedHeuristics) { in areArgsSwapped()
789 case Heuristic::Equality: in areNamesSimilar()
791 case Heuristic::Abbreviation: in areNamesSimilar()
793 case Heuristic::Prefix: in areNamesSimilar()
795 case Heuristic::Suffix: in areNamesSimilar()
797 case Heuristic::Substring: in areNamesSimilar()
799 case Heuristic::Levenshtein: in areNamesSimilar()
801 case Heuristic::JaroWinkler: in areNamesSimilar()
[all …]
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/view/
H A DTool.py12 from dex.heuristic import Heuristic
13 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
52 heuristic = Heuristic(self.context, steps)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A D__init__.py8 from dex.heuristic.Heuristic import Heuristic, StepValueInfo
H A DHeuristic.py127 class Heuristic(object): class
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DCompilationDatabase.h66 std::string Heuristic; member
71 LHS.Heuristic == RHS.Heuristic;
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/
H A DCommands.md63 ### Heuristic subsection
98 ### Heuristic subsection
113 ### Heuristic subsection
140 ### Heuristic subsection
170 ### Heuristic subsection
183 ### Heuristic subsection
240 ### Heuristic subsection
295 ### Heuristic subsection
313 ### Heuristic subsection
342 ### Heuristic subsection
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSerializationTests.cpp287 Cmd.Heuristic = "ignored"; in TEST()
304 EXPECT_NE(SerializedCmd.Heuristic, Cmd.Heuristic); in TEST()
H A DTUSchedulerTests.cpp1211 Basic.Heuristic.clear(); in TEST_F()
1213 Basic.Heuristic = "not reliable"; in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp115 Cmd.Heuristic.empty() ? "from CDB" : Cmd.Heuristic, in buildCommand()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py21 from dex.heuristic import Heuristic
249 heuristic_score = Heuristic(self.context, steps)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py20 from dex.heuristic import Heuristic
155 heuristic = Heuristic(self.context, steps)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DTestToolBase.py18 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
/llvm-project-15.0.7/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp218 Result.Heuristic = "inferred from " + Result.Filename; in transferTo()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp348 return Cmd.Heuristic.empty(); in isReliable()
898 FileName, Inputs.Version, Inputs.CompileCommand.Heuristic, in update()
H A DGlobalCompilationDatabase.cpp66 Cmd.Heuristic = "clangd fallback"; in getFallbackCommand()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp755 StringRef Proxy = Results.front().Heuristic; in getProxy()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17830 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local
17831 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()