/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | InsertionPoint.h | 28 enum Dir { Above, Below } Direction = Below; member
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | PathMapping.h | 40 enum class Direction { ClientToServer, ServerToClient }; enum
|
H A D | ClangdServer.cpp | 842 typeHierarchy(PathRef File,Position Pos,int Resolve,TypeHierarchyDirection Direction,Callback<std::vector<TypeHierarchyItem>> CB) typeHierarchy() argument 872 resolveTypeHierarchy(TypeHierarchyItem Item,int Resolve,TypeHierarchyDirection Direction,Callback<std::optional<TypeHierarchyItem>> CB) resolveTypeHierarchy() argument
|
/llvm-project/clang/test/ExtractAPI/ |
H A D | enum.c | 23 enum Direction : unsigned char { enum
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceUsingSimplifyCFG.cpp | 38 bool Direction) { in reduceConditionals()
|
/llvm-project/flang/runtime/ |
H A D | connection.h | 22 enum class Direction { Output, Input }; enum
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLoopUtils.cpp | 26 MachineBasicBlock *llvm::PeelSingleBlockLoop(LoopPeelDirection Direction, in PeelSingleBlockLoop() argument
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | Bracket.cpp |
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | MDGenerator.cpp | 84 std::string Direction = I.Explicit ? (" " + I.Direction).str() : ""; in writeDescription() local 89 std::string Direction = I.Explicit ? (" " + I.Direction).str() : ""; in writeDescription() local
|
H A D | Representation.h | 71 SmallString<8> Direction; // Parameter direction (for (T)ParamCommand). member
|
/llvm-project/clang/lib/Format/ |
H A D | DefinitionBlockSeparator.cpp | 137 const auto MayPrecedeDefinition = [&](const int Direction = -1) { in separateBlocks()
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 95 unsigned char Direction : 3; // Init to ALL, then refine. member 386 unsigned char Direction; member
|
H A D | LoopInfo.h | 220 enum class Direction { Increasing, Decreasing, Unknown }; global() enum
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | InsertionPointTests.cpp | 50 auto Point = [&](llvm::StringLiteral Prefix, Anchor::Dir Direction) { in TEST()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | init-variables.cpp | 107 enum class Direction { Up, enum
|
/llvm-project/llvm/lib/Analysis/ |
H A D | FunctionPropertiesAnalysis.cpp | 71 int64_t Direction) { in updateForBB() argument [all...] |
H A D | DependenceGraphBuilder.cpp | 144 enum Direction { in createPiBlocks() enum
|
H A D | DependenceAnalysis.cpp | 292 unsigned char Direction = DV[Level - 1].Direction; isDirectionNegative() local 311 unsigned char Direction = DV[Level - 1].Direction; normalize() local 684 unsigned Direction = getDirection(II); dump() local [all...] |
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Simplex.h | 693 enum class Direction { Up, Down }; enum
|
/llvm-project/bolt/lib/Passes/ |
H A D | TailDuplication.cpp | 261 int Direction = (Succ.getLayoutIndex() > BB.getLayoutIndex()) ? 1 : -1; in isInCacheLine() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 136 char Direction; populateDependencyMatrix() local 186 for (unsigned char Direction : DV) { isLexicographicallyPositive() local [all...] |
H A D | SimpleLoopUnswitch.cpp | 273 BasicBlock &BB, ArrayRef<Value *> Invariants, bool Direction, in buildPartialUnswitchConditionalBranch() argument 293 BasicBlock &BB, ArrayRef<Value *> ToDuplicate, bool Direction, in buildPartialInvariantUnswitchConditionalBranch() argument 2202 bool Direction = true; unswitchNontrivialInvariants() local [all...] |
/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 560 bool Direction; member in __anon9e785f0a0611::ReduceCrashingConditionals 563 ReduceCrashingConditionals(BugDriver &bd, BugTester testFn, bool Direction) in ReduceCrashingConditionals() argument
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 50 const char *Direction = (*ETI == CurrentTypeIndex) in formatClassOptions() local
|
/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 235 ParamCommandPassDirection Direction = getParamPassDirection(ArgLower); actOnParamCommandDirectionArg() local
|