LLVM  8.0.1
Static Public Attributes | List of all members
llvm::itanium_demangle::FloatData< long double > Struct Template Reference

#include "llvm/Demangle/ItaniumDemangle.h"

Collaboration diagram for llvm::itanium_demangle::FloatData< long double >:
Collaboration graph
[legend]

Static Public Attributes

static const size_t mangled_size = 20
 
static const size_t max_demangled_size = 40
 
static constexpr const charspec = "%LaL"
 

Detailed Description

template<>
struct llvm::itanium_demangle::FloatData< long double >

Definition at line 4884 of file ItaniumDemangle.h.

Member Data Documentation

◆ mangled_size

const size_t llvm::itanium_demangle::FloatData< long double >::mangled_size = 20
static

Definition at line 4892 of file ItaniumDemangle.h.

◆ max_demangled_size

const size_t llvm::itanium_demangle::FloatData< long double >::max_demangled_size = 40
static

Definition at line 4894 of file ItaniumDemangle.h.

◆ spec

constexpr const char* llvm::itanium_demangle::FloatData< long double >::spec = "%LaL"
static

Definition at line 4895 of file ItaniumDemangle.h.


The documentation for this struct was generated from the following file: