/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-len3.cpp | 12 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 D | LVSort.cpp | 69 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 D | temp-param-subst-linear.cpp | 24 using Left = TypeList<L<0>...>; typedef 46 using Left = SplitAtIndex<Ints, Size<Ints> / 2>::Left; typedef
|
/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
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | FixItHintUtils.h | 24 Left, // Add the qualifier always to the left side, if that is possible. enumerator
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | GtestMatchers.cpp | 122 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 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()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-this-nullable.cpp | 4 struct Left { struct
|
H A D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 3 struct Left { struct
|
/llvm-project/llvm/unittests/ADT/ |
H A D | IntervalTreeTest.cpp | 38 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 D | TildeExpressionResolver.cpp | 84 StringRef Left = in ResolveFullPath() local
|
/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
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | trie-node.h | 49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, in mergeTrieNodes()
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-purity.cpp | 71 void PurityChecker::Left() { in Left() function in Fortran::semantics::PurityChecker
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Misc.cpp | 90 uint32_t Left = 0; indirectCallLookup() local
|
/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 65 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 D | MemorySSATest.cpp | 83 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 D | InefficientAlgorithmCheck.cpp | 18 static bool areTypesCompatible(QualType Left, QualType Right) { in areTypesCompatible()
|
/llvm-project/clang/tools/diagtool/ |
H A D | DiagnosticNames.cpp | 49 orderByID(const DiagnosticRecord & Left,const DiagnosticRecord & Right) orderByID() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastSizeChecker.cpp | 82 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize() local
|
H A D | BitwiseShiftChecker.cpp | 34 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 D | ProfileGenerator.h | 285 int32_t Left = Right; variable
|
/llvm-project/libcxxabi/test/ |
H A D | dynamic_cast.pass.cpp | 83 struct Left : Class6 { Pad4 _; }; struct
|
/llvm-project/clang-tools-extra/pseudo/unittests/ |
H A D | ForestTest.cpp |
|