Searched refs:CondLoc (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 3085 LocTy CondLoc, BBLoc; in ParseSwitch() local 3088 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch() 3095 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch() 3104 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch() 3110 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch() 3112 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5158 LocTy CondLoc, BBLoc; in ParseSwitch() local 5161 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch() 5168 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch() 5177 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch() 5183 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch() 5185 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5662 LocTy CondLoc, BBLoc; in ParseSwitch() local 5665 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch() 5672 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch() 5681 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch() 5687 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch() 5689 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 4023 SMLoc CondLoc; in validateInstruction() local 4026 CondLoc = Operands[i]->getStartLoc(); in validateInstruction() 4027 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4222 SourceLocation CondLoc = S->getLocStart(); in CheckCond() local 4260 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in CheckCond() 5200 SourceLocation CondLoc; in CheckOpenMPLoop() local 5204 ? SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), UB.get()) in CheckOpenMPLoop() 5205 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in CheckOpenMPLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 6437 SMLoc CondLoc; in validateInstruction() local 6440 CondLoc = Operands[I]->getStartLoc(); in validateInstruction() 6441 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 6204 SMLoc CondLoc; in validateInstruction() local 6207 CondLoc = Operands[I]->getStartLoc(); in validateInstruction() 6208 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()
|