Home
last modified time | relevance | path

Searched defs:Left (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp68 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 DFormatAdapters.h46 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 DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; enumerator
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp117 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 DIntervalTree.h210 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 DPostfixExpression.h64 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 DTildeExpressionResolver.cpp84 StringRef Left = in ResolveFullPath() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, in mergeTrieNodes()
H A Dxray-stacks.cpp262 static StackDuration mergeStackDuration(const StackDuration &Left, in mergeStackDuration()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp65 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 DQualifierAlignmentFixer.cpp114 const FormatToken *Last, bool Left) { in rotateTokens()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp32 enum class OperandSide { Left, Right }; enumerator
247 const auto Left = Ctx.getSVal(LHS).getAs<nonloc::ConcreteInt>(); in checkLeftShiftOverflow() local
H A DCastSizeChecker.cpp84 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize() local
H A DCStringChecker.cpp1605 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 Dnsnames.c373 char c, *Left, *Right; in AcpiNsBuildNormalizedPath() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp215 auto Left = ParseElement(P->State); in parsePair() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp627 ArgType Left = *this; in matchesArgType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp402 RegisterSet Left; in computeInitialLiveRanges() local
H A DHexagonSplitDouble.cpp786 bool Left = !Right; in splitShift() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp760 unsigned Left = --OpenChildren[Parent]; in ExitScopeIfDone() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp287 static bool equalAuthPolicies(const CGPointerAuthInfo &Left, in equalAuthPolicies()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp507 Register Left = createResultReg(&WebAssembly::I32RegClass); in signExtendToI32() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp963 DirectiveList &Left, in CheckLists()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1098 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { in getTryAncestor()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVStructurizer.cpp661 [&Visitor](Instruction *Left, Instruction *Right) { in sortSelectionMerge()

12