clang 22.0.0git
Floating.h File Reference
#include "Primitives.h"
#include "clang/AST/APValue.h"
#include "llvm/ADT/APFloat.h"

Go to the source code of this file.

Classes

class  clang::interp::Floating
 If a Floating 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

Macros

#define ALLOCATE_ALL   0

Typedefs

using clang::interp::APFloat = llvm::APFloat

Functions

llvm::raw_ostream & clang::interp::operator<< (llvm::raw_ostream &OS, Floating F)
Floating clang::interp::getSwappedBytes (Floating F)

Macro Definition Documentation

◆ ALLOCATE_ALL

#define ALLOCATE_ALL   0

Definition at line 22 of file Floating.h.

Referenced by clang::interp::Floating::deserialize().