Searched defs:typeSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp118 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1726 unsigned typeSize = SemaRef.Context.getTypeSize(elementType); local
1741 << typeCode << typeSize; local
H A DSemaType.cpp1700 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result)); local
7500 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp697 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); local
739 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); local

Completed in 228 milliseconds