Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp69 std::tuple<std::string, StringRef, uint32_t, LVOffset> Left( in sortByKind() local
81 std::tuple<uint32_t, StringRef, std::string, LVOffset> Left( in sortByLine() local
93 std::tuple<StringRef, uint32_t, std::string, LVOffset> Left( in sortByName() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatAdapters.h44 size_t Left; global() variable
48 PadAdapter(T && Item,size_t Left,size_t Right) PadAdapter() argument
92 fmt_pad(T && Item,size_t Left,size_t Right) fmt_pad() argument
H A DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp122 gtestComparisonInternal(MacroType Macro, GtestCmp Cmp, StatementMatcher Left, in gtestComparisonInternal()
190 internal::BindableMatcher<Stmt> gtestAssert(GtestCmp Cmp, StatementMatcher Left, in gtestAssert()
195 internal::BindableMatcher<Stmt> gtestExpect(GtestCmp Cmp, StatementMatcher Left, in gtestExpect()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h210 IntervalData(PointType Left, PointType Right, ValueType Value) in IntervalData() argument
269 IntervalNode *Left = nullptr; // LS - Left subtree. global() variable
544 find_iterator(const IntervalReferences * Left,const IntervalReferences * Right,IntervalNode * Node,PointType Point) find_iterator() argument
609 insert(PointType Left,PointType Right,ValueType Value) insert() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Utility/
H A DTildeExpressionResolver.cpp84 StringRef Left = in ResolveFullPath() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp65 static bool isLambdaParameterList(const FormatToken *Left) { in isLambdaParameterList() argument
173 FormatToken *Left = CurrentToken->Previous; parseAngle() local
621 FormatToken *Left = CurrentToken->Previous; parseSquare() local
934 updateParameterCount(FormatToken * Left,FormatToken * Current) updateParameterCount() argument
3724 const FormatToken &Left = *Tok.Previous; splitPenalty() local
3951 spaceRequiredBetween(const AnnotatedLine & Line,const FormatToken & Left,const FormatToken & Right) const spaceRequiredBetween() argument
4402 const FormatToken &Left = *Right.Previous; spaceRequiredBefore() local
4982 const FormatToken &Left = *Right.Previous; mustBreakBefore() local
5414 const FormatToken &Left = *Right.Previous; canBreakBefore() local
[all...]
H A DQualifierAlignmentFixer.cpp117 const FormatToken *Last, bool Left) { in rotateTokens() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBitwiseShiftChecker.cpp34 enum class OperandSide { Left, Right }; enumerator
248 const auto Left = Ctx.getSVal(LHS).getAs<nonloc::ConcreteInt>(); in checkLeftShiftOverflow() local
H A DCastSizeChecker.cpp82 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize() local
H A DCStringChecker.cpp1452 AnyArgExpr Left = {Call.getArgExpr(0), 0}; evalMemcmp() local
2149 AnyArgExpr Left = {Call.getArgExpr(0), 0}; evalStrcmpCommon() local
/freebsd-src/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c373 char c, *Left, *Right; in AcpiNsBuildNormalizedPath() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp222 auto Left = ParseElement(P->State); in parsePair() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp403 RegisterSet Left; in computeInitialLiveRanges() local
H A DHexagonSplitDouble.cpp792 bool Left = !Right; in splitShift() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp765 unsigned Left = --OpenChildren[Parent]; in ExitScopeIfDone() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp966 createAnyOfOp(IRBuilderBase & Builder,Value * StartVal,RecurKind RK,Value * Left,Value * Right) createAnyOfOp() argument
974 createMinMaxOp(IRBuilderBase & Builder,RecurKind RK,Value * Left,Value * Right) createMinMaxOp() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp497 Register Left = createResultReg(&WebAssembly::I32RegClass); signExtendToI32() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp945 CheckLists(DiagnosticsEngine & Diags,SourceManager & SourceMgr,const char * Label,DirectiveList & Left,const_diag_iterator d2_begin,const_diag_iterator d2_end,bool IgnoreUnexpected) CheckLists() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1096 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { in getTryAncestor()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp643 Value *Left = nullptr; in isLoopStructureUnderstood() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp54 Left = 1, global() enumerator

12