Searched refs:BOOL_SUBSTITUTE (Results 1 – 1 of 1) sorted by relevance
101 #define BOOL_SUBSTITUTE(TYPENAME) enum class TYPENAME : bool { FALSE = false, TRUE = true }; macro103 BOOL_SUBSTITUTE(Async);104 BOOL_SUBSTITUTE(Critical);105 BOOL_SUBSTITUTE(Primary);106 BOOL_SUBSTITUTE(Secure);107 BOOL_SUBSTITUTE(Virtual);