Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1692 QualType nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForVarInit() local
1694 nonMemoryDestType)) in tryEmitPrivateForVarInit()
1708 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1709 auto C = tryEmitAbstract(E, nonMemoryDestType); in tryEmitAbstractForMemory()
1716 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitAbstractForMemory() local
1717 auto C = tryEmitAbstract(value, nonMemoryDestType); in tryEmitAbstractForMemory()
1723 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1724 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory()
1730 auto nonMemoryDestType = getNonMemoryType(CGM, destType); in tryEmitPrivateForMemory() local
1731 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()