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

<<1112131415

  /external/clang/lib/Parse/
ParseStmtAsm.cpp 97 StringRef LookupInlineAsmLabel(StringRef Identifier, llvm::SourceMgr &LSM,
102 TheParser.getActions().GetOrCreateMSAsmLabel(Identifier, Loc, Create);
180 /// Parse an identifier in an MS-style inline assembly block.
214 // Require an identifier here.
232 // While the next two tokens are 'period' 'identifier', repeatedly parse it as
237 if (IdTok.isNot(tok::identifier))
241 ConsumeToken(); // Consume the identifier.
807 /// '[' identifier ']' asm-string-literal '(' expression ')'
824 if (Tok.isNot(tok::identifier)) {
825 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
    [all...]
  /external/curl/tests/
stunnel.pem 114 X509v3 Subject Key Identifier:
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 136 "Expect unique Buffer Identifier");
437 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) {
438 MemoryBufferRef Buffer(Data, Identifier);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
WindowsResource.cpp 614 Entry->Identifier.setNameOffset(
634 Entry->Identifier.ID = Child.first;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
FunctionImport.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/v8/src/parsing/
preparser.h 455 for (auto identifier : (*expression.variables_)) {
456 variables_->Add(identifier, zone);
573 PreParserExpression NewStringLiteral(const PreParserIdentifier& identifier,
578 if (identifier.string_ != nullptr) {
581 identifier.string_, NORMAL_VARIABLE);
890 typedef PreParserIdentifier Identifier;
    [all...]
  /art/libelffile/dwarf/
dwarf_constants.h 528 enum Identifier : uint8_t {
  /external/libffi/src/mips/
o32.S 312 .4byte 0x0 # CIE Identifier Tag
  /external/libffi/src/powerpc/
linux64_closure.S 358 .4byte 0x0 # CIE Identifier Tag
linux64_closure.S.orig 358 .4byte 0x0 # CIE Identifier Tag
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 268 case AsmToken::Identifier:
269 OS << "identifier: " << Lexer.getTok().getString();
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
o32.S 312 .4byte 0x0 # CIE Identifier Tag
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
linux64_closure.S 358 .4byte 0x0 # CIE Identifier Tag
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 780 // Emit a unique identifier for this CU.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 87 UINT16 Identifier;
692 Request->Identifier = 0;
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 58 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier,
61 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
    [all...]
SemaExprCXX.cpp 61 case NestedNameSpecifier::Identifier:
77 // final identifier in the qualified-id.
350 case NestedNameSpecifier::Identifier:
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 581 // C++ functions and those whose names are not a simple identifier need
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrUtilityLib.cpp 923 IN INT8 *Identifier,
938 if ((pNew = new SVfrPackStackNode (Identifier, mPackAlign)) == NULL) {
953 if (pNode->Match (Identifier) == TRUE) {
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 707 case NestedNameSpecifier::Identifier:
732 case NestedNameSpecifier::Identifier:
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.c 370 Request->Identifier = 0;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileModify.c 435 if (CompareGuid ((EFI_GUID *) (Identity + 1), &UserCredential->Identifier)) {
    [all...]

Completed in 3320 milliseconds

<<1112131415