Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp153 if (getParser().ParseIdentifier(Name)) in ParseDirectiveSize()
327 if (getParser().ParseIdentifier(TypeName)) in ParseDirectiveSection()
344 if (getParser().ParseIdentifier(GroupName)) in ParseDirectiveSection()
349 if (getParser().ParseIdentifier(Linkage)) in ParseDirectiveSection()
402 if (getParser().ParseIdentifier(Name)) in ParseDirectiveType()
420 if (getParser().ParseIdentifier(Type)) in ParseDirectiveType()
478 if (getParser().ParseIdentifier(Name)) in ParseDirectiveSymver()
487 if (getParser().ParseIdentifier(AliasName)) in ParseDirectiveSymver()
507 if (getParser().ParseIdentifier(AliasName)) in ParseDirectiveWeakref()
516 if (getParser().ParseIdentifier(Name)) in ParseDirectiveWeakref()
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()
DCOFFAsmParser.cpp143 if (getParser().ParseIdentifier(SymbolName)) in ParseDirectiveDef()
188 if (getParser().ParseIdentifier(SymbolID)) in ParseSEHDirectiveStartProc()
221 if (getParser().ParseIdentifier(SymbolID)) in ParseSEHDirectiveHandler()
363 if (!getParser().ParseIdentifier(CodeID)) { in ParseSEHDirectivePushFrame()
390 if (getParser().ParseIdentifier(identifier)) in ParseAtUnwindOrAtExcept()
DAsmParser.cpp195 bool ParseIdentifier(StringRef &Res);
589 if (ParseIdentifier(Identifier)) in ParsePrimaryExpr()
963 } else if (ParseIdentifier(IDVal)) { in ParseStatement()
1465 bool AsmParser::ParseIdentifier(StringRef &Res) { in ParseIdentifier() function in AsmParser
1508 if (ParseIdentifier(Name)) in ParseDirectiveSet()
1928 if (ParseIdentifier(Name)) in ParseDirectiveSymbolAttribute()
1955 if (ParseIdentifier(Name)) in ParseDirectiveComm()
2101 if (ParseIdentifier(Name)) in ParseDirectiveIfdef()
2293 if (getParser().ParseIdentifier(Name)) in ParseDirectiveLoc()
2371 if (getParser().ParseIdentifier(Name)) in ParseDirectiveCFISections()
[all …]
/external/v8/src/
Dpreparser.cc199 ParseIdentifier(CHECK_OK); in ParseFunctionDeclaration()
212 ParseIdentifier(CHECK_OK); in ParseNativeDeclaration()
216 ParseIdentifier(CHECK_OK); in ParseNativeDeclaration()
280 ParseIdentifier(CHECK_OK); in ParseVariableDeclarations()
337 ParseIdentifier(CHECK_OK); in ParseContinueStatement()
354 ParseIdentifier(CHECK_OK); in ParseBreakStatement()
550 ParseIdentifier(CHECK_OK); in ParseTryStatement()
795 ParseIdentifier(CHECK_OK); in ParseMemberWithNewPrefixesExpression()
864 ParseIdentifier(CHECK_OK); in ParsePrimaryExpression()
1066 ParseIdentifier(CHECK_OK); in ParseFunctionLiteral()
[all …]
Dpreparser.h216 Identifier ParseIdentifier(bool* ok);
Dparser.cc1401 Handle<String> name = ParseIdentifier(CHECK_OK); in ParseNativeDeclaration()
1405 ParseIdentifier(CHECK_OK); in ParseNativeDeclaration()
1557 Handle<String> name = ParseIdentifier(CHECK_OK); in ParseVariableDeclarations()
1817 label = ParseIdentifier(CHECK_OK); in ParseContinueStatement()
1847 label = ParseIdentifier(CHECK_OK); in ParseBreakStatement()
2090 Handle<String> name = ParseIdentifier(CHECK_OK); in ParseTryStatement()
2892 Handle<String> name = ParseIdentifier(CHECK_OK); in ParsePrimaryExpression()
3721 Handle<String> name = ParseIdentifier(CHECK_OK); in ParseV8Intrinsic()
3827 Handle<String> Parser::ParseIdentifier(bool* ok) { in ParseIdentifier() function in v8::internal::Parser
3897 Handle<String> result = ParseIdentifier(ok); in ParseIdentifierOrGetOrSet()
Dparser.h634 Handle<String> ParseIdentifier(bool* ok);
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h97 virtual bool ParseIdentifier(StringRef &Res) = 0;