OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWCharSize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
190
unsigned
getWCharSize
(const Module &M) const;
388
/// \copydoc TargetLibraryInfoImpl::
getWCharSize
()
389
unsigned
getWCharSize
(const Module &M) const {
390
return Impl->
getWCharSize
(M);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp
1702
unsigned TargetLibraryInfoImpl::
getWCharSize
(const Module &M) const {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
710
unsigned WCharSize = TLI->
getWCharSize
(M) * 8;
Completed in 29 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026