Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp43 class ConstExprEmitter;
1036 class ConstExprEmitter class
1037 : public ConstStmtVisitor<ConstExprEmitter, llvm::Constant *, QualType> {
1042 ConstExprEmitter(ConstantEmitter &emitter) in ConstExprEmitter() function in __anon9d6f04f10111::ConstExprEmitter
1793 if (llvm::Constant *C = ConstExprEmitter(*this).Visit(E, nonMemoryDestType)) in tryEmitPrivateForVarInit()
1931 if (llvm::Constant *C = ConstExprEmitter(*this).Visit(E, destType)) in tryEmitPrivate()