Home
last modified time | relevance | path

Searched defs:isVoidTy (Results 1 – 25 of 25) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DUse.h142 Value *Val = nullptr; in isVoidTy()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DRepType.hs130 isVoidTy = null . typePrimRep function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/simplStg/
H A DRepType.hs182 isVoidTy = null . typePrimRep function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DRepType.hs133 isVoidTy = null . typePrimRep function
/dports/lang/ghc/ghc-8.10.7/compiler/simplStg/
H A DRepType.hs182 isVoidTy = null . typePrimRep function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h139 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DType.h138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DType.h138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DType.h144 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DType.h141 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DType.h141 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/IR/
H A DType.h138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DType.h141 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DType.h140 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DType.h141 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DType.h138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DType.h193 bool isVoidTy() const { return ID == VoidTyID; } in isVoidTy() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DType.h138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DType.h139 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/IR/
H A DType.h138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DType.h138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DType.h139 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DType.h138 bool isVoidTy() const { return getTypeID() == VoidTyID; } in isVoidTy() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp224 bool LLVMType::isVoidTy() { return isa<LLVMVoidType>(); } in isVoidTy() function in LLVMType
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1976 bool LLVMType::isVoidTy() { return getUnderlyingType()->isVoidTy(); } in isVoidTy() function in LLVMType