Home
last modified time | relevance | path

Searched refs:function_exists (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/php/
DFlatbufferBuilder.php603 if (function_exists('mb_detect_encoding')) {
/external/mesa3d/src/compiler/glsl/
Dast_function.cpp794 function_exists(_mesa_glsl_parse_state *state, in function_exists() function
838 if (!function_exists(state, state->symbols, name) in no_matching_function_error()
840 || !function_exists(state, sh->symbols, name))) { in no_matching_function_error()
/external/clang/bindings/python/clang/
Dcindex.py2184 if conf.function_exists("clang_getCompletionBriefComment"):
3711 def function_exists(self, name): member in Config
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2611 if conf.function_exists("clang_getCompletionBriefComment"):
4182 def function_exists(self, name): member in Config