Searched defs:Left (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DTildeExpressionResolver.cpp85 StringRef Left = local
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp89 internal::BindableMatcher<Stmt> gtestAssert(GtestCmp Cmp, StatementMatcher Left, argument
96 internal::BindableMatcher<Stmt> gtestExpect(GtestCmp Cmp, StatementMatcher Left, argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, argument
H A Dxray-stacks.cpp260 StackDuration mergeStackDuration(const StackDuration &Left, argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; member in class:llvm::AlignStyle
H A DFormatAdapters.h44 size_t Left; member in class:llvm::detail::final
48 PadAdapter(T &&Item, size_t Left, size_t Right) argument
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAttrIterator.h85 friend bool operator==(specific_attr_iterator Left, argument
94 friend bool operator!=(specific_attr_iterator Left, argument
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c373 char c, *Left, *Right; local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h64 const Node *Left() const { return m_left; } function in class:lldb_private::postfix::BinaryOpNode
65 Node *&Left() { return m_left; } function in class:lldb_private::postfix::BinaryOpNode
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h415 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp406 RegisterSet Left; local
H A DHexagonSplitDouble.cpp798 bool Left = !Right; local
[all...]
H A DHexagonConstExtenders.cpp129 Node *Left = nullptr, *Right = nullptr; member in struct:__anon4108::RangeTree::Node
[all...]
H A DHexagonLoopIdiomRecognition.cpp602 bool Left = false; member in struct:__anon4139::PolynomialMultiplyRecognize::ParsedValues
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp730 unsigned Left = --OpenChildren[Parent]; local
H A DMachineLICM.cpp700 unsigned Left = --OpenChildren[Parent]; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp936 CheckLists(DiagnosticsEngine &Diags, SourceManager &SourceMgr, const char *Label, DirectiveList &Left, const_diag_iterator d2_begin, const_diag_iterator d2_end, bool IgnoreUnexpected) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1068 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp496 unsigned Left = createResultReg(&WebAssembly::I32RegClass); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp46 static bool isLambdaParameterList(const FormatToken *Left) { argument
98 FormatToken *Left = CurrentToken->Previous; local
711 FormatToken *Left = CurrentToken->Previous; local
763 updateParameterCount(FormatToken *Left, FormatToken *Current) argument
2554 const FormatToken &Left = *Tok.Previous; local
2749 spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left, const FormatToken &Right) argument
3012 const FormatToken &Left = *Right.Previous; local
3419 const FormatToken &Left = *Right.Previous; local
3713 const FormatToken &Left = *Right.Previous; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp549 const llvm::APSInt &Left = BVF.getValue(R[0].first - 1ULL, T); local
H A DCStringChecker.cpp1280 AnyArgExpr Left = {CE->getArg(0), 0}; local
1948 AnyArgExpr Left = {CE->getArg(0), 0}; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp841 createMinMaxOp(IRBuilderBase &Builder, RecurrenceDescriptor::MinMaxRecurrenceKind RK, Value *Left, Value *Right) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp639 const Value *Left = CI->getOperand(0), *Right = CI->getOperand(1); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h126 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} argument
141 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} argument

Completed in 306 milliseconds

12