GCC Middle and Back End API Reference
tristate.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  tristate
 

Functions

tristate operator! (tristate t)
 
tristate operator|| (tristate a, tristate b)
 
tristate operator&& (tristate a, tristate b)
 

Function Documentation

◆ operator!()

tristate operator! ( tristate t)
inline
Overloaded boolean operators on tristates.   

References tristate::not_().

◆ operator&&()

tristate operator&& ( tristate a,
tristate b )
inline

References a, tristate::and_(), and b.

◆ operator||()

tristate operator|| ( tristate a,
tristate b )
inline

References a, b, and tristate::or_().