LLVM 19.0.0git
Locale.h
Go to the documentation of this file.
1#ifndef LLVM_SUPPORT_LOCALE_H
2#define LLVM_SUPPORT_LOCALE_H
3
4namespace llvm {
5class StringRef;
6
7namespace sys {
8namespace locale {
9
11bool isPrint(int c);
12
13}
14}
15}
16
17#endif // LLVM_SUPPORT_LOCALE_H
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:50
int columnWidth(StringRef s)
Definition: Locale.cpp:9
bool isPrint(int c)
Definition: Locale.cpp:13
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18