Home
last modified time | relevance | path

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

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java433 int abstractType = in setInputFrameFromDescriptor() local
510 int abstractType = outputLocals[localIndex]; in getLocal() local
526 private void setLocal(final int localIndex, final int abstractType) { in setLocal()
546 private void push(final int abstractType) { in push()
575 … int abstractType = getAbstractTypeFromDescriptor(symbolTable, descriptor, typeDescriptorOffset); in push() local
640 private void addInitializedType(final int abstractType) { in addInitializedType()
665 private int getInitializedType(final SymbolTable symbolTable, final int abstractType) { in getInitializedType()
1434 final SymbolTable symbolTable, final int abstractType, final ByteVector output) { in putAbstractType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java440 int abstractType = in setInputFrameFromDescriptor() local
517 int abstractType = outputLocals[localIndex]; in getLocal() local
533 private void setLocal(final int localIndex, final int abstractType) { in setLocal()
553 private void push(final int abstractType) { in push()
583 … int abstractType = getAbstractTypeFromDescriptor(symbolTable, descriptor, typeDescriptorOffset); in push() local
648 private void addInitializedType(final int abstractType) { in addInitializedType()
673 private int getInitializedType(final SymbolTable symbolTable, final int abstractType) { in getInitializedType()
1439 final SymbolTable symbolTable, final int abstractType, final ByteVector output) { in putAbstractType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java440 int abstractType = in setInputFrameFromDescriptor() local
517 int abstractType = outputLocals[localIndex]; in getLocal() local
533 private void setLocal(final int localIndex, final int abstractType) { in setLocal()
553 private void push(final int abstractType) { in push()
583 … int abstractType = getAbstractTypeFromDescriptor(symbolTable, descriptor, typeDescriptorOffset); in push() local
648 private void addInitializedType(final int abstractType) { in addInitializedType()
673 private int getInitializedType(final SymbolTable symbolTable, final int abstractType) { in getInitializedType()
1439 final SymbolTable symbolTable, final int abstractType, final ByteVector output) { in putAbstractType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java433 int abstractType = in setInputFrameFromDescriptor() local
510 int abstractType = outputLocals[localIndex]; in getLocal() local
526 private void setLocal(final int localIndex, final int abstractType) { in setLocal()
546 private void push(final int abstractType) { in push()
575 … int abstractType = getAbstractTypeFromDescriptor(symbolTable, descriptor, typeDescriptorOffset); in push() local
640 private void addInitializedType(final int abstractType) { in addInitializedType()
665 private int getInitializedType(final SymbolTable symbolTable, final int abstractType) { in getInitializedType()
1434 final SymbolTable symbolTable, final int abstractType, final ByteVector output) { in putAbstractType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java440 int abstractType = in setInputFrameFromDescriptor() local
517 int abstractType = outputLocals[localIndex]; in getLocal() local
533 private void setLocal(final int localIndex, final int abstractType) { in setLocal()
553 private void push(final int abstractType) { in push()
583 … int abstractType = getAbstractTypeFromDescriptor(symbolTable, descriptor, typeDescriptorOffset); in push() local
648 private void addInitializedType(final int abstractType) { in addInitializedType()
673 private int getInitializedType(final SymbolTable symbolTable, final int abstractType) { in getInitializedType()
1439 final SymbolTable symbolTable, final int abstractType, final ByteVector output) { in putAbstractType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java433 int abstractType = in setInputFrameFromDescriptor() local
510 int abstractType = outputLocals[localIndex]; in getLocal() local
526 private void setLocal(final int localIndex, final int abstractType) { in setLocal()
546 private void push(final int abstractType) { in push()
575 … int abstractType = getAbstractTypeFromDescriptor(symbolTable, descriptor, typeDescriptorOffset); in push() local
640 private void addInitializedType(final int abstractType) { in addInitializedType()
665 private int getInitializedType(final SymbolTable symbolTable, final int abstractType) { in getInitializedType()
1434 final SymbolTable symbolTable, final int abstractType, final ByteVector output) { in putAbstractType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DTypeSupport.h91 : abstractType(nullptr), subclassData(subclassData) {} in abstractType() function
101 const AbstractType *abstractType; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dresolve72.f9016 !ERROR: Assumed-type argument 'arg4' cannot be a coarray
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/type/
H A Dschema.mjs148 GraphQLSchema.prototype.getPossibleTypes = function getPossibleTypes(abstractType) { argument
155 GraphQLSchema.prototype.isPossibleType = function isPossibleType(abstractType, possibleType) { argument
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/types/
H A Dindexedtype.cpp51 AbstractType::Ptr IndexedType::abstractType() const in abstractType() function in KDevelop::IndexedType
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DAbstract.hs31 abstractType a v (El s b) = El (absTerm v s) <$> abstractTerm a v (sort s) b function
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codegen/
H A Dcodedescription.cpp62 if (auto abstractType = declaration->abstractType()) { in VariableDescription() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dresolve70.f9015 type, abstract :: abstractType type
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Semantics/
H A Dresolve70.f9015 type, abstract :: abstractType type
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dresolve70.f9016 type, abstract :: abstractType type
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dresolve70.f9015 type, abstract :: abstractType type
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dresolve70.f9015 type, abstract :: abstractType type
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dresolve70.f9016 type, abstract :: abstractType type
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dresolve70.f9015 type, abstract :: abstractType type
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DTypeSupport.h103 const AbstractType *abstractType; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DTypeSupport.h103 const AbstractType *abstractType; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DTypeSupport.h103 const AbstractType *abstractType; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DTypeSupport.h127 AbstractType *abstractType; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DTypeSupport.h127 AbstractType *abstractType; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DTypeSupport.h127 AbstractType *abstractType; variable

12