Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h407 LineColPairMap CondLoc; member
412 LineColPairMap CondLoc) in MCDCRecord()
414 Folded(Folded), PosToID(PosToID), CondLoc(CondLoc){}; in MCDCRecord()
482 OS << CondLoc[Condition].first << ":" << CondLoc[Condition].second; in getConditionHeaderString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp439 MCDCRecord::LineColPairMap CondLoc; in processMCDCRecord() local
454 CondLoc[I] = B->startLoc(); in processMCDCRecord()
473 CondLoc); in processMCDCRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp870 SMLoc CondLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Prefix); in parseCC() local
872 Operands->push_back(VEOperand::CreateCCOp(CondCode, CondLoc, SuffixLoc)); in parseCC()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6744 LocTy CondLoc, BBLoc; in parseSwitch() local
6747 if (parseTypeAndValue(Cond, CondLoc, PFS) || in parseSwitch()
6754 return error(CondLoc, "switch condition must have integer type"); in parseSwitch()
6763 if (parseTypeAndValue(Constant, CondLoc, PFS) || in parseSwitch()
6769 return error(CondLoc, "duplicate case value in switch"); in parseSwitch()
6771 return error(CondLoc, "case value is not a constant integer"); in parseSwitch()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8439 SourceLocation CondLoc = S->getBeginLoc(); in checkAndSetCond() local
8479 SemaRef.Diag(CondLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond()
10100 SourceLocation CondLoc = AStmt->getBeginLoc(); in checkOpenMPLoop() local
10105 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
10116 ? SemaRef.BuildBinOp(CurScope, CondLoc, in checkOpenMPLoop()
10119 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
10123 CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), in checkOpenMPLoop()
10134 CurScope, CondLoc, BO_Add, BoundCombUB, in checkOpenMPLoop()
10142 SemaRef.BuildBinOp(CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, in checkOpenMPLoop()
10265 CurScope, CondLoc, BO_Add, BoundPrevUB, in checkOpenMPLoop()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6972 SMLoc CondLoc = getTok().getLoc(); in parseDirectiveWhile() local
6987 return Error(CondLoc, "expected absolute expression in 'while' directive"); in parseDirectiveWhile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7532 SMLoc CondLoc; in validateInstruction() local
7535 CondLoc = Operands[I]->getStartLoc(); in validateInstruction()
7536 return Error(CondLoc, "incorrect condition in IT block; got '" + in validateInstruction()