Searched refs:toIntegralConstant (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 500 bool toIntegralConstant(APSInt &Result, QualType SrcTy,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 450 if (EVResult.Val.toIntegralConstant(IntResult, InputExpr->getType(), in ActOnGCCAsmStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 963 bool APValue::toIntegralConstant(APSInt &Result, QualType SrcTy, in toIntegralConstant() function in APValue
|
| H A D | ExprConstant.cpp | 13617 ExprResult.Val.toIntegralConstant(IntResult, PtrArg->getType(), in VisitBuiltinCallExpr() 15306 if (!V.toIntegralConstant(AsInt, SrcType, Info.Ctx)) in VisitCastExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2579 if (EVResult.Val.toIntegralConstant(IntResult, InputExpr->getType(), in EmitAsmInput()
|