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

/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp4939 LocTy CondLoc, BBLoc;
4942 if (ParseTypeAndValue(Cond, CondLoc, PFS) ||
4949 return Error(CondLoc, "switch condition must have integer type");
4958 if (ParseTypeAndValue(Constant, CondLoc, PFS) ||
4964 return Error(CondLoc, "duplicate case value in switch");
4966 return Error(CondLoc, "case value is not a constant integer");
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3047 SourceLocation CondLoc = S->getLocStart();
3083 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond)
3983 SourceLocation CondLoc;
3987 ? SemaRef.BuildBinOp(CurScope, CondLoc, BO_LE, IV.get(), UB.get())
3988 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(),
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6065 SMLoc CondLoc; local
6068 CondLoc = Operands[I]->getStartLoc();
6069 return Error(CondLoc, "incorrect condition in IT block; got '" +

Completed in 267 milliseconds