Home
last modified time | relevance | path

Searched refs:ParseIdentifier (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp168 if (getParser().ParseIdentifier(Name)) in ParseDirectiveSymbolAttribute()
202 if (getParser().ParseIdentifier(Name)) in ParseDirectiveSize()
376 if (getParser().ParseIdentifier(TypeName)) in ParseDirectiveSection()
393 if (getParser().ParseIdentifier(GroupName)) in ParseDirectiveSection()
398 if (getParser().ParseIdentifier(Linkage)) in ParseDirectiveSection()
451 if (getParser().ParseIdentifier(Name)) in ParseDirectiveType()
469 if (getParser().ParseIdentifier(Type)) in ParseDirectiveType()
527 if (getParser().ParseIdentifier(Name)) in ParseDirectiveSymver()
536 if (getParser().ParseIdentifier(AliasName)) in ParseDirectiveSymver()
556 if (getParser().ParseIdentifier(AliasName)) in ParseDirectiveWeakref()
[all …]
DCOFFAsmParser.cpp141 if (getParser().ParseIdentifier(Name)) in ParseDirectiveSymbolAttribute()
177 if (getParser().ParseIdentifier(SymbolName)) in ParseDirectiveDef()
222 if (getParser().ParseIdentifier(SymbolID)) in ParseSEHDirectiveStartProc()
255 if (getParser().ParseIdentifier(SymbolID)) in ParseSEHDirectiveHandler()
397 if (!getParser().ParseIdentifier(CodeID)) { in ParseSEHDirectivePushFrame()
424 if (getParser().ParseIdentifier(identifier)) in ParseAtUnwindOrAtExcept()
DDarwinAsmParser.cpp329 if (getParser().ParseIdentifier(Name)) in ParseDirectiveDesc()
381 if (getParser().ParseIdentifier(Name)) in ParseDirectiveLsym()
413 if (getParser().ParseIdentifier(SectionName)) in ParseDirectiveSection()
525 if (getParser().ParseIdentifier(Name)) in ParseDirectiveTBSS()
580 if (getParser().ParseIdentifier(Segment)) in ParseDirectiveZerofill()
588 if (getParser().ParseIdentifier(Section)) in ParseDirectiveZerofill()
608 if (getParser().ParseIdentifier(IDStr)) in ParseDirectiveZerofill()
DAsmParser.cpp204 bool ParseIdentifier(StringRef &Res);
603 if (ParseIdentifier(Identifier)) in ParsePrimaryExpr()
980 } else if (ParseIdentifier(IDVal)) { in ParseStatement()
1573 bool AsmParser::ParseIdentifier(StringRef &Res) { in ParseIdentifier() function in AsmParser
1616 if (ParseIdentifier(Name)) in ParseDirectiveSet()
2037 if (ParseIdentifier(Name)) in ParseDirectiveSymbolAttribute()
2068 if (ParseIdentifier(Name)) in ParseDirectiveComm()
2214 if (ParseIdentifier(Name)) in ParseDirectiveIfdef()
2406 if (getParser().ParseIdentifier(Name)) in ParseDirectiveLoc()
2484 if (getParser().ParseIdentifier(Name)) in ParseDirectiveCFISections()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmParser.h96 virtual bool ParseIdentifier(StringRef &Res) = 0;
/external/v8/src/parsing/
Dparser-base.h1066 IdentifierT ParseIdentifier(AllowRestrictedIdentifiers, bool* ok);
1589 typename ParserBase<Impl>::IdentifierT ParserBase<Impl>::ParseIdentifier( in ParseIdentifier() function
3911 IdentifierT name = ParseIdentifier(kAllowRestrictedIdentifiers, in ParseNativeDeclaration()
3916 ParseIdentifier(kAllowRestrictedIdentifiers, in ParseNativeDeclaration()
4576 IdentifierT name = ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseV8Intrinsic()
5045 label = ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseContinueStatement()
5076 label = ParseIdentifier(kAllowRestrictedIdentifiers, CHECK_OK); in ParseBreakStatement()
5369 ParseIdentifier(kDontAllowRestrictedIdentifiers, CHECK_OK); in ParseTryStatement()
Dparser.cc1155 ParseIdentifier(kDontAllowRestrictedIdentifiers, CHECK_OK_VOID); in ParseImportDeclaration()
1171 ParseIdentifier(kDontAllowRestrictedIdentifiers, CHECK_OK_VOID); in ParseImportDeclaration()