OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TST_int
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp
365
case
TST_int
:
551
case DeclSpec::
TST_int
: return "int";
1168
(TypeSpecType !=
TST_int
) && (TypeSpecType != TST_int128)) ||
1194
if ((TypeSpecType == TST_char) || (TypeSpecType ==
TST_int
) ||
1232
TypeSpecType =
TST_int
;
1245
TypeSpecType =
TST_int
; // unsigned -> unsigned int, signed -> signed int.
1246
else if (TypeSpecType !=
TST_int
&& TypeSpecType != TST_int128 &&
1263
TypeSpecType =
TST_int
; // short -> short int, long long -> long long int.
1264
else if (!(TypeSpecType ==
TST_int
||
1269
TypeSpecType =
TST_int
;
[
all
...]
SemaTemplateVariadic.cpp
887
case
TST_int
:
SemaDecl.cpp
13927
DS.SetTypeSpecType(DeclSpec::
TST_int
, FTI.Params[i].IdentLoc, PrevSpec,
14874
bool Error = DS.SetTypeSpecType(DeclSpec::
TST_int
, Loc, Dummy, DiagID,
SemaType.cpp
1384
case DeclSpec::
TST_int
: {
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h
51
TST_int
,
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
267
static const TST
TST_int
= clang::
TST_int
;
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
1183
D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::
TST_int
,
ParseExprCXX.cpp
2206
DS.SetTypeSpecType(DeclSpec::
TST_int
, Loc, PrevSpec, DiagID, Policy);
ParseDecl.cpp
3823
isInvalid = DS.SetTypeSpecType(DeclSpec::
TST_int
, Loc, PrevSpec,
Completed in 98 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026