Home
last modified time | relevance | path

Searched refs:_is_cond (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcleanup.h353 #define __DEFINE_CLASS_IS_CONDITIONAL(_name, _is_cond) \
354 static __maybe_unused const bool class_##_name##_is_conditional = _is_cond
348 __DEFINE_CLASS_IS_CONDITIONAL(_name,_is_cond) global() argument
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1697 def _is_cond(cls, line): member in CodeWriter
1717 self._silent_block = line.endswith(')') and CodeWriter._is_cond(line)