Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h385 enum CondState { MCDC_DontCare = -1, MCDC_False = 0, MCDC_True = 1 }; enumerator
403 : MCDC_DontCare);
412 Visited[I] = (Val != MCDC_DontCare); in set()
418 Visited.push_back(Val != MCDC_DontCare); in push_back()
560 case MCDCRecord::MCDC_DontCare: in getTestVectorString()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp434 TV.set(ID, MCDCRecord::MCDC_DontCare); in buildTestVector()