Home
last modified time | relevance | path

Searched defs:typeSize (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp121 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy); in checkPreStmt() local
/openbsd-src/gnu/llvm/lld/COFF/
H A DPDB.cpp1263 uint32_t typeSize; in printStats() member
1276 uint32_t typeSize = records.getType(typeIndex).length(); in printStats() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp706 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); in EmitCXXNewAllocSize() local
748 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); in EmitCXXNewAllocSize() local
H A DCGDebugInfo.cpp4693 const uint64_t typeSize = CGM.getContext().getTypeSize(BD->getType()); in EmitDeclare() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp1787 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result)); in ConvertDeclSpecToType() local
8117 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); in HandleNeonVectorTypeAttr() local
H A DSemaInit.cpp1783 unsigned typeSize = SemaRef.Context.getTypeSize(elementType); in CheckVectorType() local