Searched refs:current_function (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/crypto/perlasm/ |
D | x86_64-xlate.pl | 100 my $current_function; 148 if ($win64 && $current_function->{abi} eq "svr4") { 162 if ($win64 && $current_function->{abi} eq "svr4") { 390 if ($win64 && $current_function->{name} eq $self->{value} 391 && $current_function->{abi} eq "svr4") { 396 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 397 my $narg = $current_function->{narg}; 407 } elsif ($self->{value} ne "$current_function->{name}") { 411 } elsif ($win64 && $current_function->{abi} eq "svr4") { 412 my $func = "$current_function->{name}" . [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_validate.cpp | 51 this->current_function = NULL; in ir_validate() 82 ir_function *current_function; member in __anon5d594a130111::ir_validate 172 if (this->current_function != NULL) { in visit_enter() 177 this->current_function->name, (void *) this->current_function); in visit_enter() 185 this->current_function = ir; in visit_enter() 208 this->current_function = NULL; in visit_leave() 215 if (this->current_function != ir->function()) { in visit_enter() 220 this->current_function->name, (void *) this->current_function, in visit_enter()
|
D | ast_to_hir.cpp | 130 state->current_function = NULL; in _mesa_ast_to_hir() 3838 if (state->all_invariant && (state->current_function == NULL)) { in apply_type_qualifier_to_variable() 3934 (state->current_function != NULL && in get_variable_being_redeclared() 4103 if ((var->data.mode == ir_var_shader_in) && (state->current_function == NULL)) { in process_initializer() 4112 if (var->data.mode == ir_var_shader_out && state->current_function == NULL) { in process_initializer() 4143 || (state->es_shader && state->current_function == NULL)) { in process_initializer() 4203 || state->current_function == NULL) { in process_initializer() 4504 if (state->current_function != NULL) { in hir() 4552 } else if (state->current_function != NULL && in hir() 4823 if (state->current_function != NULL) { in hir() [all …]
|
D | ir_reader.cpp | 117 if (state->current_function != NULL) in ir_read_error() 119 state->current_function->function_name()); in ir_read_error() 300 state->current_function = sig; in read_function_sig() 302 state->current_function = NULL; in read_function_sig() 328 if (state->current_function == NULL && ir->as_variable() != NULL) in read_instructions()
|
D | glsl_parser_extras.h | 541 class ir_function_signature *current_function; member
|
D | ast_function.cpp | 2148 if (state->current_function == NULL || in hir() 2149 strcmp(state->current_function->function_name(), "main") != 0) { in hir() 2159 if (instructions != &state->current_function->body) { in hir()
|
D | glsl_parser_extras.cpp | 192 this->current_function = NULL; in _mesa_glsl_parse_state()
|
/external/libvpx/libvpx/third_party/x86inc/ |
D | x86inc.asm | 873 %ifdef current_function 877 size current_function %%ecf - current_function 1240 %error use of ``%1'' %2 instruction in cpuname function: current_function 1242 %error use of ``%1'' sse2 instruction in cpuname function: current_function
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 683 self.current_function = '' 693 self.current_function = function_name 708 if Match(r'T(EST|est)', self.current_function): 723 self.current_function, self.lines_in_function, trigger))
|
/external/autotest/client/bin/ |
D | job.py | 999 def _add_step_init(self, local_vars, current_function): argument 1010 self._current_step_ancestry.append(current_function)
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 808 self.current_function = '' 818 self.current_function = function_name 833 if Match(r'T(EST|est)', self.current_function): 848 self.current_function, self.lines_in_function, trigger))
|
/external/libxml2/python/ |
D | libxml.c | 2232 PyObject *current_function = NULL; in libxml_xmlXPathFuncCallback() local 2256 current_function = (*libxml_xpathCallbacks)[i].function; in libxml_xmlXPathFuncCallback() 2259 if (current_function == NULL) { in libxml_xmlXPathFuncCallback() 2273 result = PyEval_CallObject(current_function, list); in libxml_xmlXPathFuncCallback()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 215 function_entry *current_function; member in __anondcd287220211::ir_to_mesa_visitor 2225 current_function = NULL; in ir_to_mesa_visitor()
|