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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp840 SMLoc CondLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Prefix); local
842 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6079 LocTy CondLoc, BBLoc;
6082 if (ParseTypeAndValue(Cond, CondLoc, PFS) ||
6089 return Error(CondLoc, "switch condition must have integer type");
6098 if (ParseTypeAndValue(Constant, CondLoc, PFS) ||
6104 return Error(CondLoc, "duplicate case value in switch");
6106 return Error(CondLoc, "case value is not a constant integer");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6784 SourceLocation CondLoc = S->getBeginLoc();
6834 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond)
8383 SourceLocation CondLoc = AStmt->getBeginLoc();
8388 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB,
8397 ? SemaRef.BuildBinOp(CurScope, CondLoc,
8400 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(),
8404 CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(),
8415 CurScope, CondLoc, BO_Add, BoundCombUB,
8423 SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE,
8502 CurScope, CondLoc, UseStrictCompar
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7513 SMLoc CondLoc; local
7516 CondLoc = Operands[I]->getStartLoc();
7517 return Error(CondLoc, "incorrect condition in IT block; got '" +

Completed in 211 milliseconds