Home
last modified time | relevance | path

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

/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
Dx86_64-xlate.pl100 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/
Dx86_64-xlate.pl100 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/
Dir_validate.cpp48 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()
Dast_to_hir.cpp71 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 …]
Dir_reader.cpp110 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()
Dglsl_parser_extras.h140 class ir_function_signature *current_function; member
/external/chromium_org/third_party/mesa/src/src/glsl/
Dir_validate.cpp48 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()
Dast_to_hir.cpp71 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 …]
Dir_reader.cpp110 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()
Dglsl_parser_extras.h140 class ir_function_signature *current_function; member
/external/lldb/source/Commands/
DCommandObjectDisassemble.cpp44 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()
DCommandObjectDisassemble.h73 bool current_function; variable
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
Dcpp.py531 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'):]
Dcpp_unittest.py369 self.assertEqual(function_state.current_function, function_information['name'] + '()')
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
Dx86inc.asm594 %xdefine current_function %1
856 %xdefine %%f current_function %+ _m
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm594 %xdefine current_function %1
852 %xdefine %%f current_function %+ _m
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py683 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/
Dcpplint.py808 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/
Dcpplint.py808 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/
Dst_glsl_to_tgsi.cpp294 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/
Dst_glsl_to_tgsi.cpp294 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/
Dir_to_mesa.cpp228 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/
Dir_to_mesa.cpp228 function_entry *current_function; member in ir_to_mesa_visitor
2220 current_function = NULL; in ir_to_mesa_visitor()