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 | 1603 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 D | CGExprCXX.cpp | 734 numElements = ConstantEmitter(CGF).tryEmitAbstract( in EmitCXXNewAllocSize()
|
| H A D | CGException.cpp | 2194 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
|
| H A D | CGObjC.cpp | 72 return ConstEmitter.tryEmitAbstract(E, E->getType()); in EmitObjCBoxedExpr()
|
| H A D | CGExpr.cpp | 453 if (auto Init = ConstantEmitter(CGF).tryEmitAbstract(Inner, Ty)) { in createReferenceTemporary()
|