Searched refs:nonMemoryDestType (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 1792 QualType nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForVarInit() local 1793 if (llvm::Constant *C = ConstExprEmitter(*this).Visit(E, nonMemoryDestType)) in tryEmitPrivateForVarInit() 1807 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local 1808 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory() 1815 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local 1816 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory() 1822 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local 1823 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory() 1829 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local 1830 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()
|