Home
last modified time | relevance | path

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

/llvm-project/libc/fuzzing/math/
H A DRemQuoDiff.h23 constexpr size_t typeSize = sizeof(T); in RemQuoDiff() local
/llvm-project/mlir/test/lib/Dialect/DLTI/
H A DTestDataLayoutQuery.cpp50 auto convertTypeSizeToAttr = [&](llvm::TypeSize typeSize) -> Attribute { in runOnOperation()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp121 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy); in checkPreStmt() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DLoopVersioning.cpp264 size_t typeSize = 0; runOnOperation() local
/llvm-project/lld/COFF/
H A DPDB.cpp1275 uint32_t typeSize; printStats() member
1288 uint32_t typeSize = records.getType(typeIndex).length(); printStats() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp713 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); EmitCXXNewAllocSize() local
755 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); EmitCXXNewAllocSize() local
H A DCGDebugInfo.cpp5012 const uint64_t typeSize = CGM.getContext().getTypeSize(BD->getType()); EmitDeclare() local
/llvm-project/mlir/include/mlir/IR/
H A DOpImplementation.h1571 size_t typeSize = llvm::range_size(types); resolveOperands() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMMemorySlot.cpp1053 uint64_t typeSize = dataLayout.getTypeSize(elemType); rewire() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1416 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result)); ConvertDeclSpecToType() local
8147 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); HandleNeonVectorTypeAttr() local
H A DSemaInit.cpp1909 unsigned typeSize = SemaRef.Context.getTypeSize(elementType); CheckVectorType() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1826 llvm::TypeSize typeSize = convertOmpThreadprivate() local