Home
last modified time | relevance | path

Searched refs:compilerOptions (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DPatternMatching14Test.java1847 compilerOptions); in test044()
1867 compilerOptions); in test045()
1887 compilerOptions); in test046()
1909 compilerOptions); in test047()
1931 compilerOptions); in test048()
1953 compilerOptions); in test049()
1984 compilerOptions); in test050()
2011 compilerOptions); in _test051()
2045 compilerOptions); in test052()
2068 compilerOptions); in testBug562392a()
[all …]
H A DProblemTypeAndMethodTest.java7015 compilerOptions /* custom options */ in testBug335845a()
7045 compilerOptions /* custom options */ in testBug335845b()
7112 compilerOptions /* custom options */ in testBug335845d()
7223 compilerOptions /* custom options */ in testBug335845g()
7253 compilerOptions /* custom options */ in test124a()
7288 compilerOptions /* custom options */ in test124b()
7434 compilerOptions /* custom options */ in test376550_1a()
7538 compilerOptions /* custom options */ in test376550_2b()
7569 compilerOptions /* custom options */ in test376550_3a()
7676 compilerOptions /* custom options */ in test376550_4b()
[all …]
H A DNegativeLambdaExpressionsTest.java6611 Map compilerOptions = getCompilerOptions(); in test401989() local
6641 compilerOptions /* custom options */ in test401989()
6646 Map compilerOptions = getCompilerOptions(); in test406773() local
6713 compilerOptions /* custom options */ in test406773()
6718 Map compilerOptions = getCompilerOptions(); in test406859a() local
6741 compilerOptions /* custom options */ in test406859a()
6746 Map compilerOptions = getCompilerOptions(); in test406859b() local
6773 compilerOptions /* custom options */ in test406859b()
6804 compilerOptions /* custom options */ in test406859c()
6810 Map compilerOptions = getCompilerOptions(); in test406859d() local
[all …]
H A DFlowAnalysisTest.java2040 Map compilerOptions = getCompilerOptions(); in test063() local
2061 compilerOptions); in test063()
2066 Map compilerOptions = getCompilerOptions(); in test064() local
2087 compilerOptions); in test064()
2093 Map compilerOptions = getCompilerOptions(); in test065()
2111 compilerOptions /* customOptions */, in test065()
2135 Map compilerOptions = getCompilerOptions(); in test067() local
2152 compilerOptions /* customOptions */, in test067()
2176 compilerOptions /* customOptions */, in test068()
2203 compilerOptions); in test069()
[all …]
H A DNullTypeAnnotationTest.java2513 compilerOptions, in testNullTypeInference1()
2719 compilerOptions, in testNullTypeInference3()
4194 compilerOptions, in test420456()
5701 compilerOptions, in testTypeVariable7a()
6227 compilerOptions, in testTypeVariable19()
8033 compilerOptions, in testBug448709()
8608 compilerOptions, in testBug456584()
9468 compilerOptions, in testBug483527()
11631 compilerOptions, in testBug461268()
11653 compilerOptions, in testBug461268invoke()
[all …]
H A DTryStatementTest.java48 Map compilerOptions = super.getCompilerOptions(); in getCompilerOptions() local
50 return compilerOptions; in getCompilerOptions()
1927 String expectedOutput = !compilerOptions.inlineJsrBytecode in test040()
1970 if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) { in test040()
2098 String expectedOutput = !compilerOptions.inlineJsrBytecode in test041()
2138 if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) { in test041()
2537 String expectedOutput = !compilerOptions.inlineJsrBytecode in test043()
2633 if (compilerOptions.targetJDK == ClassFileConstants.JDK1_5) { in test043()
2966 String expectedOutput = !compilerOptions.inlineJsrBytecode ? in test044()
3082 String expectedOutput = !compilerOptions.inlineJsrBytecode in test045()
[all …]
H A DNullChecksTests.java223 Map<String, String> compilerOptions = getCompilerOptions(); in testIsNull() local
224 compilerOptions.put(JavaCore.COMPILER_PB_SUPPRESS_OPTIONAL_ERRORS, JavaCore.ENABLED); in testIsNull()
248 compilerOptions, in testIsNull()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DCodeSnippetParsingUtil.java76 CompilerOptions compilerOptions = new CompilerOptions(settings); in parseClassBodyDeclarations() local
77 compilerOptions.ignoreMethodBodies = this.ignoreMethodBodies; in parseClassBodyDeclarations()
80 compilerOptions, in parseClassBodyDeclarations()
91 compilerOptions.defaultEncoding); in parseClassBodyDeclarations()
108 compilerOptions.ignoreMethodBodies = this.ignoreMethodBodies; in parseCompilationUnit()
113 compilerOptions, in parseCompilationUnit()
121 compilerOptions.defaultEncoding); in parseCompilationUnit()
164 compilerOptions, in parseExpression()
173 compilerOptions.defaultEncoding); in parseExpression()
203 compilerOptions, in parseStatements()
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/tsconfig-paths/test/
H A Dtsconfig-loader-tests.ts95 const config = { compilerOptions: { baseUrl: "hej" } };
105 const config = { compilerOptions: { baseUrl: "hej" } };
120 const config = { compilerOptions: { baseUrl: "hej" } };
136 compilerOptions: { baseUrl: "kalle", paths: { foo: ["bar2"] } }
140 compilerOptions: {
163 compilerOptions: {
172 const firstConfig = { compilerOptions: { baseUrl: "." } };
200 compilerOptions: { baseUrl: join("..", "..") }
/dports/devel/eric6/eric6-21.11/eric/eric6/Project/
H A DRccCompilerOptionsDialog.py19 def __init__(self, compilerOptions, parent=None): argument
31 self.thresholdSpinBox.setValue(compilerOptions["CompressionThreshold"])
32 self.compressionSpinBox.setValue(compilerOptions["CompressLevel"])
33 self.disableCheckBox.setChecked(compilerOptions["CompressionDisable"])
34 self.rootEdit.setText(compilerOptions["PathPrefix"])
H A DUicCompilerOptionsDialog.py19 def __init__(self, compilerOptions, compiler, parent=None): argument
33 self.packageEdit.setText(compilerOptions["Package"])
34 self.packageRootEdit.setText(compilerOptions["PackagesRoot"])
35 self.suffixEdit.setText(compilerOptions["RcSuffix"])
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DCodeSnippetEvaluator.java126 CompilerOptions compilerOptions = new CompilerOptions(this.options); in getCompiler() local
127 compilerOptions.performMethodsFullRecovery = true; in getCompiler()
128 compilerOptions.performStatementsRecovery = true; in getCompiler()
133 compilerOptions, in getCompiler()
163 CompilerOptions compilerOptions = new CompilerOptions(this.options); in getCompiler() local
164 compilerOptions.performMethodsFullRecovery = true; in getCompiler()
165 compilerOptions.performStatementsRecovery = true; in getCompiler()
169 compilerOptions, in getCompiler()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DCompilationUnitProblemFinder.java85 CompilerOptions compilerOptions, in CompilationUnitProblemFinder() argument
91 compilerOptions, in CompilationUnitProblemFinder()
186 CompilerOptions compilerOptions = new CompilerOptions(settings); in getCompilerOptions() local
187 compilerOptions.performMethodsFullRecovery = statementsRecovery; in getCompilerOptions()
188 compilerOptions.performStatementsRecovery = statementsRecovery; in getCompilerOptions()
189compilerOptions.parseLiteralExpressionsAsConstants = !creatingAST; /*parse literal expressions as … in getCompilerOptions()
191compilerOptions.storeAnnotations = true; /* store annotations in the bindings if creating a DOM AS… in getCompilerOptions()
192 return compilerOptions; in getCompilerOptions()
255 …CompilerOptions compilerOptions = getCompilerOptions(project.getOptions(true), creatingAST, ((reco… in process() local
257 compilerOptions.ignoreMethodBodies = ignoreMethodBodies; in process()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/
H A DSecondaryTypesPerformanceTest.java121 Map<String, String> compilerOptions = new HashMap<>(10); in createCompilerOptions() local
122 compilerOptions.put(JavaCore.COMPILER_COMPLIANCE, JavaCore.VERSION_1_8); in createCompilerOptions()
123 compilerOptions.put(JavaCore.COMPILER_CODEGEN_TARGET_PLATFORM, JavaCore.VERSION_1_8); in createCompilerOptions()
124 compilerOptions.put(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_1_8); in createCompilerOptions()
125 compilerOptions.put(JavaCore.COMPILER_TASK_PRIORITIES, JavaCore.COMPILER_TASK_PRIORITY_HIGH); in createCompilerOptions()
126 compilerOptions.put(JavaCore.COMPILER_DOC_COMMENT_SUPPORT, JavaCore.ENABLED); in createCompilerOptions()
127 return compilerOptions; in createCompilerOptions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DCompilationUnitResolver.java161 CompilerOptions compilerOptions, in CompilationUnitResolver() argument
337 return compilerOptions; in getCompilerOptions()
419 compilerOptions,
469 compilerOptions,
534 compilerOptions,
609 compilerOptions,
657 compilerOptions,
707 compilerOptions,
757 Map compilerOptions,
882 Map compilerOptions,
[all …]
H A DASTParser.java284 this.compilerOptions = options; in initializeDefaults()
378 this.compilerOptions = options; in setCompilerOptions()
655 this.compilerOptions = options; in setSource()
791 this.compilerOptions = options; in setProject()
1183 && this.compilerOptions != null; in internalCreateAST()
1210 this.compilerOptions, in internalCreateAST()
1219 this.compilerOptions, in internalCreateAST()
1227 this.compilerOptions, in internalCreateAST()
1235 this.compilerOptions, in internalCreateAST()
1350 this.compilerOptions, in internalCreateASTForKind()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DCompiler.cs61 …public Compiler(String compilerOptions, String extension, String language, String type, int warnin… in Compiler() argument
63 base[_propCompilerOptions] = compilerOptions; in Compiler()
127 string compilerOptions = CompilerOptions;
130 … CompilationUtil.CheckCompilerOptionsAllowed(compilerOptions, true /*config*/,
134 compilParams.CompilerOptions = compilerOptions;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/formatter/
H A DFormatterRegressionTests.java6774 Map compilerOptions = new HashMap(); in test503() local
6798 Map compilerOptions = new HashMap(); in test504() local
6825 Map compilerOptions = new HashMap(); in test505() local
6853 Map compilerOptions = new HashMap(); in test506() local
6880 Map compilerOptions = new HashMap(); in test507() local
6907 Map compilerOptions = new HashMap(); in test508() local
6998 Map compilerOptions = new HashMap(); in test513() local
7038 Map compilerOptions = new HashMap(); in test515() local
10708 Map compilerOptions = new HashMap(); in test720() local
10719 Map compilerOptions = new HashMap(); in test721() local
[all …]
/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 DMethodDeclaration.java123 CompilerOptions compilerOptions = this.scope.compilerOptions(); in analyseCode() local
124 …boolean enableSyntacticNullAnalysisForFields = compilerOptions.enableSyntacticNullAnalysisForField… in analyseCode()
134 if (compilerOptions.analyseResourceLeaks) { in analyseCode()
280 final CompilerOptions compilerOptions = this.scope.compilerOptions(); in resolveStatements() local
283 long complianceLevel = compilerOptions.complianceLevel; in resolveStatements()
307 && compilerOptions.reportMissingOverrideAnnotationForInterfaceMethodImplementation in resolveStatements()
319 && compilerOptions.reportMissingOverrideAnnotationForInterfaceMethodImplementation in resolveStatements()
352 if (compilerOptions.sourceLevel >= ClassFileConstants.JDK1_8 in resolveStatements()
354 …boolean isPrivateMethod = compilerOptions.sourceLevel >= ClassFileConstants.JDK9 && (this.modifier… in resolveStatements()
364 …if (compilerOptions.getSeverity(CompilerOptions.OverridingMethodWithoutSuperInvocation) != Problem… in resolveStatements()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gpu_utils/
H A Docl_compiler.cpp164 std::string compilerOptions; in selectCompilerOptions() local
168 compilerOptions += " -cl-opt-disable"; in selectCompilerOptions()
174 compilerOptions += " -cl-fast-relaxed-math"; in selectCompilerOptions()
179 compilerOptions += " -cl-denorms-are-zero"; in selectCompilerOptions()
184 compilerOptions += " -cl-nv-verbose"; in selectCompilerOptions()
192 compilerOptions += " -save-temps"; in selectCompilerOptions()
198 compilerOptions += " -g"; in selectCompilerOptions()
201 return compilerOptions; in selectCompilerOptions()
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/vscode-languageserver/bin/
H A DinstallServerIntoExtension42 var compilerOptions = json.compilerOptions;
43 if (compilerOptions) {
44 var outDir = compilerOptions.outDir;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/core/manipulation/
H A DCleanUpRequirementsCore.java48 …T, boolean requiresFreshAST, boolean requiresChangedRegions, Map<String, String> compilerOptions) { in CleanUpRequirementsCore() argument
50 …Assert.isLegal(compilerOptions == null || requiresAST, "Must not provide options if no AST is requ… in CleanUpRequirementsCore()
55 fCompilerOptions= compilerOptions; in CleanUpRequirementsCore()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DInternalNamingConventions.java26 private static Scanner getNameScanner(CompilerOptions compilerOptions) { in getNameScanner() argument
39 CompilerOptions compilerOptions = new CompilerOptions(options); in suggestArgumentNames() local
44 excludedNames, getNameScanner(compilerOptions), requestor); in suggestArgumentNames()
53 CompilerOptions compilerOptions = new CompilerOptions(options); in suggestFieldNames() local
61 getNameScanner(compilerOptions), requestor); in suggestFieldNames()
68 CompilerOptions compilerOptions = new CompilerOptions(options); in suggestLocalVariableNames() local
73 excludedNames, getNameScanner(compilerOptions), requestor); in suggestLocalVariableNames()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DMethodDeclaration.java108 if (classScope.compilerOptions().sourceLevel < ClassFileConstants.JDK1_8) in analyseCode()
119 …boolean enableSyntacticNullAnalysisForFields = this.scope.compilerOptions().enableSyntacticNullAna… in analyseCode()
220 final CompilerOptions compilerOptions = this.scope.compilerOptions(); in resolveStatements() local
223 long complianceLevel = compilerOptions.complianceLevel; in resolveStatements()
247 && compilerOptions.reportMissingOverrideAnnotationForInterfaceMethodImplementation in resolveStatements()
259 && compilerOptions.reportMissingOverrideAnnotationForInterfaceMethodImplementation in resolveStatements()
291 if (compilerOptions.sourceLevel >= ClassFileConstants.JDK1_8 in resolveStatements()
302 …if (compilerOptions.getSeverity(CompilerOptions.OverridingMethodWithoutSuperInvocation) != Problem… in resolveStatements()
H A DCastExpression.java83 CompilerOptions compilerOptions = scope.compilerOptions(); in checkNeedForAssignedCast() local
84 …if (compilerOptions.getSeverity(CompilerOptions.UnnecessaryTypeCheck) == ProblemSeverities.Ignore)… in checkNeedForAssignedCast()
92 …if (compilerOptions.isAnnotationBasedNullAnalysisEnabled && compilerOptions.sourceLevel >= ClassFi… in checkNeedForAssignedCast()
107 …if (scope.compilerOptions().getSeverity(CompilerOptions.UnnecessaryTypeCheck) == ProblemSeverities… in checkNeedForCastCast()
123 …if (scope.compilerOptions().getSeverity(CompilerOptions.UnnecessaryTypeCheck) == ProblemSeverities… in checkNeedForEnclosingInstanceCast()
145 …if (scope.compilerOptions().getSeverity(CompilerOptions.UnnecessaryTypeCheck) == ProblemSeverities… in checkNeedForArgumentCast()
166 …if (scope.compilerOptions().getSeverity(CompilerOptions.UnnecessaryTypeCheck) == ProblemSeverities… in checkNeedForArgumentCasts()
207 …if (scope.compilerOptions().getSeverity(CompilerOptions.UnnecessaryTypeCheck) == ProblemSeverities… in checkNeedForArgumentCasts()
526 if (scope.compilerOptions().sourceLevel >= ClassFileConstants.JDK1_8) { in resolveType()
552 boolean nullAnnotationMismatch = scope.compilerOptions().isAnnotationBasedNullAnalysisEnabled in resolveType()
[all …]

12345678910>>...18