Home
last modified time | relevance | path

Searched defs:FloatData (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp4607 struct FloatData<float> struct
4609 static const size_t mangled_size = 8;
4610 static const size_t max_demangled_size = 24;
4611 static constexpr const char* spec = "%af";
4617 struct FloatData<double> struct
4619 static const size_t mangled_size = 16;
4620 static const size_t max_demangled_size = 32;
4621 static constexpr const char* spec = "%a";
4627 struct FloatData<long double> struct
4631 static const size_t mangled_size = 32;
[all …]