Searched refs:function_exists (Results 1 – 6 of 6) sorted by relevance
66 function function_exists { function481 if function_exists trampoline_after_upload_hook; then
603 if (function_exists('mb_detect_encoding')) {
794 function_exists(_mesa_glsl_parse_state *state, in function_exists() function838 if (!function_exists(state, state->symbols, name) in no_matching_function_error()840 || !function_exists(state, sh->symbols, name))) { in no_matching_function_error()
2184 if conf.function_exists("clang_getCompletionBriefComment"):3711 def function_exists(self, name): member in Config