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