LLVM API Documentation
#include <YAMLTraits.h>
Static Public Member Functions | |
| static void | output (const float &, void *, llvm::raw_ostream &) |
| static StringRef | input (StringRef, void *, float &) |
| static bool | mustQuote (StringRef) |
Definition at line 774 of file YAMLTraits.h.
| static StringRef llvm::yaml::ScalarTraits< float >::input | ( | StringRef | , |
| void * | , | ||
| float & | |||
| ) | [static] |
| static bool llvm::yaml::ScalarTraits< float >::mustQuote | ( | StringRef | ) | [inline, static] |
Definition at line 777 of file YAMLTraits.h.
| static void llvm::yaml::ScalarTraits< float >::output | ( | const float & | , |
| void * | , | ||
| llvm::raw_ostream & | |||
| ) | [static] |