Searched defs:FALocs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1983 SmallVector<SMLoc, 4> FALocs; local
1986 FALocs.resize(NParameters);
2046 if (FALocs.size() <= PI)
2047 FALocs.resize(PI + 1);
2049 FALocs[PI] = Lexer.getLoc();
2060 Error(FALocs[FAI].isValid() ? FALocs[FAI] : Lexer.getLoc(),

Completed in 73 milliseconds