OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_function
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/perlasm/
x86_64-xlate.pl
101
my $
current_function
;
149
if ($win64 && $
current_function
->{abi} eq "svr4") {
163
if ($win64 && $
current_function
->{abi} eq "svr4") {
352
$
current_function
->{name} eq $self->{value} &&
353
$
current_function
->{abi} eq "svr4") {
358
$func .= "${decor}SEH_begin_$
current_function
->{name}:\n";
359
my $narg = $
current_function
->{narg};
369
} elsif ($self->{value} ne "$
current_function
->{name}") {
372
} elsif ($win64 && $
current_function
->{abi} eq "svr4") {
373
my $func = "$
current_function
->{name}"
[
all
...]
/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
ast_to_hir.cpp
67
state->
current_function
= NULL;
[
all
...]
ir_reader.cpp
105
if (state->
current_function
!= NULL)
108
state->
current_function
->function_name());
325
st->
current_function
= sig;
327
st->
current_function
= NULL;
354
if (st->
current_function
== NULL && ir->as_variable() != NULL)
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py
518
self.
current_function
= ''
541
self.
current_function
= function_name
583
if match(r'T(EST|est)', self.
current_function
):
598
self.
current_function
, self.lines_in_function, trigger))
[
all
...]
cpp_unittest.py
364
self.assertEquals(function_state.
current_function
, function_information['name'] + '()')
[
all
...]
Completed in 678 milliseconds