| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | RuntimeDebugBuilder.cpp | 59 std::vector<Value *> Identifiers; in getGPUThreadIdentifiers() local 69 Identifiers.push_back(Builder.CreateGlobalStringPtr("> block-id: ", "", 4)); in getGPUThreadIdentifiers() 73 Identifiers.push_back(Id); in getGPUThreadIdentifiers() 74 Identifiers.push_back(Builder.CreateGlobalStringPtr(" ", "", 4)); in getGPUThreadIdentifiers() 77 Identifiers.push_back(Builder.CreateGlobalStringPtr("| ", "", 4)); in getGPUThreadIdentifiers() 85 Identifiers.push_back(Builder.CreateGlobalStringPtr("thread-id: ", "", 4)); in getGPUThreadIdentifiers() 89 Identifiers.push_back(Id); in getGPUThreadIdentifiers() 90 Identifiers.push_back(Builder.CreateGlobalStringPtr(" ", "", 4)); in getGPUThreadIdentifiers() 93 return Identifiers; in getGPUThreadIdentifiers()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/ |
| H A D | Lex.cpp | 81 clang::IdentifierTable Identifiers(LangOpts); in cook() local 119 Tok.Kind = Identifiers.get(Tok.text()).getTokenID(); in cook()
|
| /llvm-project-15.0.7/clang/lib/APINotes/ |
| H A D | APINotesFormat.h | 250 llvm::SmallVector<IdentifierID, 2> Identifiers; member
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | TokenKinds.def | 41 // Identifiers.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SourceCode.cpp | 614 llvm::StringMap<unsigned> Identifiers; in collectIdentifiers() local 618 ++Identifiers[Tok.text(SM)]; in collectIdentifiers() 621 ++Identifiers[Keyword]; in collectIdentifiers() 623 return Identifiers; in collectIdentifiers()
|
| H A D | CodeComplete.cpp | 1558 auto Identifiers = collectIdentifiers(Content, Style); in runWithoutSema() local 1560 for (const auto &IDAndCount : Identifiers) { in runWithoutSema()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 254 mutable IdentifierTable Identifiers; variable 1076 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 1077 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() 1198 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined() 1371 return &Identifiers.get(Name); in getIdentifierInfo()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 2281 SmallVector<Token, 5> Identifiers; in HandlePragma() local 2290 Identifiers.push_back(Tok); in HandlePragma() 2325 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma() 2333 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma() 2334 2 * Identifiers.size()); in HandlePragma() 2335 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma() 2340 idTok = Identifiers[i]; in HandlePragma()
|
| H A D | ParseOpenMP.cpp | 80 SmallVector<Expr *, 4> Identifiers; member in __anonc24669fe0111::DeclDirectiveListParserHelper 91 Identifiers.push_back(Res.get()); in operator ()() 93 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 92 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())), in Preprocessor() 205 Identifiers.AddKeywords(LangOpts); in Initialize()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | Tokens.cpp | 627 IdentifierTable Identifiers(LO); in tokenize() local 632 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | LangRef.md | 194 ### Identifiers and keywords 199 // Identifiers 214 Identifiers name entities such as values, types and functions, and are chosen by 215 the writer of MLIR code. Identifiers may be descriptive (e.g. `%batch_size`,
|
| H A D | DataLayout.md | 174 ### Dialects with Data Layout Identifiers
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4493 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument 4495 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers() 4497 Identifiers.clear(); in getNestedNameSpecifierIdentifiers() 4527 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 152 // C99 6.4.2: Identifiers.
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | test.rst | 267 **Identifiers in tests should be simple and descriptive.**
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | user.pod | 953 =head2 Identifiers section in Integer Set Library 955 Identifiers are used to identify both individual dimensions 958 Identifiers with the same name but different pointer values 965 Identifiers can be constructed, copied, freed, inspected and printed 1284 or names of the parameters. Identifiers of individual dimensions are 2809 from an identifier (see L</"Identifiers">) although the result
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 187 Identifiers section in Lexical Analysis
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 66 Identifiers chapter 78 '``[%@][-a-zA-Z$._][-a-zA-Z$._0-9]*``'. Identifiers that require other
|