Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dart::FlowGraph::LogicalAnd Struct Reference

#include <flow_graph.h>

Public Member Functions

 LogicalAnd (ComparisonInstr *x, ComparisonInstr *y)
 

Public Attributes

ComparisonInstroper1
 
ComparisonInstroper2
 

Detailed Description

Definition at line 521 of file flow_graph.h.

Constructor & Destructor Documentation

◆ LogicalAnd()

dart::FlowGraph::LogicalAnd::LogicalAnd ( ComparisonInstr x,
ComparisonInstr y 
)
inline

Definition at line 522 of file flow_graph.h.

522: oper1(x), oper2(y) {}
double y
double x
ComparisonInstr * oper1
Definition flow_graph.h:523
ComparisonInstr * oper2
Definition flow_graph.h:524

Member Data Documentation

◆ oper1

ComparisonInstr* dart::FlowGraph::LogicalAnd::oper1

Definition at line 523 of file flow_graph.h.

◆ oper2

ComparisonInstr* dart::FlowGraph::LogicalAnd::oper2

Definition at line 524 of file flow_graph.h.


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