Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp802 QualType StaticTy = C.getRecordType(StaticRD); in emitKernelDeinit() local
804 CGM.getTypes().ConvertTypeForMem(StaticTy); in emitKernelDeinit()
2194 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction() local
2196 CGM.getTypes().ConvertTypeForMem(StaticTy); in emitListToGlobalCopyFunction()
2221 CGF.MakeNaturalAlignAddrLValue(BufferPtr, StaticTy), FD); in emitListToGlobalCopyFunction()
2298 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction() local
2300 CGM.getTypes().ConvertTypeForMem(StaticTy); in emitListToGlobalReduceFunction()
2400 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction() local
2402 CGM.getTypes().ConvertTypeForMem(StaticTy); in emitGlobalToListCopyFunction()
2505 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp845 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents() local
846 ThisVal = SVB.evalCast(ThisVal, Ty, StaticTy); in getInitialStackFrameContents()