Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/APINotes/
H A DAPINotesFormat.h250 llvm::SmallVector<IdentifierID, 2> Identifiers; member
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h249 mutable IdentifierTable Identifiers; variable
1203 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
1204 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
1325 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined()
1515 return &Identifiers.get(Name); in getIdentifierInfo()
/openbsd/lib/libssl/doc/
H A Dstandards.txt80 3279 Algorithms and Identifiers for the Internet X.509 Public Key
132 Algorithms, Modes, and Identifiers. D. Balenson. February 1993.
/openbsd/share/misc/
H A Dscsi_modes259 {Block Identifiers Support} t1
/openbsd/gnu/gcc/gcc/doc/
H A Dimplement-c.texi29 * Identifiers implementation::
80 @node Identifiers implementation
81 @section Identifiers
H A Dc-tree.texi163 * Identifiers:: The names of things.
178 @c Identifiers
181 @node Identifiers
182 @subsection Identifiers
641 the unqualified name of the name of the namespace (@pxref{Identifiers}).
H A Dgccint.info4073 * Identifiers:: The names of things.
4087 9.2.2 Identifiers
4466 Identifiers::). The name of the global namespace is `::', even
32638 * identifier: Identifiers. (line 6)
32639 * IDENTIFIER_LENGTH: Identifiers. (line 20)
32640 * IDENTIFIER_NODE: Identifiers. (line 6)
32641 * IDENTIFIER_OPNAME_P: Identifiers. (line 25)
32642 * IDENTIFIER_POINTER: Identifiers. (line 15)
32643 * IDENTIFIER_TYPENAME_P: Identifiers. (line 31)
33049 * name: Identifiers. (line 6)
[all …]
H A Dcpp.texi3008 Identifiers that are not macros, which are all considered to be the
H A Dcpp.info2713 * Identifiers that are not macros, which are all considered to be the
H A Dgcc.info13469 * Identifiers implementation::
13504 File: gcc.info, Node: Environment implementation, Next: Identifiers implementation, Prev: Transl…
13521 File: gcc.info, Node: Identifiers implementation, Next: Characters implementation, Prev: Environ…
13523 4.3 Identifiers
13548 …ode: Characters implementation, Next: Integers implementation, Prev: Identifiers implementation,…
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp2335 SmallVector<Token, 5> Identifiers; in HandlePragma() local
2344 Identifiers.push_back(Tok); in HandlePragma()
2379 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma()
2387 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma()
2388 2 * Identifiers.size()); in HandlePragma()
2389 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma()
2394 idTok = Identifiers[i]; in HandlePragma()
H A DParseOpenMP.cpp81 SmallVector<Expr *, 4> Identifiers; member in __anon7f09c71b0111::DeclDirectiveListParserHelper
92 Identifiers.push_back(Res.get()); in operator ()()
94 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DTokens.cpp624 IdentifierTable Identifiers(LO); in tokenize() local
629 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp92 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())), in Preprocessor()
199 Identifiers.AddKeywords(LangOpts); in Initialize()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp4505 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument
4507 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers()
4509 Identifiers.clear(); in getNestedNameSpecifierIdentifiers()
4539 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi163 * Identifiers:: The names of things.
178 @c Identifiers
181 @node Identifiers
182 @subsection Identifiers
644 the unqualified name of the name of the namespace (@pxref{Identifiers}).
H A Dextend.texi18 * Identifiers implementation::
53 @node Identifiers implementation
54 @section Identifiers
H A Dcpp.texi2893 Identifiers that are not macros, which are all considered to be the
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def154 // C99 6.4.2: Identifiers.
/openbsd/gnu/llvm/lldb/docs/resources/
H A Dtest.rst267 **Identifiers in tests should be simple and descriptive.**
/openbsd/lib/libcrypto/objects/
H A Dobjects.txt307 # S/MIME Algorithm Identifiers
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dffe.texi1969 Identifiers that don't fit the following forms
/openbsd/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst187 Identifiers section in Lexical Analysis
/openbsd/gnu/llvm/llvm/docs/
H A DLangRef.rst66 Identifiers chapter
78 '``[%@][-a-zA-Z$._][-a-zA-Z$._0-9]*``'. Identifiers that require other
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog17481 (Identifiers implementation): Document that there's normally no