Home
last modified time | relevance | path

Searched defs:function_hash (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_detect_function_recursion.c139 struct hash_table *function_hash; member
151 struct hash_table *function_hash) in get_function()
171 struct hash_table *function_hash) in find_recursion()
286 struct hash_table *function_hash = in gl_nir_detect_recursion_linked() local
H A Dir_function_detect_recursion.cpp226 struct hash_table *function_hash; member in __anone67f67570111::has_recursion_visitor
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dtokenize_test.cc150 constexpr uint32_t function_hash = PW_TOKENIZE_STRING(__func__); in TestName() local