Searched refs:emitPrimCast (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 284 bool emitPrimCast(PrimType FromT, PrimType ToT, QualType ToQT, const Expr *E);
|
| H A D | ByteCodeExprGen.cpp | 1255 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
|