Searched refs:EmitUnaryOpLValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1343 return EmitUnaryOpLValue(cast<UnaryOperator>(E));
2695 LValue CodeGenFunction::EmitUnaryOpLValue(const UnaryOperator *E) { function in class:CodeGenFunction
2705 assert(!T.isNull() && "CodeGenFunction::EmitUnaryOpLValue: Illegal type");
H A DCodeGenFunction.h3517 LValue EmitUnaryOpLValue(const UnaryOperator *E);

Completed in 133 milliseconds