Home
last modified time | relevance | path

Searched refs:compilerOptions (Results 151 – 175 of 428) sorted by relevance

12345678910>>...18

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/common/compiler/
H A Dsolidity.go164 …byte, source string, languageVersion string, compilerVersion string, compilerOptions string) (map[…
193 CompilerOptions: compilerOptions,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/
H A DCompletionOnJavadocTag.java134 if (scope.compilerOptions().sourceLevel >= ClassFileConstants.JDK1_5) { in filterPossibleTags()
143 if (scope.compilerOptions().sourceLevel >= ClassFileConstants.JDK1_5) { in filterPossibleTags()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/jdi/lib/jdb/
H A DJdbTest.java204 protected List<String> redefineClass(int id, String... compilerOptions) { in redefineClass() argument
207 .transform(id, launchOptions.debuggeeClass, compilerOptions); in redefineClass()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/jdi/lib/jdb/
H A DJdbTest.java204 protected List<String> redefineClass(int id, String... compilerOptions) { in redefineClass() argument
207 .transform(id, launchOptions.debuggeeClass, compilerOptions); in redefineClass()
/dports/textproc/write-good/write-good-1.0.8/node_modules/tsconfig-paths/lib/
H A Dtsconfig-loader.d.ts6 compilerOptions?: { property
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/
H A DXomlCompilerParameters.cs316 private string compilerOptions = null; field in System.Workflow.ComponentModel.Compiler.WorkflowCompilerParameters
411 return this.compilerOptions;
416 this.compilerOptions = value;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DCachingCompiler.cs190 string compilerOptions; in Compile()
193 …provider = BaseCompiler.CreateProvider (language, out compilerOptions, out warningLevel, out tempd… in Compile()
201 options.CompilerOptions = compilerOptions; in Compile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DCompilerOptionsTest.java43 setUp(b -> b.compilerOptions("-source", "7", "-Xlint:cast")); in setUp()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DCompilerOptionsTest.java43 setUp(b -> b.compilerOptions("-source", "7", "-Xlint:cast,-options")); in setUp()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DCompilerOptionsTest.java43 setUp(b -> b.compilerOptions("-source", "7", "-Xlint:cast")); in setUp()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DCompilerOptionsTest.java43 setUp(b -> b.compilerOptions("-source", "7", "-Xlint:cast,-options")); in setUp()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DCompilerOptionsTest.java43 setUp(b -> b.compilerOptions("-source", "7", "-Xlint:cast,-options")); in getClassDir()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DCompilerOptionsTest.java43 setUp(b -> b.compilerOptions("-source", "7", "-Xlint:cast,-options")); in setUp()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DCompilerOptionsTest.java43 setUp(b -> b.compilerOptions("-source", "7", "-Xlint:cast,-options")); in setUp()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DCompilerOptionsTest.java43 setUp(b -> b.compilerOptions("-source", "7", "-Xlint:cast,-options")); in setUp()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/jdi/lib/jdb/
H A DJdbTest.java204 protected List<String> redefineClass(int id, String... compilerOptions) { in redefineClass() argument
207 .transform(id, launchOptions.debuggeeClass, compilerOptions); in redefineClass()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/jdi/lib/jdb/
H A DJdbTest.java204 protected List<String> redefineClass(int id, String... compilerOptions) { in redefineClass() argument
207 .transform(id, launchOptions.debuggeeClass, compilerOptions); in redefineClass()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DSPIRMetaDataTranslation.cpp282 …SPIRMD::InnerCompilerOptionsMetaDataListHandle compilerOptions = spirMDUtils.getCompilerOptionsIte… in runOnModule() local
283 SPIRMD::InnerCompilerOptionsMetaDataList::const_iterator coi = compilerOptions->begin(); in runOnModule()
284 SPIRMD::InnerCompilerOptionsMetaDataList::const_iterator coe = compilerOptions->end(); in runOnModule()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/flow/
H A DExceptionHandlingFlowContext.java104 …!this.isMethodContext || scope.compilerOptions().reportUnusedDeclaredThrownExceptionExemptExceptio… in ExceptionHandlingFlowContext()
131 && !scope.compilerOptions().reportUnusedDeclaredThrownExceptionWhenOverriding) { in complainIfUnusedExceptionHandlers()
138 if (scope.compilerOptions(). in complainIfUnusedExceptionHandlers()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DReturnStatement.java85 …if (flowInfo.reachMode() == FlowInfo.REACHABLE && currentScope.compilerOptions().isAnnotationBased… in analyseCode()
87 if (currentScope.compilerOptions().analyseResourceLeaks) { in analyseCode()
177 boolean useTypeAnnotations = scope.compilerOptions().sourceLevel >= ClassFileConstants.JDK1_8; in checkAgainstNullAnnotation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/
H A DExceptionHandlingFlowContext.java114 …!this.isMethodContext || scope.compilerOptions().reportUnusedDeclaredThrownExceptionExemptExceptio… in ExceptionHandlingFlowContext()
141 && !scope.compilerOptions().reportUnusedDeclaredThrownExceptionWhenOverriding) { in complainIfUnusedExceptionHandlers()
148 if (scope.compilerOptions(). in complainIfUnusedExceptionHandlers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DStatement.java134 CompilerOptions compilerOptions = currentScope.compilerOptions(); in analyseArguments() local
135 if (compilerOptions.sourceLevel >= ClassFileConstants.JDK1_7 && methodBinding.isPolymorphic()) in analyseArguments()
454 …&& scope.compilerOptions().sourceLevel >= org.eclipse.jdt.internal.compiler.classfmt.ClassFileCons…
H A DConstructorDeclaration.java175 CompilerOptions compilerOptions = this.scope.compilerOptions(); in analyseCode() local
176 …boolean enableSyntacticNullAnalysisForFields = compilerOptions.enableSyntacticNullAnalysisForField… in analyseCode()
186 if (compilerOptions.analyseResourceLeaks) { in analyseCode()
426 …boolean preInitSyntheticFields = this.scope.compilerOptions().targetJDK >= ClassFileConstants.JDK1… in internalGenerateCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DInternalNamingConventions.java32 private static Scanner getNameScanner(CompilerOptions compilerOptions) { in getNameScanner() argument
38 compilerOptions.sourceLevel /*sourceLevel*/, in getNameScanner()
42 compilerOptions.enablePreviewFeatures); in getNameScanner()
561 CompilerOptions compilerOptions = new CompilerOptions(options); in suggestVariableNames() local
616 Scanner nameScanner = getNameScanner(compilerOptions); in suggestVariableNames()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cmakeprojectmanager/
H A Dcmakebuildtarget.h73 QStringList compilerOptions; variable

12345678910>>...18