Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h426 bool toIntegralConstant(APSInt &Result, QualType SrcTy,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp403 if (EVResult.Val.toIntegralConstant(IntResult, InputExpr->getType(), in ActOnGCCAsmStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp873 bool APValue::toIntegralConstant(APSInt &Result, QualType SrcTy, in toIntegralConstant() function in APValue
H A DExprConstant.cpp13321 if (!V.toIntegralConstant(AsInt, SrcType, Info.Ctx)) in VisitCastExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2132 if (EVResult.Val.toIntegralConstant(IntResult, InputExpr->getType(), in EmitAsmInput()