| /external/chromium_org/third_party/openssl/openssl/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") { 351 $current_function->{name} eq $self->{value} && 352 $current_function->{abi} eq "svr4") { 357 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 358 my $narg = $current_function->{narg}; 368 } elsif ($self->{value} ne "$current_function->{name}") { 371 } elsif ($win64 && $current_function->{abi} eq "svr4") { 372 my $func = "$current_function->{name}" . [all …]
|
| /external/openssl/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") { 351 $current_function->{name} eq $self->{value} && 352 $current_function->{abi} eq "svr4") { 357 $func .= "${decor}SEH_begin_$current_function->{name}:\n"; 358 my $narg = $current_function->{narg}; 368 } elsif ($self->{value} ne "$current_function->{name}") { 371 } elsif ($win64 && $current_function->{abi} eq "svr4") { 372 my $func = "$current_function->{name}" . [all …]
|
| /external/mesa3d/src/glsl/ |
| D | ir_validate.cpp | 48 this->current_function = NULL; in ir_validate() 77 ir_function *current_function; member in ir_validate 160 if (this->current_function != NULL) { in visit_enter() 165 this->current_function->name, (void *) this->current_function); in visit_enter() 173 this->current_function = ir; in visit_enter() 198 this->current_function = NULL; in visit_leave() 205 if (this->current_function != ir->function()) { in visit_enter() 210 this->current_function->name, (void *) this->current_function, in visit_enter()
|
| D | ast_to_hir.cpp | 71 state->current_function = NULL; in _mesa_ast_to_hir() 1985 if (state->all_invariant && (state->current_function == NULL)) { in apply_type_qualifier_to_variable() 2034 const bool global_scope = (state->current_function == NULL); in apply_type_qualifier_to_variable() 2238 (state->current_function != NULL && in get_variable_being_redeclared() 2369 if ((var->mode == ir_var_in) && (state->current_function == NULL)) { in process_initializer() 2490 if (state->current_function != NULL) { in hir() 2655 if (state->current_function != NULL) { in hir() 2746 && state->current_function == NULL in hir() 3164 if ((state->current_function != NULL) && (state->language_version != 110)) { in hir() 3309 assert(state->current_function == NULL); in hir() [all …]
|
| D | ir_reader.cpp | 110 if (state->current_function != NULL) in ir_read_error() 112 state->current_function->function_name()); in ir_read_error() 282 state->current_function = sig; in read_function_sig() 284 state->current_function = NULL; in read_function_sig() 311 if (state->current_function == NULL && ir->as_variable() != NULL) in read_instructions()
|
| D | glsl_parser_extras.h | 140 class ir_function_signature *current_function; member
|
| /external/chromium_org/third_party/mesa/src/src/glsl/ |
| D | ir_validate.cpp | 48 this->current_function = NULL; in ir_validate() 77 ir_function *current_function; member in ir_validate 160 if (this->current_function != NULL) { in visit_enter() 165 this->current_function->name, (void *) this->current_function); in visit_enter() 173 this->current_function = ir; in visit_enter() 198 this->current_function = NULL; in visit_leave() 205 if (this->current_function != ir->function()) { in visit_enter() 210 this->current_function->name, (void *) this->current_function, in visit_enter()
|
| D | ast_to_hir.cpp | 71 state->current_function = NULL; in _mesa_ast_to_hir() 1985 if (state->all_invariant && (state->current_function == NULL)) { in apply_type_qualifier_to_variable() 2034 const bool global_scope = (state->current_function == NULL); in apply_type_qualifier_to_variable() 2238 (state->current_function != NULL && in get_variable_being_redeclared() 2369 if ((var->mode == ir_var_in) && (state->current_function == NULL)) { in process_initializer() 2490 if (state->current_function != NULL) { in hir() 2655 if (state->current_function != NULL) { in hir() 2746 && state->current_function == NULL in hir() 3164 if ((state->current_function != NULL) && (state->language_version != 110)) { in hir() 3309 assert(state->current_function == NULL); in hir() [all …]
|
| D | ir_reader.cpp | 110 if (state->current_function != NULL) in ir_read_error() 112 state->current_function->function_name()); in ir_read_error() 282 state->current_function = sig; in read_function_sig() 284 state->current_function = NULL; in read_function_sig() 311 if (state->current_function == NULL && ir->as_variable() != NULL) in read_instructions()
|
| D | glsl_parser_extras.h | 140 class ir_function_signature *current_function; member
|
| /external/lldb/source/Commands/ |
| D | CommandObjectDisassemble.cpp | 44 current_function (false), in CommandOptions() 148 current_function = true; in SetOptionValue() 184 current_function = false; in OptionParsingStarting() 220 current_function = true; in OptionParsingFinished() 393 else if (m_options.current_function) in DoExecute()
|
| D | CommandObjectDisassemble.h | 73 bool current_function; variable
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
| D | cpp.py | 531 self.current_function = '' 554 self.current_function = function_name 596 if match(r'T(EST|est)', self.current_function): 611 self.current_function, self.lines_in_function, trigger)) 1771 if len(parameter_list) == 1 and match('set[A-Z]', function_state.current_function): 1772 trimmed_function_name = function_state.current_function[len('set'):]
|
| D | cpp_unittest.py | 369 self.assertEqual(function_state.current_function, function_information['name'] + '()')
|
| /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/ |
| D | x86inc.asm | 594 %xdefine current_function %1 856 %xdefine %%f current_function %+ _m
|
| /external/libvpx/libvpx/third_party/x86inc/ |
| D | x86inc.asm | 594 %xdefine current_function %1 852 %xdefine %%f current_function %+ _m
|
| /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/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/chromium_org/third_party/libvpx/source/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/mesa3d/src/mesa/state_tracker/ |
| D | st_glsl_to_tgsi.cpp | 294 function_entry *current_function; member in glsl_to_tgsi_visitor 2782 assert(current_function); in visit() 2787 l = st_dst_reg(current_function->return_reg); in visit() 2789 for (i = 0; i < type_size(current_function->sig->return_type); i++) { in visit() 2859 current_function = NULL; in glsl_to_tgsi_visitor() 4872 v->current_function = entry; in get_mesa_program()
|
| /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
| D | st_glsl_to_tgsi.cpp | 294 function_entry *current_function; member in glsl_to_tgsi_visitor 2782 assert(current_function); in visit() 2787 l = st_dst_reg(current_function->return_reg); in visit() 2789 for (i = 0; i < type_size(current_function->sig->return_type); i++) { in visit() 2859 current_function = NULL; in glsl_to_tgsi_visitor() 4872 v->current_function = entry; in get_mesa_program()
|
| /external/mesa3d/src/mesa/program/ |
| D | ir_to_mesa.cpp | 228 function_entry *current_function; member in ir_to_mesa_visitor 2220 current_function = NULL; in ir_to_mesa_visitor()
|
| /external/chromium_org/third_party/mesa/src/src/mesa/program/ |
| D | ir_to_mesa.cpp | 228 function_entry *current_function; member in ir_to_mesa_visitor 2220 current_function = NULL; in ir_to_mesa_visitor()
|