GCC Middle and Back End API Reference
|
#include "hash-map.h"
Go to the source code of this file.
Data Structures | |
class | nowarn_spec_t |
Typedefs | |
typedef hash_map< location_hash, nowarn_spec_t > | nowarn_map_t |
Functions | |
nowarn_spec_t | operator| (const nowarn_spec_t &lhs, const nowarn_spec_t &rhs) |
nowarn_spec_t | operator& (const nowarn_spec_t &lhs, const nowarn_spec_t &rhs) |
bool | operator== (const nowarn_spec_t &lhs, const nowarn_spec_t &rhs) |
bool | operator!= (const nowarn_spec_t &lhs, const nowarn_spec_t &rhs) |
Variables | |
nowarn_map_t * | nowarn_map |
typedef hash_map<location_hash, nowarn_spec_t> nowarn_map_t |
|
inline |
Return true if LHS is not equal RHS.
|
inline |
Return the bitwise AND of LHS and RHS.
|
inline |
Return true if LHS is equal RHS.
|
inline |
Return the bitwise OR of LHS and RHS.
|
extern |
A mapping from a 'location_t' to the warning spec set for it.
Referenced by copy_warning(), copy_warning(), get_nowarn_spec(), get_nowarn_spec(), put_warning_spec_at(), suppress_warning_at(), and warning_suppressed_at().