LLVM API Documentation
#include <SaveAndRestore.h>
Public Member Functions | |
SaveOr (bool &X) | |
~SaveOr () |
Similar to SaveAndRestore
. Operates only on bools; the old value of a variable is saved, and during the dstor the old value is or'ed with the new value.
Definition at line 38 of file SaveAndRestore.h.
llvm::SaveOr::SaveOr | ( | bool & | X | ) | [inline] |
Definition at line 39 of file SaveAndRestore.h.
llvm::SaveOr::~SaveOr | ( | ) | [inline] |
Definition at line 40 of file SaveAndRestore.h.