LLVM  3.7.0
Public Types | Public Member Functions | Public Attributes | List of all members
llvm::coverage::CounterExpression Struct Reference

A Counter expression is a value that represents an arithmetic operation with two counters. More...

#include <CoverageMapping.h>

Collaboration diagram for llvm::coverage::CounterExpression:
[legend]

Public Types

enum  ExprKind { Subtract, Add }
 

Public Member Functions

 CounterExpression (ExprKind Kind, Counter LHS, Counter RHS)
 

Public Attributes

ExprKind Kind
 
Counter LHS
 
Counter RHS
 

Detailed Description

A Counter expression is a value that represents an arithmetic operation with two counters.

Definition at line 97 of file CoverageMapping.h.

Member Enumeration Documentation

Enumerator
Subtract 
Add 

Definition at line 98 of file CoverageMapping.h.

Constructor & Destructor Documentation

llvm::coverage::CounterExpression::CounterExpression ( ExprKind  Kind,
Counter  LHS,
Counter  RHS 
)
inline

Definition at line 102 of file CoverageMapping.h.

Member Data Documentation

ExprKind llvm::coverage::CounterExpression::Kind
Counter llvm::coverage::CounterExpression::LHS
Counter llvm::coverage::CounterExpression::RHS

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