Home
last modified time | relevance | path

Searched defs:Direction (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.h25 enum Dir { Above, Below } Direction = Below; member
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPathMapping.h40 enum class Direction { ClientToServer, ServerToClient }; enum
H A DClangdServer.cpp753 TypeHierarchyDirection Direction, in typeHierarchy()
783 TypeHierarchyItem Item, int Resolve, TypeHierarchyDirection Direction, in resolveTypeHierarchy()
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Denum.c23 enum Direction : unsigned char { enum
/llvm-project-15.0.7/flang/runtime/
H A Dconnection.h22 enum class Direction { Output, Input }; enum
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp26 MachineBasicBlock *llvm::PeelSingleBlockLoop(LoopPeelDirection Direction, in PeelSingleBlockLoop()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMDGenerator.cpp84 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 DRepresentation.h99 SmallString<8> Direction; // Parameter direction (for (T)ParamCommand). member
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DBracket.cpp76 enum Direction : bool { Open, Close } Dir; enum
/llvm-project-15.0.7/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp137 const auto MayPrecedeDefinition = [&](const int Direction = -1) { in separateBlocks()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h93 unsigned char Direction : 3; // Init to ALL, then refine. member
362 unsigned char Direction; member
H A DLoopInfo.h720 enum class Direction { Increasing, Decreasing, Unknown }; enum
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp47 int64_t Direction) { in updateForBB()
H A DDependenceGraphBuilder.cpp144 enum Direction { in createPiBlocks() enum
H A DLoopInfo.cpp226 using Direction = Loop::LoopBounds::Direction; typedef
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DInsertionPointTests.cpp50 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 Dinit-variables.cpp107 enum class Direction { Up, enum
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h695 enum class Direction { Up, Down }; enum
/llvm-project-15.0.7/bolt/lib/Passes/
H A DTailDuplication.cpp260 int Direction = (Succ.getLayoutIndex() > BB.getLayoutIndex()) ? 1 : -1; in isInCacheLine() local
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp551 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 DMinimalTypeDumper.cpp49 const char *Direction = (*ETI == CurrentTypeIndex) in formatClassOptions() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h158 unsigned Direction : 2; variable
736 void setDirection(PassDirection Direction, bool Explicit) { in setDirection()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp215 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 DCommentSema.cpp235 int Direction = getParamPassDirection(ArgLower); in actOnParamCommandDirectionArg() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h196 constexpr bool Direction = IsReverse != IsPostDom; // XOR. member

12