Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprConstant.cpp40 class ConstExprEmitter;
984 class ConstExprEmitter : class
985 public StmtVisitor<ConstExprEmitter, llvm::Constant*, QualType> {
990 ConstExprEmitter(ConstantEmitter &emitter) in ConstExprEmitter() function in __anon52f461e80111::ConstExprEmitter
1635 ConstExprEmitter(*this).Visit(const_cast<Expr*>(E), nonMemoryDestType); in tryEmitPrivateForVarInit()
1714 C = ConstExprEmitter(*this).Visit(const_cast<Expr*>(E), destType); in tryEmitPrivate()