OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tsw_unspecified
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
DeclSpec.cpp
388
case
TSW_unspecified
: return "unspecified";
549
if (TypeSpecWidth ==
TSW_unspecified
)
859
(TypeSpecWidth !=
TSW_unspecified
||
880
TypeSpecWidth =
TSW_unspecified
;
908
if ((TypeSpecWidth !=
TSW_unspecified
) && (TypeSpecWidth != TSW_short))
[
all
...]
SemaType.cpp
826
case DeclSpec::
TSW_unspecified
: Result = Context.IntTy; break;
845
case DeclSpec::
TSW_unspecified
: Result = Context.UnsignedIntTy; break;
[
all
...]
/external/clang/include/clang/Basic/
Specifiers.h
22
TSW_unspecified
,
/external/clang/include/clang/AST/
TypeLoc.h
540
return
TSW_unspecified
;
543
return getWrittenWidthSpec() !=
TSW_unspecified
;
575
wbs.Width =
TSW_unspecified
;
[
all
...]
/external/clang/include/clang/Sema/
DeclSpec.h
240
static const TSW
TSW_unspecified
= clang::
TSW_unspecified
;
412
TypeSpecWidth(
TSW_unspecified
),
561
getTypeSpecWidth() != DeclSpec::
TSW_unspecified
||
[
all
...]
Completed in 346 milliseconds