Searched refs:all_functions (Results 1 – 14 of 14) sorted by relevance
72 bool all_functions = options_.function_names.empty(); in VisitFunctionDecl() local73 if (!all_functions && in VisitFunctionDecl()80 if (all_functions && in VisitFunctionDecl()91 if (all_functions && source_manager.isInSystemHeader(decl_start)) { in VisitFunctionDecl()95 if (all_functions) { in VisitFunctionDecl()
171 all_functions = {}174 all_functions[function] = "GL_" + function[2:]176 all_functions[function] = "EGL_" + function[3:]178 all_functions[function] = function181 for func, angle_func in sorted(all_functions.items()):
95 all_functions = {x.function_name for x in records}97 (all_functions & cwp_functions) - benchmark_functions100 (all_functions & benchmark_functions) - cwp_functions102 common_functions = len(all_functions & benchmark_functions & cwp_functions)103 none_functions = len(all_functions - benchmark_functions - cwp_functions)
69 all_functions = []71 all_functions.extend(get_global_functions(library))72 function_set = set(all_functions)73 for func in all_functions:
300 all_functions = {}305 if f.name in all_functions:306 all_functions[f.name] = max(307 all_functions[f.name], f.count310 all_functions[f.name] = f.count312 return _SortDictionaryByValue(all_functions)
132 functions.extend(cls.all_functions)176 if key in CommonEndpoints.all_functions:191 for key in self.all_functions:
150 for fn_name in serialized_attributes.LayerAttributes.all_functions}
88 PUBLIC_ATTRIBUTES = CommonEndpoints.all_functions.union(
15 all_functions = a2b_functions + b2a_functions + ['crc32', 'crc_hqx'] variable37 for name in all_functions:379 for func in all_functions:392 for func in set(all_functions) - set(a2b_functions):
13 all_functions = a2b_functions + b2a_functions + ['crc32', 'crc_hqx'] variable35 for name in all_functions:283 for func in all_functions:
516 all_functions = collections.OrderedDict(539 for config, call_func in all_functions.items():
80 for name in registration.registry.all_functions():
263 def all_functions(self) -> Set[str]: member in SymbolicRegistry
1754 all_functions = set()1757 all_functions.add(func)1758 … self._unsupported_sympy_functions = all_functions.difference(self._supported_sympy_functions)