Home
last modified time | relevance | path

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

123

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-len3.cpp12 int add(int Left, int Right) { return Left + Right; } // NO-WARN: Only 2 parameters. in add()
14 int magic(int Left, int Right, int X, int Y) { return 0; } in magic()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp69 std::tuple<std::string, StringRef, uint32_t, LVOffset> Left( sortByKind() local
81 std::tuple<uint32_t, StringRef, std::string, LVOffset> Left( sortByLine() local
93 std::tuple<StringRef, uint32_t, std::string, LVOffset> Left( sortByName() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp-param-subst-linear.cpp24 using Left = TypeList<L<0>...>; typedef
46 using Left = SplitAtIndex<Ints, Size<Ints> / 2>::Left; typedef
/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
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFixItHintUtils.h24 Left, // Add the qualifier always to the left side, if that is possible. enumerator
/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()
/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()
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-this-nullable.cpp4 struct Left { struct
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp3 struct Left { struct
/llvm-project/llvm/unittests/ADT/
H A DIntervalTreeTest.cpp38 void checkItem(TPoint Point, TItem Item, TPoint Left, TPoint Right, in checkItem()
73 UUPoint Right, UUValue Value) { in TEST()
155 void checkData(UUPoint Point, const UUData *Data, UUPoint Left, UUPoint Right, in checkData()
160 void checkData(UUPoint Point, UUIter Iter, UUPoint Left, UUPoint Right, in checkData()
/llvm-project/lldb/source/Utility/
H A DTildeExpressionResolver.cpp84 StringRef Left = in ResolveFullPath() local
/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
/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, in mergeTrieNodes()
/llvm-project/flang/lib/Semantics/
H A Dcheck-purity.cpp71 void PurityChecker::Left() { in Left() function in Fortran::semantics::PurityChecker
/llvm-project/offload/DeviceRTL/src/
H A DMisc.cpp90 uint32_t Left = 0; indirectCallLookup() local
/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp65 isLambdaParameterList(const FormatToken * Left) isLambdaParameterList() argument
175 FormatToken *Left = CurrentToken->Previous; parseAngle() local
666 FormatToken *Left = CurrentToken->Previous; parseSquare() local
1232 updateParameterCount(FormatToken * Left,FormatToken * Current) updateParameterCount() argument
4108 const FormatToken &Left = *Tok.Previous; splitPenalty() local
4335 spaceRequiredBetween(const AnnotatedLine & Line,const FormatToken & Left,const FormatToken & Right) const spaceRequiredBetween() argument
4807 const FormatToken &Left = *Right.Previous; spaceRequiredBefore() local
5425 const FormatToken &Left = *Right.Previous; mustBreakBefore() local
5887 const FormatToken &Left = *Right.Previous; canBreakBefore() local
[all...]
/llvm-project/llvm/unittests/Analysis/
H A DMemorySSATest.cpp83 BasicBlock *Left(BasicBlock::Create(C, "", F)); in TEST_F() local
120 BasicBlock *Left(BasicBlock::Create(C, "", F)); in TEST_F() local
209 BasicBlock *Left(BasicBlock::Create(C, "", F)); TEST_F() local
252 BasicBlock *Left(BasicBlock::Create(C, "", F)); TEST_F() local
301 BasicBlock *Left(BasicBlock::Create(C, "", F)); TEST_F() local
336 BasicBlock *Left(BasicBlock::Create(C, "", F)); TEST_F() local
381 BasicBlock *Left(BasicBlock::Create(C, "", F)); TEST_F() local
424 BasicBlock *Left(BasicBlock::Create(C, "", F)); TEST_F() local
478 BasicBlock *Left(BasicBlock::Create(C, "", F)); TEST_F() local
522 BasicBlock *Left(BasicBlock::Create(C, "", F)); TEST_F() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp18 static bool areTypesCompatible(QualType Left, QualType Right) { in areTypesCompatible()
/llvm-project/clang/tools/diagtool/
H A DDiagnosticNames.cpp49 orderByID(const DiagnosticRecord & Left,const DiagnosticRecord & Right) orderByID() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp82 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize() local
H A DBitwiseShiftChecker.cpp34 enum class OperandSide { Left, Right }; enumerator
248 const auto Left = Ctx.getSVal(LHS).getAs<nonloc::ConcreteInt>(); checkLeftShiftOverflow() local
[all...]
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.h285 int32_t Left = Right; variable
/llvm-project/libcxxabi/test/
H A Ddynamic_cast.pass.cpp83 struct Left : Class6 { Pad4 _; }; struct
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DForestTest.cpp

123