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.cpp1603 ConstantEmitter::tryEmitAbstract(const Expr *E, QualType destType) { in tryEmitAbstract() function in ConstantEmitter
1610 ConstantEmitter::tryEmitAbstract(const APValue &value, QualType destType) { in tryEmitAbstract() function in ConstantEmitter
1624 return tryEmitAbstract(CE->getAPValueResult(), RetType); in tryEmitConstantExpr()
1897 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1905 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
H A DCGExprCXX.cpp734 numElements = ConstantEmitter(CGF).tryEmitAbstract( in EmitCXXNewAllocSize()
H A DCGException.cpp2194 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
H A DCGObjC.cpp72 return ConstEmitter.tryEmitAbstract(E, E->getType()); in EmitObjCBoxedExpr()
H A DCGExpr.cpp453 if (auto Init = ConstantEmitter(CGF).tryEmitAbstract(Inner, Ty)) { in createReferenceTemporary()