clang 18.0.0git
|
#include "PrimType.h"
#include "Boolean.h"
#include "Floating.h"
#include "FunctionPointer.h"
#include "IntegralAP.h"
#include "Pointer.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::interp |
Functions | |
size_t | clang::interp::primSize (PrimType Type) |
Returns the size of a primitive type in bytes. | |