|
clang 22.0.0git
|
#include "clang/AST/APValue.h"#include "clang/AST/ComparisonCategories.h"#include "llvm/ADT/APSInt.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include <cstddef>#include <cstdint>#include "Primitives.h"Go to the source code of this file.
Classes | |
| class | clang::interp::IntegralAP< Signed > |
| If an IntegralAP is constructed from Memory, it DOES NOT OWN THAT MEMORY. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::interp |
Functions | |
| template<bool Signed> | |
| llvm::raw_ostream & | clang::interp::operator<< (llvm::raw_ostream &OS, IntegralAP< Signed > I) |
| template<bool Signed> | |
| IntegralAP< Signed > | clang::interp::getSwappedBytes (IntegralAP< Signed > F) |