OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_function
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/glsl/
ir_validate.cpp
49
this->
current_function
= NULL;
76
ir_function *
current_function
;
member in class:ir_validate
159
if (this->
current_function
!= NULL) {
164
this->
current_function
->name, (void *) this->
current_function
);
172
this->
current_function
= ir;
184
this->
current_function
= NULL;
191
if (this->
current_function
!= ir->function()) {
196
this->
current_function
->name, (void *) this->
current_function
,
[
all
...]
glsl_parser_extras.h
103
class ir_function_signature *
current_function
;
member in struct:_mesa_glsl_parse_state
Completed in 269 milliseconds