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