Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp702 return emitBinaryOperatorLValue(cast<BinaryOperator>(e)); in emitLValue()
H A DCIRGenFunction.h781 LValue emitBinaryOperatorLValue(const BinaryOperator *e);
H A DCIRGenExpr.cpp1071 LValue CIRGenFunction::emitBinaryOperatorLValue(const BinaryOperator *e) { in emitBinaryOperatorLValue() function in CIRGenFunction