Home
last modified time | relevance | path

Searched refs:ParenLoc (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.cpp1803 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes() local
1805 return Error(ParenLoc, "expected '('"); in ParseOptionalDerefAttrBytes()
1808 ParenLoc = Lex.getLoc(); in ParseOptionalDerefAttrBytes()
1810 return Error(ParenLoc, "expected ')'"); in ParseOptionalDerefAttrBytes()
1916 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local
1918 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()
1921 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()
1923 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1184 LocTy ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment() local
1186 return Error(ParenLoc, "expected '('"); in ParseOptionalStackAlignment()
1189 ParenLoc = Lex.getLoc(); in ParseOptionalStackAlignment()
1191 return Error(ParenLoc, "expected ')'"); in ParseOptionalStackAlignment()