forked from secure-software-engineering/phasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enums for CGA and PT to replace wise_enum
- Loading branch information
Showing
14 changed files
with
131 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/****************************************************************************** | ||
* Copyright (c) 2019 Philipp Schubert. | ||
* All rights reserved. This program and the accompanying materials are made | ||
* available under the terms of LICENSE.txt. | ||
* | ||
* Contributors: | ||
* Philipp Schubert and others | ||
*****************************************************************************/ | ||
|
||
#ifndef ANALYSIS_SETUP_CALLGRAPH_TYPE | ||
#define ANALYSIS_SETUP_CALLGRAPH_TYPE(NAME, CMDFLAG, TYPE) | ||
#endif | ||
|
||
ANALYSIS_SETUP_CALLGRAPH_TYPE("CHA", "cha", CHA) | ||
ANALYSIS_SETUP_CALLGRAPH_TYPE("RTA", "rta", RTA) | ||
ANALYSIS_SETUP_CALLGRAPH_TYPE("DTA", "dta", DTA) | ||
ANALYSIS_SETUP_CALLGRAPH_TYPE("VTA", "vta", VTA) | ||
ANALYSIS_SETUP_CALLGRAPH_TYPE("OTF", "otf", OTF) | ||
|
||
#ifndef ANALYSIS_SETUP_POINTER_TYPE | ||
#define ANALYSIS_SETUP_POINTER_TYPE(NAME, CMDFLAG, TYPE) | ||
#endif | ||
|
||
ANALYSIS_SETUP_POINTER_TYPE("CFLSteens", "cflsteens", CFLSteens) | ||
ANALYSIS_SETUP_POINTER_TYPE("CFLAnders", "cflanders", CFLAnders) | ||
|
||
#undef ANALYSIS_SETUP_CALLGRAPH_TYPE | ||
#undef ANALYSIS_SETUP_POINTER_TYPE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.