#include <PTAType.h>
Definition at line 43 of file PTAType.h.
◆ PTAType()
SVF::PTAType::PTAType |
( |
const Type * |
ty | ) |
|
|
inline |
◆ dump()
void SVF::PTAType::dump |
( |
| ) |
const |
|
inline |
Dump the type.
Definition at line 56 of file PTAType.h.
◆ getLLVMType()
const Type* SVF::PTAType::getLLVMType |
( |
| ) |
const |
|
inline |
Get the contained llvm type.
Definition at line 50 of file PTAType.h.
◆ operator!=()
bool SVF::PTAType::operator!= |
( |
const PTAType & |
ty | ) |
const |
|
inline |
Definition at line 68 of file PTAType.h.
70 return type != ty.getLLVMType();
◆ operator<()
bool SVF::PTAType::operator< |
( |
const PTAType & |
ty | ) |
const |
|
inline |
Definition at line 73 of file PTAType.h.
75 return type < ty.getLLVMType();
◆ operator==()
bool SVF::PTAType::operator== |
( |
const PTAType & |
ty | ) |
const |
|
inline |
Operator overloading.
Definition at line 63 of file PTAType.h.
65 return type == ty.getLLVMType();
◆ operator>()
bool SVF::PTAType::operator> |
( |
const PTAType & |
ty | ) |
const |
|
inline |
Definition at line 78 of file PTAType.h.
80 return type > ty.getLLVMType();
◆ type
const Type* SVF::PTAType::type |
|
private |
The documentation for this class was generated from the following file:
- /home/runner/work/SVF-1/SVF-1/include/MemoryModel/PTAType.h