clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::ReversePostOrderCompare Struct Reference

#include "clang/Analysis/FlowSensitive/DataflowWorklist.h"

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: