Searched refs:ExLoc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 283 PathDiagnosticLocation ExLoc = in CheckVarDecl() local 285 Report(VD, dsk, ExLoc, Val->getSourceRange()); in CheckVarDecl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 5336 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local 5341 Error(ExLoc, "malformed shift expression"); in parseShifterImm() 5346 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm() 5354 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm() 5359 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm() 5366 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm() 5398 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local 5403 Error(ExLoc, "malformed rotate expression"); in parseRotImm() 5408 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm() 5417 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm() [all …]
|