Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp1939 SMLoc IndexLoc, BaseLoc; in ParseMemOperand() local
1954 IndexLoc = Parser.getTok().getLoc(); in ParseMemOperand()
2033 Error(IndexLoc, "16-bit memory operand may not include only index register"); in ParseMemOperand()
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp9689 SMLoc IndexLoc = Parser.getTok().getLoc(); in parseDirectivePersonalityIndex() local
9698 Error(IndexLoc, "index must be a constant number"); in parseDirectivePersonalityIndex()
9704 Error(IndexLoc, "personality routine index should be in range [0-3]"); in parseDirectivePersonalityIndex()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp8409 SourceLocation IndexLoc = SourceMgr.getSpellingLoc( in CheckArrayAccess() local
8411 if (SourceMgr.isWrittenInSameFile(RBracketLoc, IndexLoc)) in CheckArrayAccess()