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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp119 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp550 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); local
589 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp1443 unsigned typeSize = SemaRef.Context.getTypeSize(elementType); local
1458 << typeCode << typeSize; local
H A DSemaType.cpp1554 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result)); local
6051 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); local
6208 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); local

Completed in 53 milliseconds