Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DConstantEmitter.h110 llvm::Constant *tryEmitAbstract(const Expr *E, QualType T);
113 llvm::Constant *tryEmitAbstract(const APValue &value, QualType T);
H A DCGExprConstant.cpp1382 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { in tryEmitAbstract() function in ConstantEmitter
1389 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract() function in ConstantEmitter
1684 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1692 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
H A DCGException.cpp2177 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
H A DCGExprCXX.cpp723 ConstantEmitter(CGF).tryEmitAbstract(*e->getArraySize(), e->getType()); in EmitCXXNewAllocSize()
H A DCGObjC.cpp73 return ConstEmitter.tryEmitAbstract(E, E->getType()); in EmitObjCBoxedExpr()
H A DCGExpr.cpp405 if (auto Init = ConstantEmitter(CGF).tryEmitAbstract(Inner, Ty)) { in createReferenceTemporary()