clang 19.0.0git
Classes | Namespaces | Typedefs | Functions
Integral.h File Reference
#include "clang/AST/ComparisonCategories.h"
#include "clang/AST/APValue.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

struct  clang::interp::Repr< 8, false >
 
struct  clang::interp::Repr< 16, false >
 
struct  clang::interp::Repr< 32, false >
 
struct  clang::interp::Repr< 64, false >
 
struct  clang::interp::Repr< 8, true >
 
struct  clang::interp::Repr< 16, true >
 
struct  clang::interp::Repr< 32, true >
 
struct  clang::interp::Repr< 64, true >
 
class  clang::interp::Integral< Bits, Signed >
 Wrapper around numeric types. More...
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::interp
 

Typedefs

using clang::interp::APInt = llvm::APInt
 

Functions

template<unsigned Bits, bool Signed>
llvm::raw_ostream & clang::interp::operator<< (llvm::raw_ostream &OS, Integral< Bits, Signed > I)