Home
last modified time | relevance | path

Searched refs:CondState (Results 1 – 1 of 1) 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 }; enum
401 CondState operator[](int I) const {
411 void set(int I, CondState Val) { in set()
417 void push_back(CondState Val) { in push_back()
439 using TestVectors = llvm::SmallVector<std::pair<TestVector, CondState>>;
476 CondState getTVCondition(unsigned TestVectorIndex, unsigned Condition) { in getTVCondition()
482 CondState getTVResult(unsigned TestVectorIndex) { in getTVResult()