Home
last modified time | relevance | path

Searched refs:emitStoreOfComplex (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp39 void emitStoreOfComplex(mlir::Location loc, mlir::Value val, LValue lv,
134 emitStoreOfComplex(cgf.getLoc(e->getExprLoc()), value, lhs, /*isInit*/ false); in emitBinAssignLValue()
172 void ComplexExprEmitter::emitStoreOfComplex(mlir::Location loc, mlir::Value val, in emitStoreOfComplex() function in ComplexExprEmitter
420 void CIRGenFunction::emitStoreOfComplex(mlir::Location loc, mlir::Value v, in emitStoreOfComplex() function in CIRGenFunction
422 ComplexExprEmitter(*this).emitStoreOfComplex(loc, v, dest, isInit); in emitStoreOfComplex()
H A DCIRGenDecl.cpp507 emitStoreOfComplex(loc, complex, lvalue, in emitExprAsInit()
H A DCIRGenFunction.h1046 void emitStoreOfComplex(mlir::Location loc, mlir::Value v, LValue dest,