OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFloatWidth
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
357
///
getFloatWidth
/Align/Format - Return the size/align/format of 'float'.
358
unsigned
getFloatWidth
() const { return FloatWidth; }
[
all
...]
/external/clang/lib/Basic/
TargetInfo.cpp
213
if (
getFloatWidth
() == BitWidth)
/external/clang/lib/Frontend/
InitPreprocessor.cpp
664
DefineTypeSizeof("__SIZEOF_FLOAT__", TI.
getFloatWidth
(), TI, Builder);
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 1576 milliseconds