LLVM  8.0.1
Namespaces | Typedefs | Functions
Atomic.h File Reference
#include "llvm/Support/DataTypes.h"
Include dependency graph for Atomic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::sys
 

Typedefs

typedef uint32_t llvm::sys::cas_flag
 

Functions

void llvm::sys::MemoryFence ()
 
cas_flag llvm::sys::CompareAndSwap (volatile cas_flag *ptr, cas_flag new_value, cas_flag old_value)