Searched refs:tryEmitAbstract (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ConstantEmitter.h | 111 llvm::Constant *tryEmitAbstract(const Expr *E, QualType T); 114 llvm::Constant *tryEmitAbstract(const APValue &value, QualType T);
|
H A D | CGExprConstant.cpp | 1517 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 D | CGException.cpp | 2194 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
|
H A D | CGExprCXX.cpp | 730 ConstantEmitter(CGF).tryEmitAbstract(*e->getArraySize(), e->getType()); in EmitCXXNewAllocSize()
|
H A D | CGObjC.cpp | 72 return ConstEmitter.tryEmitAbstract(E, E->getType()); in EmitObjCBoxedExpr()
|
H A D | CGExpr.cpp | 417 if (auto Init = ConstantEmitter(CGF).tryEmitAbstract(Inner, Ty)) { in createReferenceTemporary()
|