Searched defs:printNumber (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DScopedPrinter.h161 void printNumber(StringRef Label, uint64_t Value) { function in class:llvm::ScopedPrinter
165 void printNumber(StringRef Label, uint32_t Value) { function in class:llvm::ScopedPrinter
169 void printNumber(StringRef Label, uint16_t Value) { function in class:llvm::ScopedPrinter
173 void printNumber(StringRef Label, uint8_t Value) { function in class:llvm::ScopedPrinter
177 void printNumber(StringRef Label, int64_t Value) { function in class:llvm::ScopedPrinter
181 void printNumber(StringRef Label, int32_t Value) { function in class:llvm::ScopedPrinter
185 void printNumber(StringRef Label, int16_t Value) { function in class:llvm::ScopedPrinter
189 void printNumber(StringRef Label, int8_t Value) { function in class:llvm::ScopedPrinter
193 void printNumber(StringRef Label, const APSInt &Value) { function in class:llvm::ScopedPrinter
268 void printNumber(StringRe function in class:llvm::ScopedPrinter
[all...]
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp958 bool printNumber = true; local
988 if (printNumber)

Completed in 121 milliseconds