Searched refs:CondLoc (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 4706 LocTy CondLoc, BBLoc; in ParseSwitch() local 4709 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch() 4716 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch() 4725 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch() 4731 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch() 4733 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 2466 SourceLocation CondLoc = S->getLocStart(); in CheckCond() local 2502 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in CheckCond() 3313 SourceLocation CondLoc; in CheckOpenMPLoop() local 3316 ? SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), UB.get()) in CheckOpenMPLoop() 3317 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in CheckOpenMPLoop()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/ |
| HD | ARMAsmParser.cpp | 6140 SMLoc CondLoc; in validateInstruction() local 6143 CondLoc = Operands[I]->getStartLoc(); in validateInstruction() 6144 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()
|