OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nowarn_spec_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
diagnostic-spec.cc
36
nowarn_spec_t
::
nowarn_spec_t
(opt_code opt)
function in class:nowarn_spec_t
133
if (const
nowarn_spec_t
* const pspec = nowarn_map->get (loc))
135
const
nowarn_spec_t
optspec (opt);
154
const
nowarn_spec_t
optspec (supp ? opt : opt_code ());
156
if (
nowarn_spec_t
*pspec = nowarn_map ? nowarn_map->get (loc) : NULL)
190
nowarn_spec_t
*from_spec;
203
nowarn_spec_t
tem = *from_spec;
diagnostic-spec.h
29
class
nowarn_spec_t
class
55
nowarn_spec_t
(): m_bits () { }
function in class:nowarn_spec_t
57
nowarn_spec_t
(opt_code);
72
nowarn_spec_t
operator~() const
74
nowarn_spec_t
res (*this);
80
nowarn_spec_t
& operator|= (const
nowarn_spec_t
&rhs)
87
nowarn_spec_t
& operator&= (const
nowarn_spec_t
&rhs)
94
nowarn_spec_t
& operator^= (const nowarn_spec_t &rhs
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-spec.cc
36
nowarn_spec_t
::
nowarn_spec_t
(opt_code opt)
function in class:nowarn_spec_t
129
if (const
nowarn_spec_t
* const pspec = nowarn_map->get (loc))
131
const
nowarn_spec_t
optspec (opt);
150
const
nowarn_spec_t
optspec (supp ? opt : opt_code ());
152
if (
nowarn_spec_t
*pspec = nowarn_map ? nowarn_map->get (loc) : NULL)
186
nowarn_spec_t
*from_spec;
199
nowarn_spec_t
tem = *from_spec;
diagnostic-spec.h
29
class
nowarn_spec_t
class
53
nowarn_spec_t
(): m_bits () { }
function in class:nowarn_spec_t
55
nowarn_spec_t
(opt_code);
70
nowarn_spec_t
operator~() const
72
nowarn_spec_t
res (*this);
78
nowarn_spec_t
& operator|= (const
nowarn_spec_t
&rhs)
85
nowarn_spec_t
& operator&= (const
nowarn_spec_t
&rhs)
92
nowarn_spec_t
& operator^= (const nowarn_spec_t &rhs
[
all
...]
Completed in 55 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026