Home
last modified time | relevance | path

Searched refs:isGenericType (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/
H A DSuperTypeSet.java110 if (leftErasure.isGenericType() || rightErasure.isGenericType()) { in restrictedTo()
126 if (leftErasure.isGenericType() || rightErasure.isGenericType()) { in restrictedTo()
201 … if (subErasure.isGenericType() || superErasure.isGenericType() || rightErasure.isGenericType()) { in restrictedTo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DTypeBinding.java113 public boolean isGenericType() { in isGenericType() method in TypeBinding
171 if (otherType.isGenericType()) return false; in isProvablyDistinctFrom()
186 } else if (this.isGenericType()) { in isProvablyDistinctFrom()
/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 DArrayType.java40 …if (fElementType.isStandardType() || fElementType.isGenericType() || fElementType.isPrimitiveType(… in initialize()
50 …if (fElementType.isStandardType() || fElementType.isGenericType() || fElementType.isPrimitiveType(… in initialize()
/dports/math/scilab/scilab-6.1.1/scilab/modules/mexlib/src/cpp/
H A Dmexlib.cpp421 if (pIT == NULL || pIT->isGenericType() == false) in mxIsComplex()
483 if (pIT == NULL || pIT->isGenericType() == false) in mxIsScalar()
674 if (pIT == NULL || pIT->isGenericType() == false) in mxIsSparse()
866 if(pIT->isGenericType() == false) in mxGetDimensions()
951 if (pIT == NULL || pIT->isGenericType() == false) in mxGetNumberOfElements()
977 if (pIT == NULL || pIT->isGenericType() == false) in mxGetM()
989 if (pIT == NULL || pIT->isGenericType() == false) in mxSetM()
1003 if (pIT == NULL || pIT->isGenericType() == false) in mxGetN()
1015 if (pIT == NULL || pIT->isGenericType() == false) in mxSetN()
1586 if (pIT == NULL || pIT->isGenericType() == false) in mxGetNzmax()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/sci_gateway/cpp/
H A Dsci_isvector.cpp44 if (in[0]->isTList() || in[0]->isMList() || in[0]->isGenericType() == false) in sci_isvector()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DAssignment.java65 && (rhsType.isParameterizedType() || rhsType.isGenericType())) { in checkAssignment()
67 …} else if (rhsType.isRawType() && (lhsType.isBoundParameterizedType() || lhsType.isGenericType()))… in checkAssignment()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h97 bool isGenericType() const { in isGenericType() function
103 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h98 bool isGenericType() const { in isGenericType() function
104 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h98 bool isGenericType() const { in isGenericType() function
104 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h108 bool isGenericType() const { in isGenericType() function
114 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h116 bool isGenericType() const { in isGenericType() function
122 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCInstrDesc.h114 bool isGenericType() const { in isGenericType() function
120 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h109 bool isGenericType() const { in isGenericType() function
115 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h116 bool isGenericType() const { in isGenericType() function
122 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h117 bool isGenericType() const { in isGenericType() function
123 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h108 bool isGenericType() const { in isGenericType() function
114 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h109 bool isGenericType() const { in isGenericType() function
115 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h116 bool isGenericType() const { in isGenericType() function
122 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCInstrDesc.h116 bool isGenericType() const { in isGenericType() function
122 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h116 bool isGenericType() const { in isGenericType() function
122 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h109 bool isGenericType() const { in isGenericType() function
115 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h117 bool isGenericType() const { in isGenericType() function
123 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h116 bool isGenericType() const { in isGenericType() function
122 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dtype.d.ts4 export declare function isGenericType(type: ts.Type): type is ts.GenericType;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dtype.d.ts4 export declare function isGenericType(type: ts.Type): type is ts.GenericType;

12345678