Searched refs:ConstexprIntegerLiteralToInt32 (Results 1 – 5 of 5) sorted by relevance
40 inline int32_t ConstexprIntegerLiteralToInt32(const IntegerLiteral& i) { in ConstexprIntegerLiteralToInt32() function44 return int31_t(ConstexprIntegerLiteralToInt32(i)); in ConstexprIntegerLiteralToInt31()
113 inline int32_t ConstexprIntegerLiteralToInt32(d::MemoryAccessor accessor, in ConstexprIntegerLiteralToInt32() function
18 return ConstexprIntegerLiteralToInt32(i);46 return ConstexprIntegerLiteralToInt32(i);
1001 extern macro ConstexprIntegerLiteralToInt32(constexpr IntegerLiteral):1220 return Int32Constant(ConstexprIntegerLiteralToInt32(i));
3841 int32_t ConstexprIntegerLiteralToInt32(const IntegerLiteral& i) { in ConstexprIntegerLiteralToInt32() function