Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp759 bool NotMapped = false; member
778 bool isIdle() const { return (NextID == 0 && !NotMapped); } in isIdle()
813 NotMapped = true; in pushAndAssignIDs()
816 if (NotMapped) in pushAndAssignIDs()
847 if (!CGM.getCodeGenOpts().MCDCCoverage || NotMapped) in pop()
864 if (NotMapped) { in getTotalConditionsAndReset()
865 NotMapped = false; in getTotalConditionsAndReset()