Searched refs:current_function (Results 1 - 14 of 14) sorted by relevance

/external/boringssl/src/crypto/perlasm/
H A Dx86_64-xlate.pl101 my $current_function;
149 if ($win64 && $current_function->{abi} eq "svr4") {
163 if ($win64 && $current_function->{abi} eq "svr4") {
363 $current_function->{name} eq $self->{value} &&
364 $current_function->{abi} eq "svr4") {
369 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
370 my $narg = $current_function->{narg};
380 } elsif ($self->{value} ne "$current_function->{name}") {
383 } elsif ($win64 && $current_function->{abi} eq "svr4") {
384 my $func = "$current_function
[all...]
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.h73 bool current_function; member in class:lldb_private::CommandObjectDisassemble::CommandOptions
H A DCommandObjectDisassemble.cpp44 current_function (false),
148 current_function = true;
184 current_function = false;
220 current_function = true;
393 else if (m_options.current_function)
/external/mesa3d/src/glsl/
H A Dir_validate.cpp48 this->current_function = NULL;
77 ir_function *current_function; member in class:ir_validate
160 if (this->current_function != NULL) {
165 this->current_function->name, (void *) this->current_function);
173 this->current_function = ir;
198 this->current_function = NULL;
205 if (this->current_function != ir->function()) {
210 this->current_function->name, (void *) this->current_function,
[all...]
H A Dglsl_parser_extras.h140 class ir_function_signature *current_function; member in struct:_mesa_glsl_parse_state
H A Dir_reader.cpp110 if (state->current_function != NULL)
112 state->current_function->function_name());
282 state->current_function = sig;
284 state->current_function = NULL;
311 if (state->current_function == NULL && ir->as_variable() != NULL)
H A Dast_to_hir.cpp71 state->current_function = NULL;
1985 if (state->all_invariant && (state->current_function == NULL)) {
2034 const bool global_scope = (state->current_function == NULL);
2238 (state->current_function != NULL &&
2369 if ((var->mode == ir_var_in) && (state->current_function == NULL)) {
2490 if (state->current_function != NULL) {
2655 if (state->current_function != NULL) {
2746 && state->current_function == NULL
3164 if ((state->current_function != NULL) && (state->language_version != 110)) {
3309 assert(state->current_function
[all...]
/external/compiler-rt/lib/sanitizer_common/scripts/
H A 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/
H A 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/
H A Dst_glsl_to_tgsi.cpp294 function_entry *current_function; member in class:glsl_to_tgsi_visitor
2782 assert(current_function);
2787 l = st_dst_reg(current_function->return_reg);
2789 for (i = 0; i < type_size(current_function->sig->return_type); i++) {
2859 current_function = NULL;
4872 v->current_function = entry;
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dx86inc.asm514 %xdefine current_function %1
763 %xdefine %%f current_function %+ _m
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm611 %xdefine current_function %1
873 %xdefine %%f current_function %+ _m
/external/libxml2/python/
H A Dlibxml.c2232 PyObject *current_function = NULL; local
2256 current_function = (*libxml_xpathCallbacks)[i].function;
2259 if (current_function == NULL) {
2273 result = PyEval_CallObject(current_function, list);
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp228 function_entry *current_function; member in class:ir_to_mesa_visitor
2220 current_function = NULL;

Completed in 1033 milliseconds