/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | RustDemangle.h | 24 struct Identifier { struct 25 StringView Name; 26 bool Punycode; 28 bool empty() const { return Name.empty(); } in empty()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | MemoryBufferRef.h | 24 StringRef Identifier; variable 29 MemoryBufferRef(StringRef Buffer, StringRef Identifier) in MemoryBufferRef()
|
/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | prexpress.c | 182 char *Identifier) in PrIsDefined() 221 char *Identifier) in PrResolveDefine()
|
H A D | prmacros.c | 99 char *Identifier, in PrAddDefine() argument [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | identifier.c | 20 Identifier::Identifier(const char *string, size_t length, int value) in Identifier() function 28 Identifier::Identifier(const char *string) in Identifier() function
|
H A D | lexer.h | 18 class Identifier; variable
|
H A D | import.h | 15 class Identifier; variable
|
H A D | objc.h | 16 class Identifier; variable
|
H A D | staticassert.c | 92 bool StaticAssert::oneMember(Dsymbol **ps, Identifier *) in oneMember() argument
|
H A D | enum.h | 18 class Identifier; variable
|
H A D | cond.h | 17 class Identifier; variable
|
H A D | init.h | 19 class Identifier; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TemplateName.h | 463 const IdentifierInfo *Identifier; member 480 const IdentifierInfo *Identifier) in DependentTemplateName() 485 const IdentifierInfo *Identifier, in DependentTemplateName() 533 const IdentifierInfo *Identifier) { in Profile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | import.h | 15 class Identifier; variable
|
H A D | enum.h | 16 class Identifier; variable
|
H A D | cond.h | 18 class Identifier; variable
|
H A D | objc.h | 20 class Identifier; variable
|
H A D | init.h | 18 class Identifier; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 247 const std::string &Identifier) { in operator ()() 294 const std::string &Identifier) { in importFunctions() 341 auto CachedModuleLoader = [&](StringRef Identifier) { in importFunctions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPConstants.h | 86 llvm::StringLiteral Identifier; member 97 #define OMP_ASSUME_CLAUSE(Identifier, StartsWith, HasDirectiveList, \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | RefactoringCallbacks.h | 102 enum { Literal, Identifier } Type; enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
H A D | EditedSource.h | 52 IdentifierInfo *Identifier; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 326 IdentifierNode *Identifier) { in synthesizeQualifiedName() 965 void Demangler::memorizeIdentifier(IdentifierNode *Identifier) { in memorizeIdentifier() 990 IdentifierNode *Identifier = in demangleTemplateInstantiationName() local 1434 NamedIdentifierNode *Identifier = Arena.alloc<NamedIdentifierNode>(); in demangleLocallyScopedNamePiece() local 1468 IdentifierNode *Identifier = in demangleFullyQualifiedTypeName() local 1491 IdentifierNode *Identifier = in demangleFullyQualifiedSymbolName() local
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
H A D | acpisrc.h | 152 char *Identifier; member 164 char *Identifier; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
H A D | MILexer.cpp | 192 static MIToken::TokenKind getIdentifierKind(StringRef Identifier) { in getIdentifierKind() 284 auto Identifier = Range.upto(C); in maybeLexIdentifier() local 593 static MIToken::TokenKind getMetadataKeywordKind(StringRef Identifier) { in getMetadataKeywordKind()
|