Home
last modified time | relevance | path

Searched refs:Sizeof (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go115 …C.LLVMInitializeMCJITCompilerOptions(&options, C.size_t(unsafe.Sizeof(C.struct_LLVMMCJITCompilerOp…
121 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
/llvm-project-15.0.7/mlir/test/Conversion/MemRefToLLVM/
H A Dconvert-dynamic-memref-ops.mlir544 // Sizeof computation is as usual.
569 // Sizeof computation is as usual.
595 // Sizeof computation is as usual, also check the type.
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp13278 CharUnits Sizeof; in VisitUnaryExprOrTypeTraitExpr() local
13279 if (!HandleSizeof(Info, E->getExprLoc(), SrcTy, Sizeof)) in VisitUnaryExprOrTypeTraitExpr()
13281 return Success(Sizeof, E); in VisitUnaryExprOrTypeTraitExpr()