OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LongDoubleWidth
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
66
unsigned char
LongDoubleWidth
, LongDoubleAlign;
369
unsigned getLongDoubleWidth() const { return
LongDoubleWidth
; }
[
all
...]
/external/clang/lib/Basic/
TargetInfo.cpp
47
LongDoubleWidth
= 64;
298
LongDoubleWidth
= LongDoubleAlign = 128;
Targets.cpp
718
this->
LongDoubleWidth
= 64;
800
LongDoubleWidth
= LongDoubleAlign = 128;
[
all
...]
Completed in 886 milliseconds