Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h111 llvm::Constant *tryEmitAbstract(const Expr *E, QualType T);
114 llvm::Constant *tryEmitAbstract(const APValue &value, QualType T);
H A DCGExprConstant.cpp1517 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { in tryEmitAbstract() function in ConstantEmitter
1524 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract() function in ConstantEmitter
1808 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1816 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
H A DCGException.cpp2194 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
H A DCGExprCXX.cpp730 ConstantEmitter(CGF).tryEmitAbstract(*e->getArraySize(), e->getType()); in EmitCXXNewAllocSize()
H A DCGObjC.cpp72 return ConstEmitter.tryEmitAbstract(E, E->getType()); in EmitObjCBoxedExpr()
H A DCGExpr.cpp417 if (auto Init = ConstantEmitter(CGF).tryEmitAbstract(Inner, Ty)) { in createReferenceTemporary()