Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp280 PathDiagnosticLocation ExLoc = in CheckVarDecl() local
282 Report(VD, dsk, ExLoc, Val->getSourceRange()); in CheckVarDecl()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5356 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local
5361 Error(ExLoc, "malformed shift expression"); in parseShifterImm()
5366 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()
5374 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm()
5379 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm()
5386 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm()
5418 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local
5423 Error(ExLoc, "malformed rotate expression"); in parseRotImm()
5428 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()
5437 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm()
[all …]