OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dump_flags_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dumpfile.h
209
typedef enum dump_flag
dump_flags_t
;
typedef in typeref:enum:dump_flag
211
inline
dump_flags_t
212
operator| (
dump_flags_t
lhs,
dump_flags_t
rhs)
214
return (
dump_flags_t
)((std::underlying_type<
dump_flags_t
>::type)lhs
215
| (std::underlying_type<
dump_flags_t
>::type)rhs);
218
inline
dump_flags_t
219
operator& (
dump_flags_t
lhs,
dump_flags_t
rhs
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dumpfile.h
209
typedef enum dump_flag
dump_flags_t
;
typedef in typeref:enum:dump_flag
211
static inline
dump_flags_t
212
operator| (
dump_flags_t
lhs,
dump_flags_t
rhs)
214
return (
dump_flags_t
)((std::underlying_type<
dump_flags_t
>::type)lhs
215
| (std::underlying_type<
dump_flags_t
>::type)rhs);
218
static inline
dump_flags_t
219
operator& (
dump_flags_t
lhs,
dump_flags_t
rhs
[
all
...]
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026