Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp688 bool NotMapped = false; member
708 bool isIdle() const { return (NextID == 1 && !NotMapped); } in isIdle()
741 NotMapped = true; in pushAndAssignIDs()
744 if (NotMapped) in pushAndAssignIDs()
770 if (!CGM.getCodeGenOpts().MCDCCoverage || NotMapped) in pop()
789 if (NotMapped) { in getTotalConditionsAndReset()
790 NotMapped = false; in getTotalConditionsAndReset()