HomeSort by: relevance | last modified time | path
    Searched defs:Identifiers (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
arraytypes.h 36 typedef Array<class Identifier *> Identifiers;
  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesFormat.h 250 llvm::SmallVector<IdentifierID, 2> Identifiers;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 2109 SmallVector<Token, 5> Identifiers;
2118 Identifiers.push_back(Tok);
2153 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments");
2161 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()),
2162 2 * Identifiers.size());
2163 for (unsigned i=0; i != Identifiers.size(); i++) {
2168 idTok = Identifiers[i];
2646 /// Where 'keyword' and 'setting' are identifiers.
2832 /// 'linker' is one of five identifiers: compiler, exestr, lib, linker, user.
ParseOpenMP.cpp 79 SmallVector<Expr *, 4> Identifiers;
90 Identifiers.push_back(Res.get());
92 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; }
522 /// <mapper-identifier> and <var> are base language identifiers.
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 89 /// predefined values. Only handles simple tokens and identifiers.
96 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
98 "Identifiers should be created by TokenValue(IdentifierInfo *)");
152 /// Identifiers for builtin macros and other builtins.
230 /// Mapping/lookup information for all identifiers in
232 mutable IdentifierTable Identifiers;
241 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
929 IdentifierTable &getIdentifierTable() { return Identifiers; }
930 const IdentifierTable &getIdentifierTable() const { return Identifiers; }
1051 return isMacroDefined(&Identifiers.get(Id))
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 867 UINT32 Identifiers[]; /* GIC ITS identifier array */

Completed in 50 milliseconds