Searched refs:CookedTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3278 QualType CookedTy; in ActOnNumericConstant() local 3283 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant() 3288 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant() 3301 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant() 3310 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant() 3316 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 3690 QualType CookedTy; in ActOnNumericConstant() local 3695 CookedTy = Context.LongDoubleTy; in ActOnNumericConstant() 3700 CookedTy = Context.UnsignedLongLongTy; in ActOnNumericConstant() 3713 switch (LookupLiteralOperator(UDLScope, R, CookedTy, in ActOnNumericConstant() 3726 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation()); in ActOnNumericConstant() 3732 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy, in ActOnNumericConstant()
|