OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SignedLong
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Basic/
TargetInfo.cpp
45
PtrDiffType =
SignedLong
;
48
IntPtrType =
SignedLong
;
91
case
SignedLong
: return "long int";
99
/// integer type enum. For example,
SignedLong
-> "L".
105
case
SignedLong
: return "L";
123
case
SignedLong
:
139
case
SignedLong
:
153
case
SignedLong
:
Targets.cpp
453
this->WCharType = this->
SignedLong
;
454
// FIXME: WIntType should be
SignedLong
474
this->WCharType = this->
SignedLong
;
475
// FIXME: WIntType should be
SignedLong
842
IntMaxType =
SignedLong
;
844
Int64Type =
SignedLong
;
[
all
...]
/external/clang/include/clang/Basic/
TargetInfo.h
111
SignedLong
,
279
/// integer type enum. For example,
SignedLong
-> "L".
/external/clang/lib/Frontend/
InitPreprocessor.cpp
504
DefineTypeSize("__LONG_MAX__", TargetInfo::
SignedLong
, TI, Builder);
571
DefineExactWidthIntType(TargetInfo::
SignedLong
, TI, Builder);
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 41 milliseconds