clang: clang::ReversePostOrderCompare Struct Reference (original) (raw)

#include "[clang/Analysis/FlowSensitive/DataflowWorklist.h](DataflowWorklist%5F8h%5Fsource.html)"

Public Member Functions
bool operator() (const CFGBlock *lhs, const CFGBlock *rhs) const
Public Attributes
PostOrderCFGView::BlockOrderCompare Cmp

Detailed Description

Definition at line 50 of file DataflowWorklist.h.

Member Function Documentation

operator()()

bool clang::ReversePostOrderCompare::operator() ( const CFGBlock * lhs, const CFGBlock * rhs ) const inline

Definition at line 52 of file DataflowWorklist.h.

References Cmp.

Member Data Documentation

Cmp

PostOrderCFGView::BlockOrderCompare clang::ReversePostOrderCompare::Cmp

Definition at line 51 of file DataflowWorklist.h.

Referenced by operator()().


The documentation for this struct was generated from the following file: