mini-llvm 0.1.0
Loading...
Searching...
No Matches
Strings.h File Reference
#include <string>
#include "mini-llvm/utils/Compiler.h"
Include dependency graph for Strings.h:

Go to the source code of this file.

Namespaces

namespace  mini_llvm

Functions

MINI_LLVM_EXPORT std::string mini_llvm::toString (int value, int base=10)
MINI_LLVM_EXPORT std::string mini_llvm::toString (long value, int base=10)
MINI_LLVM_EXPORT std::string mini_llvm::toString (long long value, int base=10)
MINI_LLVM_EXPORT std::string mini_llvm::toString (unsigned int value, int base=10)
MINI_LLVM_EXPORT std::string mini_llvm::toString (unsigned long value, int base=10)
MINI_LLVM_EXPORT std::string mini_llvm::toString (unsigned long long value, int base=10)
MINI_LLVM_EXPORT void mini_llvm::normalizeLineEndings (std::string &str)