Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DConstantEmitter.h108 llvm::Constant *tryEmitAbstract(const Expr *E, QualType T);
111 llvm::Constant *tryEmitAbstract(const APValue &value, QualType T);
H A DCGExprConstant.cpp1199 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { in tryEmitAbstract() function in ConstantEmitter
1206 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract() function in ConstantEmitter
1490 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1498 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
H A DCGException.cpp2015 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
H A DCGExprCXX.cpp705 ConstantEmitter(CGF).tryEmitAbstract(e->getArraySize(), e->getType()); in EmitCXXNewAllocSize()
H A DCGExpr.cpp386 if (auto Init = ConstantEmitter(CGF).tryEmitAbstract(Inner, Ty)) { in createReferenceTemporary()