Searched defs:is_true (Results 1 – 2 of 2) sorted by relevance
92 bool is_true = [](){ return true; }; in foo() local
74 bool is_true() const { check->checked = true; return val == isl_bool_true; } in is_true() function