|
Enzyme main
|
#include "llvm/ADT/StringRef.h"#include <string>

Go to the source code of this file.
Enumerations | |
| enum class | BaseType { Integer , Float , Pointer , Anything , Unknown } |
| Categories of potential types. More... | |
Functions | |
| static std::string | to_string (BaseType t) |
| Convert Basetype to string. | |
| static BaseType | parseBaseType (llvm::StringRef str) |
| Convert string to BaseType. | |
|
strong |
Categories of potential types.
| Enumerator | |
|---|---|
| Integer | |
| Float | |
| Pointer | |
| Anything | |
| Unknown | |
Definition at line 32 of file BaseType.h.
|
inlinestatic |
Convert string to BaseType.
Definition at line 64 of file BaseType.h.
References Anything, Float, Integer, Pointer, str(), and Unknown.
Referenced by ConcreteType::ConcreteType().