Home
last modified time | relevance | path

Searched refs:ToQT (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h284 bool emitPrimCast(PrimType FromT, PrimType ToT, QualType ToQT, const Expr *E);
H A DByteCodeExprGen.cpp2947 QualType ToQT, const Expr *E) { in emitPrimCast() argument
2952 const llvm::fltSemantics *ToSem = &Ctx.getFloatSemantics(ToQT); in emitPrimCast()
2968 const llvm::fltSemantics *ToSem = &Ctx.getFloatSemantics(ToQT); in emitPrimCast()