Home
last modified time | relevance | path

Searched refs:UNSIGNED_TYPE (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def22 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
39 #ifndef UNSIGNED_TYPE
40 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
63 UNSIGNED_TYPE(Bool, BoolTy)
66 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(Char_U, CharTy))
69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
72 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
75 UNSIGNED_TYPE(Char8, Char8Ty)
78 UNSIGNED_TYPE(Char16, Char16Ty)
81 UNSIGNED_TYPE(Char32, Char32Ty)
[all …]
/external/clang/include/clang/AST/
DBuiltinTypes.def23 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
40 #ifndef UNSIGNED_TYPE
41 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
64 UNSIGNED_TYPE(Bool, BoolTy)
67 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(Char_U, CharTy))
70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
73 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
76 UNSIGNED_TYPE(Char16, Char16Ty)
79 UNSIGNED_TYPE(Char32, Char32Ty)
82 UNSIGNED_TYPE(UShort, UnsignedShortTy)
[all …]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.y69 typedef uint32_t UNSIGNED_TYPE; typedef
231 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) >> $3);
257 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) << $3);
DExpressionParser.cpp119 typedef uint32_t UNSIGNED_TYPE; typedef
1522 (yyval) = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>((yyvsp[-2])) >> (yyvsp[0])); in yyparse()
1553 (yyval) = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>((yyvsp[-2])) << (yyvsp[0])); in yyparse()
/external/angle/src/compiler/preprocessor/
Dpreprocessor.y57 typedef uint32_t UNSIGNED_TYPE; typedef
219 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) >> $3);
245 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) << $3);
Dpreprocessor_tab_autogen.cpp116 typedef uint32_t UNSIGNED_TYPE; typedef
1391 yyval = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>(yyvsp[-2]) >> yyvsp[0]); in yyparse()
1421 yyval = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>(yyvsp[-2]) << yyvsp[0]); in yyparse()
/external/clang/lib/Analysis/
DPrintfFormatString.cpp627 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp798 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
DType.cpp4076 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
/external/clang/lib/AST/
DType.cpp3549 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
/external/clang/tools/libclang/
DCIndex.cpp1486 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp1553 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro