/openbsd/gnu/llvm/clang/lib/APINotes/ |
H A D | APINotesFormat.h | 250 llvm::SmallVector<IdentifierID, 2> Identifiers; member
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 249 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 D | standards.txt | 80 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 D | scsi_modes | 259 {Block Identifiers Support} t1
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | implement-c.texi | 29 * Identifiers implementation:: 80 @node Identifiers implementation 81 @section Identifiers
|
H A D | c-tree.texi | 163 * 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 D | gccint.info | 4073 * 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 D | cpp.texi | 3008 Identifiers that are not macros, which are all considered to be the
|
H A D | cpp.info | 2713 * Identifiers that are not macros, which are all considered to be the
|
H A D | gcc.info | 13469 * 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 D | ParsePragma.cpp | 2335 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 D | ParseOpenMP.cpp | 81 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 D | Tokens.cpp | 624 IdentifierTable Identifiers(LO); in tokenize() local 629 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 92 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())), in Preprocessor() 199 Identifiers.AddKeywords(LangOpts); in Initialize()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4505 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 D | c-tree.texi | 163 * 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 D | extend.texi | 18 * Identifiers implementation:: 53 @node Identifiers implementation 54 @section Identifiers
|
H A D | cpp.texi | 2893 Identifiers that are not macros, which are all considered to be the
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 154 // C99 6.4.2: Identifiers.
|
/openbsd/gnu/llvm/lldb/docs/resources/ |
H A D | test.rst | 267 **Identifiers in tests should be simple and descriptive.**
|
/openbsd/lib/libcrypto/objects/ |
H A D | objects.txt | 307 # S/MIME Algorithm Identifiers
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | ffe.texi | 1969 Identifiers that don't fit the following forms
|
/openbsd/gnu/llvm/llvm/docs/TableGen/ |
H A D | ProgRef.rst | 187 Identifiers section in Lexical Analysis
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | LangRef.rst | 66 Identifiers chapter 78 '``[%@][-a-zA-Z$._][-a-zA-Z$._0-9]*``'. Identifiers that require other
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog | 17481 (Identifiers implementation): Document that there's normally no
|