Home
last modified time | relevance | path

Searched refs:constructorType (Results 76 – 100 of 143) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DArgumentAttr.java656 return (speculativeTree.constructorType != null) ?
657 speculativeTree.constructorType.baseType() : syms.errType;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DArgumentAttr.java656 return (speculativeTree.constructorType != null) ?
657 speculativeTree.constructorType.baseType() : syms.errType;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java681 Type erasedConstructorType = tree.constructorType != null ? in visitNewClass()
682 erasure(tree.constructorType) : in visitNewClass()
696 tree.constructorType = erasedConstructorType; in visitNewClass()
H A DArgumentAttr.java719 return (speculativeTree.constructorType != null) ?
720 speculativeTree.constructorType.baseType() : syms.errType;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java686 Type erasedConstructorType = tree.constructorType != null ? in visitNewClass()
687 erasure(tree.constructorType) : in visitNewClass()
701 tree.constructorType = erasedConstructorType; in visitNewClass()
H A DArgumentAttr.java719 return (speculativeTree.constructorType != null) ?
720 speculativeTree.constructorType.baseType() : syms.errType;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java695 Type erasedConstructorType = tree.constructorType != null ? in visitNewClass()
696 erasure(tree.constructorType) : in visitNewClass()
710 tree.constructorType = erasedConstructorType; in visitNewClass()
H A DArgumentAttr.java711 return (speculativeTree.constructorType != null) ?
712 speculativeTree.constructorType.baseType() : syms.errType;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java688 Type erasedConstructorType = tree.constructorType != null ? in visitNewClass()
689 erasure(tree.constructorType) : in visitNewClass()
703 tree.constructorType = erasedConstructorType; in visitNewClass()
H A DArgumentAttr.java719 return (speculativeTree.constructorType != null) ?
720 speculativeTree.constructorType.baseType() : syms.errType;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java678 Type erasedConstructorType = tree.constructorType != null ? in visitNewClass()
679 erasure(tree.constructorType) : in visitNewClass()
693 tree.constructorType = erasedConstructorType; in visitNewClass()
H A DArgumentAttr.java718 return (speculativeTree.constructorType != null) ?
719 speculativeTree.constructorType.baseType() : syms.errType;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java688 Type erasedConstructorType = tree.constructorType != null ? in visitNewClass()
689 erasure(tree.constructorType) : in visitNewClass()
703 tree.constructorType = erasedConstructorType; in visitNewClass()
H A DArgumentAttr.java719 return (speculativeTree.constructorType != null) ?
720 speculativeTree.constructorType.baseType() : syms.errType;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java698 if (tree.constructorType != null) in visitNewClass()
699 tree.constructorType = erasure(tree.constructorType); in visitNewClass()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java698 if (tree.constructorType != null) in visitNewClass()
699 tree.constructorType = erasure(tree.constructorType); in visitNewClass()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/tlslite/patches/
H A Ddhe_rsa.patch512 - yield ServerKeyExchange(constructorType).parse(p)
513 + yield ServerKeyExchange(constructorType,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/patches/
H A Ddhe_rsa.patch512 - yield ServerKeyExchange(constructorType).parse(p)
513 + yield ServerKeyExchange(constructorType,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/bind/
H A Dgen.go333 func (g *Generator) constructorType(f *types.Func) *types.TypeName { func
H A Dgenobjc.go93 if t := g.constructorType(f); t != nil {
/dports/security/keybase/client-v5.7.1/go/vendor/golang.org/x/mobile/bind/
H A Dgen.go333 func (g *Generator) constructorType(f *types.Func) *types.TypeName { func
H A Dgenobjc.go93 if t := g.constructorType(f); t != nil {
/dports/math/vampire/vampire-4.5.1/Parse/
H A DSMTLIB2.cpp1021 OperatorType* constructorType = OperatorType::getFunctionType(arity, argSorts.begin(), taSort); in buildTermAlgebraConstructor() local
1022 env.signature->getFunction(functor)->setType(constructorType); in buildTermAlgebraConstructor()
1025 LOG1("build constructor "+constrName+": "+constructorType->toString()); in buildTermAlgebraConstructor()
/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DAST.cpp897 functionType = structType.constructorType(); in sortedArguments()
H A DTypes.h1017 FunctionType const* constructorType() const;

123456