OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ref
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
c-valprint.c
512
int
is_ref
= TYPE_IS_REFERENCE (type);
515
if (
is_ref
)
542
if (
is_ref
)
510
int
is_ref
= TYPE_IS_REFERENCE (type);
local
valops.c
665
int
is_ref
= 0;
local
678
is_ref
= 1;
712
if (
is_ref
)
823
int
is_ref
= TYPE_IS_REFERENCE (resolved_type);
local
894
type = (
is_ref
902
return (
is_ref
914
is_ref
928
is_ref
valprint.c
388
const int
is_ref
= type->code () == TYPE_CODE_REF;
391
if (
is_ref
)
399
if (!
is_ref
|| !ref_is_addressable)
404
return
is_ref
;
387
const int
is_ref
= type->code () == TYPE_CODE_REF;
local
/src/external/gpl3/gdb/dist/gdb/
c-valprint.c
512
int
is_ref
= TYPE_IS_REFERENCE (type);
515
if (
is_ref
)
542
if (
is_ref
)
510
int
is_ref
= TYPE_IS_REFERENCE (type);
local
valops.c
662
int
is_ref
= 0;
local
675
is_ref
= 1;
709
if (
is_ref
)
820
int
is_ref
= TYPE_IS_REFERENCE (resolved_type);
local
891
type = (
is_ref
899
return (
is_ref
911
is_ref
925
is_ref
valprint.c
388
const int
is_ref
= type->code () == TYPE_CODE_REF;
391
if (
is_ref
)
399
if (!
is_ref
|| !ref_is_addressable)
404
return
is_ref
;
387
const int
is_ref
= type->code () == TYPE_CODE_REF;
local
/src/external/bsd/ipf/dist/lib/
printstatefields.c
206
PRINTF("%d", sp->
is_ref
);
printstate.c
179
PRINTF("\tref %d", sp->
is_ref
);
/src/sys/external/bsd/ipf/netinet/
ip_state.h
52
int
is_ref
; /* reference count */
member in struct:ipstate
ip_state.c
1691
* It may seem strange to set
is_ref
to 2, but if stsave is not NULL
1698
is->
is_ref
= 2;
1700
is->
is_ref
= 1;
2359
clone->
is_ref
= 1;
3582
is->
is_ref
--;
3584
is->
is_ref
--;
3585
if (is->
is_ref
> 0) {
3588
refs = is->
is_ref
;
3604
ASSERT(is->
is_ref
== 0);
4612
/* This function is only called when cleaning up after increasing
is_ref
by *
[
all
...]
ip_fil_compat.c
1042
int
is_ref
; /* reference count */
member in struct:ipstate_4_1_16
1092
int
is_ref
;
member in struct:ipstate_4_1_0
4349
old->
is_ref
= is->
is_ref
;
4420
old->
is_ref
= is->
is_ref
;
/src/external/bsd/ipf/dist/
ip_fil_compat.c
1042
int
is_ref
; /* reference count */
member in struct:ipstate_4_1_16
1092
int
is_ref
;
member in struct:ipstate_4_1_0
4453
old->
is_ref
= is->
is_ref
;
4526
old->
is_ref
= is->
is_ref
;
/src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc
4794
omp_context *ctx, bool
is_ref
, tree size)
4805
if (!
is_ref
&& omp_privatize_by_reference (var))
4833
else if (
is_ref
)
4857
if (!
is_ref
)
13680
bool
is_ref
= omp_privatize_by_reference (var);
13688
if (
is_ref
)
13847
bool
is_ref
;
13853
is_ref
= true;
13862
is_ref
= TREE_CODE (type) == REFERENCE_TYPE;
13869
is_ref
= omp_privatize_by_reference (var)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
omp-low.cc
4752
omp_context *ctx, bool
is_ref
, tree size)
4763
if (!
is_ref
&& omp_privatize_by_reference (var))
4791
else if (
is_ref
)
4815
if (!
is_ref
)
13774
bool
is_ref
= omp_privatize_by_reference (var);
13786
if (
is_ref
)
13941
bool
is_ref
;
13947
is_ref
= true;
13956
is_ref
= TREE_CODE (type) == REFERENCE_TYPE;
13963
is_ref
= omp_privatize_by_reference (var)
[
all
...]
/src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c
1108
int
is_ref
= is_entry_referral( parent );
local
1110
if (
is_ref
) {
Completed in 240 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026