Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp40 class ConstExprEmitter;
1015 class ConstExprEmitter : class
1016 public StmtVisitor<ConstExprEmitter, llvm::Constant*, QualType> {
1021 ConstExprEmitter(ConstantEmitter &emitter) in ConstExprEmitter() function in __anon693486210111::ConstExprEmitter
1680 ConstExprEmitter(*this).Visit(const_cast<Expr*>(E), nonMemoryDestType); in tryEmitPrivateForVarInit()
1761 C = ConstExprEmitter(*this).Visit(const_cast<Expr*>(E), destType); in tryEmitPrivate()