Searched refs:ExLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 223 PathDiagnosticLocation ExLoc = in CheckVarDecl() local 225 Report(VD, dsk, ExLoc, Val->getSourceRange()); in CheckVarDecl()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 4357 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local 4362 Error(ExLoc, "malformed shift expression"); in parseShifterImm() 4367 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm() 4375 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm() 4380 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm() 4387 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm() 4419 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local 4424 Error(ExLoc, "malformed rotate expression"); in parseRotImm() 4429 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm() 4438 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 4568 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local 4573 Error(ExLoc, "malformed shift expression"); in parseShifterImm() 4578 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm() 4586 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm() 4591 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm() 4598 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm() 4630 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local 4635 Error(ExLoc, "malformed rotate expression"); in parseRotImm() 4640 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm() 4649 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm() [all …]
|