Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp782 QualType StaticTy = C.getRecordType(StaticRD); in emitKernelDeinit() local
784 CGM.getTypes().ConvertTypeForMem(StaticTy); in emitKernelDeinit()