Home
last modified time | relevance | path

Searched refs:IndexLoc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1956 SMLoc IndexLoc, BaseLoc; in ParseMemOperand() local
1971 IndexLoc = Parser.getTok().getLoc(); in ParseMemOperand()
2051 Error(IndexLoc, "16-bit memory operand may not include only index register"); in ParseMemOperand()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9630 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local
9639 Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()
9645 Error(IndexLoc, "personality routine index should be in range [0-3]"); in parseDirectivePersonalityIndex()
/external/clang/lib/Sema/
DSemaChecking.cpp8625 SourceLocation IndexLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
8627 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()