OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_quals
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h
54
int (*
type_quals
) (const_tree);
member in struct:lang_hooks_for_tree_dump
/external/valgrind/coregrind/m_demangle/
cplus-dem.c
149
int
type_quals
; /* The type qualifiers. */
member in struct:work_stuff
599
TYPE_QUALS
. */
602
qualifier_string (int
type_quals
)
604
switch (
type_quals
)
634
/*
TYPE_QUALS
was an invalid qualifier set. */
1176
s4 = work->
type_quals
;
1178
work->
type_quals
= TYPE_UNQUALIFIED
3549
int
type_quals
;
local
[
all
...]
/toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c
131
int
type_quals
; /* The type qualifiers. */
member in struct:work_stuff
588
TYPE_QUALS
. */
591
qualifier_string (int
type_quals
)
593
switch (
type_quals
)
623
/*
TYPE_QUALS
was an invalid qualifier set. */
1172
s4 = work->
type_quals
;
1174
work->
type_quals
= TYPE_UNQUALIFIED;
3545
int
type_quals
;
local
[
all
...]
Completed in 55 milliseconds