Home
last modified time | relevance | path

Searched refs:CondLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp5785 LocTy CondLoc, BBLoc; in ParseSwitch() local
5788 if (ParseTypeAndValue(Cond, CondLoc, PFS) || in ParseSwitch()
5795 return Error(CondLoc, "switch condition must have integer type"); in ParseSwitch()
5804 if (ParseTypeAndValue(Constant, CondLoc, PFS) || in ParseSwitch()
5810 return Error(CondLoc, "duplicate case value in switch"); in ParseSwitch()
5812 return Error(CondLoc, "case value is not a constant integer"); in ParseSwitch()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4278 SourceLocation CondLoc = S->getBeginLoc(); in checkAndSetCond() local
4329 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond()
5448 SourceLocation CondLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local
5452 ? SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), UB.get()) in checkOpenMPLoop()
5453 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
5459 CurScope, CondLoc, BO_LT, IV.get(), NumIterations.get()); in checkOpenMPLoop()
5465 SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), CombUB.get()); in checkOpenMPLoop()
5538 DistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), UB.get()); in checkOpenMPLoop()
5563 SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), PrevUB.get()); in checkOpenMPLoop()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6463 SMLoc CondLoc; in validateInstruction() local
6466 CondLoc = Operands[I]->getStartLoc(); in validateInstruction()
6467 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()