| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSort.cpp | 68 std::tuple<std::string, StringRef, uint32_t, LVOffset> Left( in sortByKind() local 80 std::tuple<uint32_t, StringRef, std::string, LVOffset> Left( in sortByLine() local 92 std::tuple<StringRef, uint32_t, std::string, LVOffset> Left( in sortByName() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatAdapters.h | 46 size_t Left; variable 50 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter() 96 support::detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad()
|
| H A D | FormatCommon.h | 17 enum class AlignStyle { Left, Center, Right }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 117 gtestComparisonInternal(MacroType Macro, GtestCmp Cmp, StatementMatcher Left, in gtestComparisonInternal() 185 internal::BindableMatcher<Stmt> gtestAssert(GtestCmp Cmp, StatementMatcher Left, in gtestAssert() 190 internal::BindableMatcher<Stmt> gtestExpect(GtestCmp Cmp, StatementMatcher Left, in gtestExpect()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalTree.h | 210 IntervalData(PointType Left, PointType Right, ValueType Value) in IntervalData() 269 IntervalNode *Left = nullptr; // LS - Left subtree. variable 544 explicit find_iterator(const IntervalReferences *Left, in find_iterator() 609 void insert(PointType Left, PointType Right, ValueType Value) { in insert()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | PostfixExpression.h | 64 const Node *Left() const { return m_left; } in Left() function 65 Node *&Left() { return m_left; } in Left() function
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | TildeExpressionResolver.cpp | 84 StringRef Left = in ResolveFullPath() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | trie-node.h | 49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, in mergeTrieNodes()
|
| H A D | xray-stacks.cpp | 262 static StackDuration mergeStackDuration(const StackDuration &Left, in mergeStackDuration()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnnotator.cpp | 65 static bool isLambdaParameterList(const FormatToken *Left) { in isLambdaParameterList() 153 auto *Left = CurrentToken->Previous; // The '<'. in parseAngle() local 676 FormatToken *Left = CurrentToken->Previous; in parseSquare() local 1236 void updateParameterCount(FormatToken *Left, FormatToken *Current) { in updateParameterCount() 4265 const FormatToken &Left = *Tok.Previous; in splitPenalty() local 4494 const FormatToken &Left, in spaceRequiredBetween() 4964 const FormatToken &Left = *Right.Previous; in spaceRequiredBefore() local 5605 const FormatToken &Left = *Right.Previous; in mustBreakBefore() local 6075 const FormatToken &Left = *Right.Previous; in canBreakBefore() local
|
| H A D | QualifierAlignmentFixer.cpp | 114 const FormatToken *Last, bool Left) { in rotateTokens()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BitwiseShiftChecker.cpp | 32 enum class OperandSide { Left, Right }; enumerator 247 const auto Left = Ctx.getSVal(LHS).getAs<nonloc::ConcreteInt>(); in checkLeftShiftOverflow() local
|
| H A D | CastSizeChecker.cpp | 84 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize() local
|
| H A D | CStringChecker.cpp | 1605 AnyArgExpr Left = {Call.getArgExpr(0), 0}; in evalMemcmp() local 2340 AnyArgExpr Left = {Call.getArgExpr(0), 0}; in evalStrcmpCommon() local
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsnames.c | 373 char c, *Left, *Right; in AcpiNsBuildNormalizedPath() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | Parsing.cpp | 215 auto Left = ParseElement(P->State); in parsePair() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 627 ArgType Left = *this; in matchesArgType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.cpp | 402 RegisterSet Left; in computeInitialLiveRanges() local
|
| H A D | HexagonSplitDouble.cpp | 786 bool Left = !Right; in splitShift() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 760 unsigned Left = --OpenChildren[Parent]; in ExitScopeIfDone() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 287 static bool equalAuthPolicies(const CGPointerAuthInfo &Left, in equalAuthPolicies()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 507 Register Left = createResultReg(&WebAssembly::I32RegClass); in signExtendToI32() local
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 963 DirectiveList &Left, in CheckLists()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1098 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { in getTryAncestor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVStructurizer.cpp | 661 [&Visitor](Instruction *Left, Instruction *Right) { in sortSelectionMerge()
|