| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | SuspiciousCallArgumentCheck.h | 26 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 D | SuspiciousCallArgumentCheck.cpp | 521 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 D | Tool.py | 12 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__.py | 8 from dex.heuristic.Heuristic import Heuristic, StepValueInfo
|
| H A D | Heuristic.py | 127 class Heuristic(object): class
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | CompilationDatabase.h | 66 std::string Heuristic; member 71 LHS.Heuristic == RHS.Heuristic;
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/ |
| H A D | Commands.md | 63 ### 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 D | SerializationTests.cpp | 287 Cmd.Heuristic = "ignored"; in TEST() 304 EXPECT_NE(SerializedCmd.Heuristic, Cmd.Heuristic); in TEST()
|
| H A D | TUSchedulerTests.cpp | 1211 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 D | Check.cpp | 115 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 D | Tool.py | 21 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 D | Tool.py | 20 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 D | TestToolBase.py | 18 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 218 Result.Heuristic = "inferred from " + Result.Filename; in transferTo()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | TUScheduler.cpp | 348 return Cmd.Heuristic.empty(); in isReliable() 898 FileName, Inputs.Version, Inputs.CompileCommand.Heuristic, in update()
|
| H A D | GlobalCompilationDatabase.cpp | 66 Cmd.Heuristic = "clangd fallback"; in getFallbackCommand()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | CompilationDatabaseTest.cpp | 755 StringRef Proxy = Results.front().Heuristic; in getProxy()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 17830 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local 17831 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()
|