Home
last modified time | relevance | path

Searched refs:toIntegralConstant (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h500 bool toIntegralConstant(APSInt &Result, QualType SrcTy,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp450 if (EVResult.Val.toIntegralConstant(IntResult, InputExpr->getType(), in ActOnGCCAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp963 bool APValue::toIntegralConstant(APSInt &Result, QualType SrcTy, in toIntegralConstant() function in APValue
H A DExprConstant.cpp13617 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 DCGStmt.cpp2579 if (EVResult.Val.toIntegralConstant(IntResult, InputExpr->getType(), in EmitAsmInput()