Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast.h1069 friend class ast_function_definition; variable
1259 ast_function_definition() : prototype(NULL), body(NULL) in ast_function_definition() function