| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 180 LLVM_NODISCARD static bool isRawStringLiteral(const char *First, in isRawStringLiteral() 248 static unsigned isEOL(const char *First, const char *const End) { in isEOL() 257 static void skipString(const char *&First, const char *const End) { in skipString() 287 static unsigned skipNewline(const char *&First, const char *End) { in skipNewline() 367 static void skipLine(const char *&First, const char *const End) { in skipLine() 419 static void skipDirective(StringRef Name, const char *&First, in skipDirective() 566 bool Scanner::lexAt(const char *&First, const char *const End) { in lexAt() 660 bool Scanner::lexEndif(const char *&First, const char *const End) { in lexEndif() 680 bool Scanner::lexDefault(DirectiveKind Kind, const char *&First, in lexDefault() 687 static bool isStartOfRelevantLine(char First) { in isStartOfRelevantLine() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-named-summaries/ |
| H A D | main.cpp | 5 struct First struct 10 First(int X, int Y) : in First() argument
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | ReorderUtils.h | 76 bool contains(const Cluster *First, const Cluster *Second) const { in contains() 80 ValueType get(const Cluster *First, const Cluster *Second) const { in get() 85 void set(const Cluster *First, const Cluster *Second, ValueType Value) { in set() 98 size_t index(const Cluster *First, const Cluster *Second) const { in index() 117 bool contains(const Cluster *First, const Cluster *Second) const { in contains() 121 ValueType get(const Cluster *First, const Cluster *Second) const { in get() 126 void set(const Cluster *First, const Cluster *Second, ValueType Value) { in set() 145 size_t index(const Cluster *First, const Cluster *Second) const { in index()
|
| H A D | ReachingInsns.h | 34 const MCInst *First = BB.begin() != BB.end() ? &*BB.begin() : nullptr; in isInLoop() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | ilist_base.h | 41 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { in removeRangeImpl() 52 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl() 81 template <class T> static void removeRange(T &First, T &Last) { in removeRange() 85 template <class T> static void transferBefore(T &Next, T &First, T &Last) { in transferBefore()
|
| H A D | simple_ilist.h | 166 void insert(iterator I, Iterator First, Iterator Last) { in insert() 205 iterator erase(iterator First, iterator Last) { in erase() 221 iterator eraseAndDispose(iterator First, iterator Last, Disposer dispose) { in eraseAndDispose() 248 void splice(iterator I, simple_ilist &, iterator First, iterator Last) { in splice()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 29 void ignoreError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in ignoreError() 38 llvm::Error findError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in findError() 72 const FirstT &First, const RestT &... Rest) { in visitRefactoringOptionsImpl()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | HashBuilder.h | 292 HashBuilderImpl &addRange(ForwardIteratorT First, ForwardIteratorT Last) { in addRange() 302 HashBuilderImpl &addRangeElements(ForwardIteratorT First, in addRangeElements() 338 HashBuilderImpl &addRangeElementsImpl(ForwardIteratorT First, in addRangeElementsImpl() 350 addRangeElementsImpl(T *First, T *Last, std::forward_iterator_tag) { in addRangeElementsImpl()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 24 unsigned First, unsigned Last) { in getJumpTableRange() 38 unsigned First, unsigned Last) { in getJumpTableNumCases() 172 for (unsigned First = 0, Last; First < N; First = Last + 1) { in findJumpTables() local 191 unsigned First, unsigned Last, in buildJumpTable() 346 for (unsigned First = 0, Last; First < N; First = Last + 1) { in findBitTestClusters() local 365 unsigned First, unsigned Last, in buildBitTests()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | QualifierAlignmentFixer.cpp | 120 const FormatToken *First) { in removeToken() 128 const FormatToken *First, in insertQualifierAfter() 143 const FormatToken *First, in insertQualifierBefore() 167 tooling::Replacements &Fixes, const FormatToken *First, in rotateTokens() 442 FormatToken *First = Line->First; in analyze() local
|
| H A D | MacroCallReconstructor.cpp | 34 bool First = true; in forEachToken() local 56 forEachToken(Line, [&](FormatToken *Token, FormatToken *Parent, bool First) { in addLine() 75 FormatToken *ExpandedParent, bool First) { in add()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/dynamic_cuda/ |
| H A D | cuda.cpp | 119 const char *First = It->second; in checkForCUDA() local
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/ |
| H A D | Forest.cpp | 88 llvm::StringRef First; // added to the child's line. in dumpRecursive() member 144 bool First = It.second; in dumpRecursive() local
|
| /llvm-project-15.0.7/llvm/unittests/Target/AMDGPU/ |
| H A D | ExecMayBeModifiedBeforeAnyUse.cpp | 58 auto First = in TEST() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclFriend.cpp | 74 Decl *First = data().FirstFriend.get(Source); in getFirstFriend() local
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | DynoStats.cpp | 150 auto First = MMap.begin(); in operator +=() local 206 auto First = I->second.second.begin(); in getDynoStats() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 146 bool First = true; in printSectionsAsString() local 164 bool First = true; in printSectionsAsHex() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 455 bool First) { in diagnoseUnsatisfiedRequirement() 520 bool First) { in diagnoseUnsatisfiedRequirement() 547 bool First) { in diagnoseUnsatisfiedRequirement() 568 bool First = true) { in diagnoseWellFormedUnsatisfiedConstraintExpr() 671 bool First = true) { in diagnoseUnsatisfiedConstraintExpr() 684 bool First) { in DiagnoseUnsatisfiedConstraint() 695 bool First) { in DiagnoseUnsatisfiedConstraint()
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategoryMap.h | 39 static const Position First = 0; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 53 First = 11 // 10th + 1st enumerator 138 IndexType First, Last; member
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | DeclMatcher.h | 17 enum class DeclMatcherKind { First, Last }; enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | StringView.h | 26 const char *First; variable
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | StringView.h | 26 const char *First; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsELFObjectWriter.cpp | 85 static std::pair<OutputIt1, OutputIt2> copy_if_else(InputIt First, InputIt Last, in copy_if_else() 111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | PredicateExpander.cpp | 99 void PredicateExpander::expandCheckSameRegOperand(raw_ostream &OS, int First, in expandCheckSameRegOperand() 120 bool First = true; in expandCheckOpcode() local 163 bool First = true; in expandPredicateSequence() local
|