Home
last modified time | relevance | path

Searched refs:Identifiers (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DRuntimeDebugBuilder.cpp59 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 DLex.cpp81 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 DAPINotesFormat.h250 llvm::SmallVector<IdentifierID, 2> Identifiers; member
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTokenKinds.def41 // Identifiers.
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp614 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 DCodeComplete.cpp1558 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 DPreprocessor.h254 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 DParsePragma.cpp2281 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 DParseOpenMP.cpp80 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 DPreprocessor.cpp92 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 DTokens.cpp627 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 DLangRef.md194 ### 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 DDataLayout.md174 ### Dialects with Data Layout Identifiers
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4493 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 DTokenKinds.def152 // C99 6.4.2: Identifiers.
/llvm-project-15.0.7/lldb/docs/resources/
H A Dtest.rst267 **Identifiers in tests should be simple and descriptive.**
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Duser.pod953 =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 DProgRef.rst187 Identifiers section in Lexical Analysis
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst66 Identifiers chapter
78 '``[%@][-a-zA-Z$._][-a-zA-Z$._0-9]*``'. Identifiers that require other