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.h398 enum CondState { MCDC_DontCare = -1, MCDC_False = 0, MCDC_True = 1 }; enum
414 CondState operator[](int I) const {
424 void set(int I, CondState Val) { in set()
430 void push_back(CondState Val) { in push_back()
452 using TestVectors = llvm::SmallVector<std::pair<TestVector, CondState>>;
494 CondState getTVCondition(unsigned TestVectorIndex, unsigned Condition) { in getTVCondition()
502 llvm::count(llvm::make_second_range(TV), CondState::MCDC_True); in getDecisions()
509 CondState getTVResult(unsigned TestVectorIndex) { in getTVResult()