Searched refs:CondLoc (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3848 LocTy CondLoc, BBLoc; in ParseSwitch() local 3851 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch() 3858 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch() 3867 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch() 3873 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch() 3875 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2129 SourceLocation CondLoc = S->getLocStart(); in CheckCond() local 2165 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in CheckCond() 2788 SourceLocation CondLoc; in CheckOpenMPLoop() local 2791 ? SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), UB.get()) in CheckOpenMPLoop() 2792 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in CheckOpenMPLoop() 2795 ExprResult SeparatedCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, in CheckOpenMPLoop()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 6095 SMLoc CondLoc; in validateInstruction() local 6098 CondLoc = Operands[I]->getStartLoc(); in validateInstruction() 6099 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()
|