HomeSort by relevance Sort by last modified time
    Searched refs:Identifier (Results 226 - 250 of 354) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/arch/arm/mach-omap2/
config_secure.mk 1 # SPDX-License-Identifier: GPL-2.0+
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 154 StringRef Identifier, SMLoc S);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
PxeBaseCode.h 52 UINT16 Identifier;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCode.h 54 UINT16 Identifier;
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 52 Identifier,
84 /// StoredIdentifier - The name is a normal identifier, and Ptr is
167 /// for this name as a void pointer if it's not an identifier.
214 /// because an identifier can be a dependent name if it is used as the
223 /// simple identifier.
261 /// operator, retrieve the identifier associated with it.
358 /// identifier.
386 /// with II as the identifier.
394 // The source location for identifier stored elsewhere.
395 // struct {} Identifier;
    [all...]
  /external/libffi/src/alpha/
osf.S 324 UA_SI 0x0 # CIE Identifier Tag
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 215 /// Add an attribute containing the type signature for a unique identifier.
217 StringRef Identifier);
DwarfUnit.cpp 281 StringRef Identifier) {
282 uint64_t Signature = DD->makeTypeSignature(Identifier);
892 StringRef Identifier = CTy->getIdentifier();
893 assert(!Identifier.empty() && "external type ref without identifier");
895 return addDIETypeSignature(Buffer, dwarf::DW_AT_signature, Identifier);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 139 // Disambiguate a .1243foo identifier from a floating literal.
154 return AsmToken(AsmToken::Identifier, StringRef(TokStart, CurPtr - TokStart));
538 // Handle identifier: [a-zA-Z_.][a-zA-Z0-9_$.@]*
  /external/python/cpython2/Modules/_ctypes/libffi/src/alpha/
osf.S 324 UA_SI 0x0 # CIE Identifier Tag
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.cpp 387 if (OpcodeToken.is(AsmToken::Identifier)) {
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmLexer.cpp 101 // Disambiguate a .1243foo identifier from a floating literal.
115 return AsmToken(AsmToken::Identifier, StringRef(TokStart, CurPtr - TokStart));
389 // Handle identifier: [a-zA-Z_.][a-zA-Z0-9_$.@]*
  /external/v8/src/asmjs/
asm-parser.h 308 // Preserves a copy of the scanner's current identifier string in the zone.
363 AsmType* Identifier(); // 6.8.3 Identifier
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 114 // Check for (identifier or (*identifier
116 if (IdentifierTok.isNot(tok::identifier))
129 // Eat the identifier.
131 // Add the identifier token back.
157 /// nested-name-specifier identifier '::'
183 /// filled in with the leading identifier in the last component of the
197 assert(!LastII && "want last identifier but have already annotated scope");
234 Diag(ConsumeToken(), diag::err_expected) << tok::identifier; member in class:tok
306 // 'identifier <' after it
455 << tok::identifier; member in class:tok
2370 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 738 return TokError("expected identifier in directive");
739 // Handle the identifier as the key symbol.
889 if (MaybeDotNew.is(AsmToken::TokenKind::Identifier) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 188 StringRef Identifier, SMLoc S);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 380 D->getDeclName().getNameKind() == DeclarationName::Identifier)
451 D->getDeclName().getNameKind() == DeclarationName::Identifier)
478 D->getDeclName().getNameKind() == DeclarationName::Identifier)
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 51 /// \brief An ID number that refers to an identifier in an AST file.
122 /// \brief An ID number that refers to an identifier in an AST file.
125 /// \brief The number of predefined identifier IDs.
370 /// identifier ID.
374 /// NULL-terminated string that corresponds to that identifier.
382 /// \brief Record code for the identifier table.
384 /// The identifier table is a simple blob that contains
387 /// contains the mapping from identifier IDs to the characters
389 /// identifiers are odd, so that, when the identifier offset
391 /// between offsets (for unresolved identifier IDs) an
    [all...]
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 246 case NestedNameSpecifier::Identifier:
  /external/libffi/src/pa/
hpux32.S 309 .word 0x0 ;# CIE Identifier Tag

Completed in 1327 milliseconds

1 2 3 4 5 6 7 8 91011>>