| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/ |
| H A D | InsertionPoint.h | 25 enum Dir { Above, Below } Direction = Below; member
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | PathMapping.h | 40 enum class Direction { ClientToServer, ServerToClient }; enum
|
| H A D | ClangdServer.cpp | 753 TypeHierarchyDirection Direction, in typeHierarchy() 783 TypeHierarchyItem Item, int Resolve, TypeHierarchyDirection Direction, in resolveTypeHierarchy()
|
| /llvm-project-15.0.7/clang/test/ExtractAPI/ |
| H A D | enum.c | 23 enum Direction : unsigned char { enum
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | connection.h | 22 enum class Direction { Output, Input }; enum
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineLoopUtils.cpp | 26 MachineBasicBlock *llvm::PeelSingleBlockLoop(LoopPeelDirection Direction, in PeelSingleBlockLoop()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | MDGenerator.cpp | 84 std::string Direction = I.Explicit ? (" " + I.Direction).str() : ""; in writeDescription() local 87 std::string Direction = I.Explicit ? (" " + I.Direction).str() : ""; in writeDescription() local
|
| H A D | Representation.h | 99 SmallString<8> Direction; // Parameter direction (for (T)ParamCommand). member
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/ |
| H A D | Bracket.cpp | 76 enum Direction : bool { Open, Close } Dir; enum
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | DefinitionBlockSeparator.cpp | 137 const auto MayPrecedeDefinition = [&](const int Direction = -1) { in separateBlocks()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 93 unsigned char Direction : 3; // Init to ALL, then refine. member 362 unsigned char Direction; member
|
| H A D | LoopInfo.h | 720 enum class Direction { Increasing, Decreasing, Unknown }; enum
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | FunctionPropertiesAnalysis.cpp | 47 int64_t Direction) { in updateForBB()
|
| H A D | DependenceGraphBuilder.cpp | 144 enum Direction { in createPiBlocks() enum
|
| H A D | LoopInfo.cpp | 226 using Direction = Loop::LoopBounds::Direction; typedef
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | InsertionPointTests.cpp | 50 auto Point = [&](llvm::StringLiteral Prefix, Anchor::Dir Direction) { in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
| H A D | init-variables.cpp | 107 enum class Direction { Up, enum
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Simplex.h | 695 enum class Direction { Up, Down }; enum
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | TailDuplication.cpp | 260 int Direction = (Succ.getLayoutIndex() > BB.getLayoutIndex()) ? 1 : -1; in isInCacheLine() local
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 551 bool Direction; member in __anon627d05070611::ReduceCrashingConditionals 554 ReduceCrashingConditionals(BugDriver &bd, BugTester testFn, bool Direction) in ReduceCrashingConditionals()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 49 const char *Direction = (*ETI == CurrentTypeIndex) in formatClassOptions() local
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Comment.h | 158 unsigned Direction : 2; variable 736 void setDirection(PassDirection Direction, bool Explicit) { in setDirection()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 215 BasicBlock &BB, ArrayRef<Value *> Invariants, bool Direction, in buildPartialUnswitchConditionalBranch() 235 BasicBlock &BB, ArrayRef<Value *> ToDuplicate, bool Direction, in buildPartialInvariantUnswitchConditionalBranch() 2084 bool Direction = true; in unswitchNontrivialInvariants() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentSema.cpp | 235 int Direction = getParamPassDirection(ArgLower); in actOnParamCommandDirectionArg() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 196 constexpr bool Direction = IsReverse != IsPostDom; // XOR. member
|