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.cpp761 bool NotMapped = false; member
780 bool isIdle() const { return (NextID == 0 && !NotMapped); } in isIdle()
815 NotMapped = true; in pushAndAssignIDs()
818 if (NotMapped) in pushAndAssignIDs()
849 if (!CGM.getCodeGenOpts().MCDCCoverage || NotMapped) in pop()
866 if (NotMapped) { in getTotalConditionsAndReset()
867 NotMapped = false; in getTotalConditionsAndReset()