OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SignedInt
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AVR.h
51
PtrDiffType =
SignedInt
;
52
IntPtrType =
SignedInt
;
54
WIntType =
SignedInt
;
55
Int16Type =
SignedInt
;
158
return BitWidth == 16 ? (IsSigned ?
SignedInt
: UnsignedInt)
165
? (IsSigned ?
SignedInt
: UnsignedInt)
ARC.h
33
PtrDiffType =
SignedInt
;
34
IntPtrType =
SignedInt
;
MSP430.h
45
IntPtrType =
SignedInt
;
46
PtrDiffType =
SignedInt
;
PNaCl.h
39
this->PtrDiffType = TargetInfo::
SignedInt
;
40
this->IntPtrType = TargetInfo::
SignedInt
;
TCE.h
69
IntPtrType =
SignedInt
;
70
PtrDiffType =
SignedInt
;
XCore.h
35
PtrDiffType =
SignedInt
;
36
IntPtrType =
SignedInt
;
Hexagon.h
49
PtrDiffType =
SignedInt
;
50
IntPtrType =
SignedInt
;
RISCV.h
59
WCharType =
SignedInt
;
118
IntPtrType =
SignedInt
;
119
PtrDiffType =
SignedInt
;
M68k.cpp
58
PtrDiffType =
SignedInt
;
59
IntPtrType =
SignedInt
;
Sparc.h
159
IntPtrType =
SignedInt
;
160
PtrDiffType =
SignedInt
;
PPC.h
371
PtrDiffType =
SignedInt
;
372
IntPtrType =
SignedInt
;
470
PtrDiffType =
SignedInt
; // for http://llvm.org/bugs/show_bug.cgi?id=15726
SPIR.h
162
PtrDiffType = IntPtrType = TargetInfo::
SignedInt
;
Mips.h
126
PtrDiffType =
SignedInt
;
162
PtrDiffType =
SignedInt
;
NVPTX.cpp
97
PtrDiffType = TargetInfo::
SignedInt
;
98
IntPtrType = TargetInfo::
SignedInt
;
OSTargets.h
468
this->WCharType = this->WIntType = this->
SignedInt
;
652
this->WCharType = this->WIntType = this->
SignedInt
;
847
this->PtrDiffType = TargetInfo::
SignedInt
;
848
this->IntPtrType = TargetInfo::
SignedInt
;
X86.h
403
PtrDiffType =
SignedInt
;
404
IntPtrType =
SignedInt
;
674
PtrDiffType = IsX32 ?
SignedInt
: SignedLong;
675
IntPtrType = IsX32 ?
SignedInt
: SignedLong;
ARM.cpp
84
WCharType =
SignedInt
;
253
:
SignedInt
;
263
PtrDiffType =
SignedInt
;
AArch64.cpp
907
WCharType =
SignedInt
;
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
96
WCharType =
SignedInt
;
97
WIntType =
SignedInt
;
102
SigAtomicType =
SignedInt
;
103
ProcessIDType =
SignedInt
;
179
case
SignedInt
: return "int";
195
case
SignedInt
: return "";
222
case
SignedInt
:
232
/// enum. For example,
SignedInt
-> getIntWidth().
240
case
SignedInt
:
256
return IsSigned ?
SignedInt
: UnsignedInt
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h
172
const int64_t
SignedInt
= Int;
173
if ((char)Int ==
SignedInt
)
175
if ((short)Int ==
SignedInt
)
177
if ((int)Int ==
SignedInt
)
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
116
SignedInt
,
323
return
SignedInt
;
367
case
SignedInt
:
388
/// For example,
SignedInt
-> getIntWidth().
408
/// For example,
SignedInt
-> getIntAlign().
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
870
DefineTypeSize("__INT_MAX__", TargetInfo::
SignedInt
, TI, Builder);
964
DefineExactWidthIntType(TargetInfo::
SignedInt
, TI, Builder);
985
DefineExactWidthIntTypeSize(TargetInfo::
SignedInt
, TI, Builder);
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
154
enum class ScalarTypeKind {
SignedInt
, UnsignedInt, Float };
157
case ScalarTypeKind::
SignedInt
:
168
case ScalarTypeKind::
SignedInt
:
245
.Case("s", ScalarTypeKind::
SignedInt
)
628
IntegerType->kind() == ScalarTypeKind::
SignedInt
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
8560
case TargetInfo::
SignedInt
: return IntTy;
10326
case TargetInfo::
SignedInt
:
Completed in 76 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026