Home
last modified time | relevance | path

Searched refs:found_null (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c755 bool found_null = false; in vtn_add_printf_string() local
759 found_null = true; in vtn_add_printf_string()
761 vtn_fail_if(!found_null, "Printf string must be null terminated"); in vtn_add_printf_string()
/third_party/python/Objects/
Dsetobject.c207 goto found_null; in set_insert_clean()
212 goto found_null; in set_insert_clean()
218 found_null: in set_insert_clean()