Searched defs:all_functions (Results 1 – 4 of 4) sorted by relevance
72 bool all_functions = options_.function_names.empty(); in VisitFunctionDecl() local
13 all_functions = a2b_functions + b2a_functions + ['crc32', 'crc_hqx'] variable
15 all_functions = a2b_functions + b2a_functions + ['crc32', 'crc_hqx'] variable
263 def all_functions(self) -> Set[str]: member in SymbolicRegistry