Home
last modified time | relevance | path

Searched refs:emitPrimCast (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.cpp1255 if (!this->emitPrimCast(LHST, classifyPrim(LHSComputationType), in VisitFloatCompoundAssignOperator()
1285 if (!this->emitPrimCast(classifyPrim(ResultType), LHST, LHS->getType(), E)) in VisitFloatCompoundAssignOperator()
2946 bool ByteCodeExprGen<Emitter>::emitPrimCast(PrimType FromT, PrimType ToT, in emitPrimCast() function in ByteCodeExprGen