Searched defs:ConditionTruthVal (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h30 class ConditionTruthVal { class in namespace:clang::ento
35 ConditionTruthVal(bool constraint) : Val(constraint) {} function in class:clang::ento::ConditionTruthVal
38 ConditionTruthVal() {} function in class:clang::ento::ConditionTruthVal

Completed in 42 milliseconds