Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp223 PathDiagnosticLocation ExLoc = in CheckVarDecl() local
225 Report(VD, dsk, ExLoc, Val->getSourceRange()); in CheckVarDecl()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp4218 SMLoc ExLoc = Parser.getTok().getLoc(); in parseShifterImm() local
4223 Error(ExLoc, "malformed shift expression"); in parseShifterImm()
4228 Error(ExLoc, "shift amount must be an immediate"); in parseShifterImm()
4236 Error(ExLoc, "'asr' shift amount must be in range [1,32]"); in parseShifterImm()
4241 Error(ExLoc, "'asr #32' shift amount not allowed in Thumb mode"); in parseShifterImm()
4248 Error(ExLoc, "'lsr' shift amount must be in range [0,31]"); in parseShifterImm()
4280 SMLoc ExLoc = Parser.getTok().getLoc(); in parseRotImm() local
4285 Error(ExLoc, "malformed rotate expression"); in parseRotImm()
4290 Error(ExLoc, "rotate amount must be an immediate"); in parseRotImm()
4299 Error(ExLoc, "'ror' rotate amount must be 8, 16, or 24"); in parseRotImm()
[all …]