Home
last modified time | relevance | path

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

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DType.cpp38 bool Type::isVoidType() const in isVoidType() function in Type
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h158 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h158 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h158 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/rand_jitter-0.1.4/src/
H A Dlib.rs158 fn clone(&self) -> JitterRng { in getTypeID()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h261 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h262 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h261 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DWrapperBeanGenerator.java89 protected boolean isVoidType(java.lang.reflect.Type type) { in isVoidType() method in WrapperBeanGenerator.RuntimeWrapperBeanGenerator
H A DAbstractWrapperBeanGenerator.java125 protected abstract boolean isVoidType(T type); in isVoidType() method in AbstractWrapperBeanGenerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/
H A DTType.java219 public final boolean isVoidType() { in isVoidType() method in TType
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h261 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h262 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DWrapperBeanGenerator.java89 protected boolean isVoidType(java.lang.reflect.Type type) { in isVoidType() method in WrapperBeanGenerator.RuntimeWrapperBeanGenerator
H A DAbstractWrapperBeanGenerator.java125 protected abstract boolean isVoidType(T type); in isVoidType() method in AbstractWrapperBeanGenerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceWrapperGenerator.java138 protected boolean isVoidType(TypeMirror type) { in isVoidType() method in WebServiceWrapperGenerator.ApWrapperBeanGenerator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceWrapperGenerator.java138 protected boolean isVoidType(TypeMirror type) { in isVoidType() method in WebServiceWrapperGenerator.ApWrapperBeanGenerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/
H A DBindings.java1135 public static boolean isVoidType(ITypeBinding binding) { in isVoidType() method in Bindings
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
H A DDeserializer.cpp200 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function in __anon185444aa0111::Deserializer
H A DSerializer.cpp210 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function in __anon6516f6210111::Serializer
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dr.cxx503 bool isVoidType = Strcmp(rettype, "void") == 0; in createFunctionPointerHandler() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/SPIRV/Serialization/
H A DDeserializer.cpp213 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function in __anon320908cf0111::Deserializer
H A DSerializer.cpp242 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function in __anon52126d060111::Serializer
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/SPIRV/Serialization/
H A DDeserializer.cpp258 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function in __anonbc26b45a0111::Deserializer
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Target/SPIRV/Serialization/
H A DSerialization.cpp250 bool isVoidType(Type type) const { return type.isa<NoneType>(); } in isVoidType() function in __anon348558190111::Serializer

12