Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1887 SMLoc IndexLoc, BaseLoc; in ParseMemOperand() local
1902 IndexLoc = Parser.getTok().getLoc(); in ParseMemOperand()
1981 Error(IndexLoc, "16-bit memory operand may not include only index register"); in ParseMemOperand()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9699 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local
9708 Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()
9714 Error(IndexLoc, "personality routine index should be in range [0-3]"); in parseDirectivePersonalityIndex()
/external/clang/lib/Sema/
DSemaChecking.cpp7998 SourceLocation IndexLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
8000 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()