Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp123 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy); in checkPreStmt() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp296 unsigned typeSize = in parse() local
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp200 CharUnits typeSize = cgf.getContext().getTypeSizeInChars(type); in emitCXXNewAllocSize() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1273 uint32_t typeSize; in printStats() member
1286 uint32_t typeSize = records.getType(typeIndex).length(); in printStats() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp718 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); in EmitCXXNewAllocSize() local
760 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); in EmitCXXNewAllocSize() local
H A DCGDebugInfo.cpp5275 const uint64_t typeSize = CGM.getContext().getTypeSize(BD->getType()); in EmitDeclare() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1431 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result)); in ConvertDeclSpecToType() local
8359 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); in HandleNeonVectorTypeAttr() local
H A DSemaInit.cpp1982 unsigned typeSize = SemaRef.Context.getTypeSize(elementType); in CheckVectorType() local