Intel® Implicit SPMD Program Compiler (Intel® ISPC)  1.13.0
Classes | Namespaces | Functions
module.h File Reference

Declaration of the Module class, which is the ispc-side representation of the results of compiling a source file. More...

#include "ast.h"
#include "ispc.h"
#include <llvm/IR/DebugInfo.h>
Include dependency graph for module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Module
 

Namespaces

 llvm
 

Functions

Module::OutputFlagsoperator|= (Module::OutputFlags &lhs, const __underlying_type(Module::OutputFlags) rhs)
 
Module::OutputFlagsoperator &= (Module::OutputFlags &lhs, const __underlying_type(Module::OutputFlags) rhs)
 
Module::OutputFlags operator| (const Module::OutputFlags lhs, const Module::OutputFlags rhs)
 

Detailed Description

Declaration of the Module class, which is the ispc-side representation of the results of compiling a source file.

Definition in file module.h.

Function Documentation

◆ operator &=()

Module::OutputFlags& operator&= ( Module::OutputFlags lhs,
const __underlying_type(Module::OutputFlags rhs 
)
inline

Definition at line 187 of file module.h.

◆ operator|()

Module::OutputFlags operator| ( const Module::OutputFlags  lhs,
const Module::OutputFlags  rhs 
)
inline

Definition at line 190 of file module.h.

◆ operator|=()

Module::OutputFlags& operator|= ( Module::OutputFlags lhs,
const __underlying_type(Module::OutputFlags rhs 
)
inline

Definition at line 184 of file module.h.