Pattern
Abstract interface for a pattern which can match ASTs
Synopsis
Declared in <src/midend/programTransformation/finiteDifferencing/patternRewrite.h>
class Pattern;
Member Functions
Non-Member Functions
Name |
Description |
Match an addition operation |
|
Match a comma operation |
|
Match a multiplication operation |
|
Match an addâassign operation |
|
Match a particular integer |
|
Match any constant into a variable |
|
Match anything into a variable |
|
Create a PatternActionRule |
Created with MrDocs