Searched defs:condition (Results 1 – 1 of 1) sorted by relevance
138 # define fwk_assert(condition) \ argument144 # define fwk_assert(condition) ((void)(condition)) argument147 # define fwk_assert(condition) assert(condition) argument178 # define fwk_check(condition) ((void)(condition)) argument180 # define fwk_check(condition) fwk_assert(condition) argument210 # define fwk_expect(condition) (bool)__builtin_expect((condition), 1) argument212 # define fwk_expect(condition) (bool)(fwk_check(condition), 1) argument
Completed in 3 milliseconds