Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_function.cpp304 ir_function_signature **inexact_matches = NULL; in matching_signature() local
328 free(inexact_matches); in matching_signature()
332 realloc(inexact_matches, in matching_signature()
333 sizeof(*inexact_matches) * in matching_signature()
337 free(inexact_matches); in matching_signature()
340 inexact_matches = inexact_matches_temp; in matching_signature()
341 inexact_matches[num_inexact_matches++] = sig; in matching_signature()
361 inexact_matches, num_inexact_matches); in matching_signature()
363 free(inexact_matches); in matching_signature()