Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3134 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction() local
3136 CGM.getTypes().ConvertTypeForMem(StaticTy); in emitListToGlobalCopyFunction()
3159 CGF.MakeNaturalAlignAddrLValue(BufferArrPtr, StaticTy), FD); in emitListToGlobalCopyFunction()
3236 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction() local
3238 CGM.getTypes().ConvertTypeForMem(StaticTy); in emitListToGlobalReduceFunction()
3259 CGF.MakeNaturalAlignAddrLValue(BufferArrPtr, StaticTy), FD); in emitListToGlobalReduceFunction()
3339 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction() local
3341 CGM.getTypes().ConvertTypeForMem(StaticTy); in emitGlobalToListCopyFunction()
3365 CGF.MakeNaturalAlignAddrLValue(BufferArrPtr, StaticTy), FD); in emitGlobalToListCopyFunction()
3442 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp813 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents() local
814 ThisVal = SVB.evalCast(ThisVal, Ty, StaticTy); in getInitialStackFrameContents()