Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h391 enum CondState { MCDC_DontCare = -1, MCDC_False = 0, MCDC_True = 1 }; enum
393 using TestVector = llvm::SmallVector<CondState>;
431 CondState getTVCondition(unsigned TestVectorIndex, unsigned Condition) { in getTVCondition()
437 CondState getTVResult(unsigned TestVectorIndex) { in getTVResult()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp291 MCDCRecord::CondState Result) { in recordTestVector()