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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp63 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp470 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); local
509 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1105 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result)); local
4692 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); local
4841 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); local

Completed in 189 milliseconds