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

/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h554 struct DefaultBool { struct in namespace:clang::ento
556 DefaultBool() : val(false) {} function in struct:clang::ento::DefaultBool
559 DefaultBool &operator=(bool b) { val = b; return *this; }

Completed in 60 milliseconds