Home
last modified time | relevance | path

Searched refs:CompilerOptions (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/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 DResourceLeakTests.java86 options.put(CompilerOptions.OPTION_ReportUnclosedCloseable, CompilerOptions.ERROR); in test056()
119 options.put(CompilerOptions.OPTION_ReportUnclosedCloseable, CompilerOptions.ERROR); in test056a()
150 options.put(CompilerOptions.OPTION_ReportUnclosedCloseable, CompilerOptions.ERROR); in test056b()
190 options.put(CompilerOptions.OPTION_ReportUnclosedCloseable, CompilerOptions.ERROR); in test056c()
228 options.put(CompilerOptions.OPTION_ReportUnclosedCloseable, CompilerOptions.ERROR); in test056d()
278 options.put(CompilerOptions.OPTION_ReportUnclosedCloseable, CompilerOptions.ERROR); in test056d_suppress()
333 options.put(CompilerOptions.OPTION_ReportUnclosedCloseable, CompilerOptions.ERROR); in test056e()
369 options.put(CompilerOptions.OPTION_ReportUnclosedCloseable, CompilerOptions.ERROR); in test056f()
5572 options.put(CompilerOptions.OPTION_EnablePreviews, CompilerOptions.ENABLED); in testBug542707_001()
5624 options.put(CompilerOptions.OPTION_EnablePreviews, CompilerOptions.ENABLED); in testBug542707_002()
[all …]
H A DJavadocTestOptions.java1412 options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE); in getCompilerOptions()
1413 options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); in getCompilerOptions()
1414 options.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); in getCompilerOptions()
1415 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in getCompilerOptions()
1441 this.docCommentSupport = CompilerOptions.DISABLED; in testInvalidTagsClassNoSupport()
1445 this.docCommentSupport = CompilerOptions.DISABLED; in testInvalidTagsFieldNoSupport()
1449 this.docCommentSupport = CompilerOptions.DISABLED; in testInvalidTagsMethodNoSupport()
1453 this.docCommentSupport = CompilerOptions.DISABLED; in testInvalidTagsConstructorNoSupport()
1476 this.reportInvalidJavadoc = CompilerOptions.ERROR; in testInvalidTagsClassErrorNotags()
1481 this.reportInvalidJavadoc = CompilerOptions.ERROR; in testInvalidTagsFieldErrorNotags()
[all …]
H A DProblemTypeAndMethodTest.java4145 options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED); in test089()
6993 compilerOptions.put(CompilerOptions.OPTION_ReportMethodCanBeStatic, CompilerOptions.ERROR); in testBug335845a()
6996 compilerOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); in testBug335845a()
7023 compilerOptions.put(CompilerOptions.OPTION_ReportMethodCanBeStatic, CompilerOptions.ERROR); in testBug335845b()
7026 compilerOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); in testBug335845b()
7057 runner.customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); in testBug335845c()
7090 compilerOptions.put(CompilerOptions.OPTION_ReportMethodCanBeStatic, CompilerOptions.ERROR); in testBug335845d()
7093 compilerOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); in testBug335845d()
7124 runner.customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); in testBug335845e()
7160 runner.customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); in testBug335845f()
[all …]
H A DLocalVariableTest.java219 CompilerOptions.ENABLED); in test010()
372 options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED); in test016()
373 options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR); in test016()
430 options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); in test017()
431 options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR); in test017()
498 options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED); in test018()
499 options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR); in test018()
566 options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED); in test019()
567 options.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.ERROR); in test019()
649 options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED); in test020()
[all …]
H A DJavadocTestForRecord.java90 options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE); in getCompilerOptions()
91 options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); in getCompilerOptions()
92 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR); in getCompilerOptions()
93 options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR); in getCompilerOptions()
94 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in getCompilerOptions()
96 options.put(CompilerOptions.OPTION_Release, CompilerOptions.ENABLED); in getCompilerOptions()
97 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_14); // FIXME in getCompilerOptions()
98 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_14); in getCompilerOptions()
99 options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_14); in getCompilerOptions()
100 options.put(CompilerOptions.OPTION_EnablePreviews, CompilerOptions.ENABLED); in getCompilerOptions()
[all …]
H A DJavadocTest_1_5.java75 options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE); in getCompilerOptions()
76 options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); in getCompilerOptions()
77 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR); in getCompilerOptions()
78 options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR); in getCompilerOptions()
79 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in getCompilerOptions()
80 …options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsMethodTypeParameters, CompilerOptions.E… in getCompilerOptions()
4168 …options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsMethodTypeParameters, CompilerOptions.D… in testBug322581a()
4200 …options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsMethodTypeParameters, CompilerOptions.D… in testBug322581b()
4242 …options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsMethodTypeParameters, CompilerOptions.D… in testBug331872()
4273 …options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsMethodTypeParameters, CompilerOptions.D… in testBug331872b()
[all …]
H A DProgrammingProblemsTest.java178 CompilerOptions.ENABLED); in test0003_unread_parameters()
210 CompilerOptions.ENABLED); in test0004_unread_parameters()
212 CompilerOptions.DISABLED); in test0004_unread_parameters()
375 CompilerOptions.ENABLED); in test0009_declared_thrown_checked_exceptions()
410 CompilerOptions.ENABLED); in test0010_declared_thrown_checked_exceptions()
412 CompilerOptions.DISABLED); in test0010_declared_thrown_checked_exceptions()
517 CompilerOptions.ENABLED); in test0013_declared_thrown_checked_exceptions()
990 CompilerOptions.ENABLED); in test0027_declared_thrown_unchecked_exceptions()
1027 CompilerOptions.ENABLED); in test0028_declared_thrown_checked_exceptions()
2246 customOptions.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.ERROR); in test0054()
[all …]
H A DJavadocTest_1_3.java20 import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
25 String docCommentSupport = CompilerOptions.ENABLED;
26 String reportInvalidJavadoc = CompilerOptions.ERROR;
28 String reportMissingJavadocTags = CompilerOptions.ERROR;
71 options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE); in getCompilerOptions()
72 options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); in getCompilerOptions()
73 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR); in getCompilerOptions()
74 options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR); in getCompilerOptions()
83 this.docCommentSupport = CompilerOptions.ENABLED; in setUp()
84 this.reportInvalidJavadoc = CompilerOptions.ERROR; in setUp()
[all …]
H A DJavadocTest_1_4.java20 import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
25 String docCommentSupport = CompilerOptions.ENABLED;
26 String reportInvalidJavadoc = CompilerOptions.ERROR;
28 String reportMissingJavadocTags = CompilerOptions.ERROR;
72 options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE); in getCompilerOptions()
73 options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); in getCompilerOptions()
74 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR); in getCompilerOptions()
75 options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR); in getCompilerOptions()
84 this.docCommentSupport = CompilerOptions.ENABLED; in setUp()
85 this.reportInvalidJavadoc = CompilerOptions.ERROR; in setUp()
[all …]
H A DNonFatalErrorTest.java47 customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.DISABLED); in test001()
48 customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR); in test001()
81 customOptions.put(CompilerOptions.OPTION_FatalOptionalError, CompilerOptions.ENABLED); in test002()
82 customOptions.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR); in test002()
338 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); in testImportUnresolved_fatal()
377 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.WARNING); in testImportUnresolved_fatal()
383 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); in testPackageConflict()
419 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.WARNING); in testPackageConflict()
425 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); in testImportVariousProblems()
481 options.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.WARNING); in testImportVariousProblems()
[all …]
H A DAnnotationTest.java99 options.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED); in getCompilerOptions()
100 options.put(CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR); in getCompilerOptions()
2975 CompilerOptions options = new CompilerOptions(getCompilerOptions());
4549 CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.ERROR);
4591 CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
4593 CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.WARNING);
8937 CompilerOptions compilerOptions = new CompilerOptions(options);
9124 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5);
9659 CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.ERROR);
9663 CompilerOptions.OPTION_ReportInvalidJavadoc, CompilerOptions.WARNING);
[all …]
H A DJavadocBugsTest.java73 …options.put(CompilerOptions.OPTION_ReportMissingJavadocCommentsOverriding, CompilerOptions.ENABLED… in getCompilerOptions()
82 options.put(CompilerOptions.OPTION_ReportMissingJavadocTagsOverriding, CompilerOptions.ENABLED); in getCompilerOptions()
92 options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE); in getCompilerOptions()
93 options.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); in getCompilerOptions()
95 options.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.ERROR); in getCompilerOptions()
96 options.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE); in getCompilerOptions()
97 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in getCompilerOptions()
3748 options.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.ENABLED); in testBug77260nested()
7224 customOptions.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING); in testBug190970a()
7258 customOptions.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING); in testBug190970b()
[all …]
H A DExternalizeStringLiteralsTest.java40 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test001()
73 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test002()
138 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test003()
166 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test004()
186 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test005()
213 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test006()
240 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test007()
272 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test008()
309 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test009()
329 …customOptions.put(CompilerOptions.OPTION_ReportNonExternalizedStringLiteral, CompilerOptions.ERROR… in test010()
[all …]
H A DJEP181NestTest.java124 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535851_001()
143 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535851_002()
157 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535851_003()
171 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535851_004()
186 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535851_005()
223 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535851_006()
269 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535851_007()
323 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535851_008()
358 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535918_001a()
400 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_11); in testBug535918_001b()
[all …]
H A DFieldAccessTest.java40 options.put(CompilerOptions.OPTION_ReportIndirectStaticAccess, CompilerOptions.ERROR); in getCompilerOptions()
94 options.put(CompilerOptions.OPTION_ReportNonStaticAccessToStatic, CompilerOptions.IGNORE); in test003()
158 options.put(CompilerOptions.OPTION_ReportUnqualifiedFieldAccess, CompilerOptions.ERROR); in test005()
208 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in test007()
238 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in test008()
268 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in test009()
298 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in test010()
328 options.put(CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.IGNORE); in test011()
499 options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING); in test017()
528 options.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.WARNING); in test018()
[all …]
H A DGenericsRegressionTest_1_7.java2013 customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE); in test0052()
2110 customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE); in test0052b()
2190 customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE); in test0052c()
2225 customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE); in test0052d()
2254 customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE); in test0053()
2282 customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE); in test0054()
2307 customOptions.put(CompilerOptions.OPTION_ReportRawTypeReference, CompilerOptions.IGNORE); in test0055()
2568 customOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); in test0060()
2599 customOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); in test0060a()
2664 customOptions.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.ENABLED); in test428220()
[all …]
H A DCastTest.java980 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test026()
1029 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test027()
1077 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test028()
1766 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test047()
1875 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test048()
1904 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test049()
1938 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test050()
1967 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test051()
2004 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test052()
2041 CompilerOptions options = new CompilerOptions(getCompilerOptions()); in test053()
[all …]
H A DDeprecated9Test.java61 customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.IGNORE); in test002()
109 runner.customOptions.put(CompilerOptions.OPTION_ReportNullReference, CompilerOptions.IGNORE); in test002binary()
199 customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.WARNING); in test005a()
200 customOptions.put(CompilerOptions.OPTION_ReportTerminalDeprecation, CompilerOptions.ERROR); in test005a()
243 customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.WARNING); in test005b()
244 customOptions.put(CompilerOptions.OPTION_ReportTerminalDeprecation, CompilerOptions.IGNORE); in test005b()
270 runner.customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.WARNING); in test005c()
306 runner.customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.WARNING); in test006()
307 runner.customOptions.put(CompilerOptions.OPTION_ReportTerminalDeprecation, CompilerOptions.ERROR); in test006()
336 customOptions.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.WARNING); in test007()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/
H A DIrritantSet.java102 | CompilerOptions.UnusedImport
116 | CompilerOptions.NullReference
118 | CompilerOptions.TypeHiding
122 | CompilerOptions.UnusedLabel
129 CompilerOptions.DeadCode
130 |CompilerOptions.Tasks
139 |CompilerOptions.APILeak
149 .set(CompilerOptions.FieldHiding)
151 .set(CompilerOptions.TypeHiding);
172 .set(CompilerOptions.UnusedLabel)
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/impl/
H A DIrritantSet.java84 | CompilerOptions.UnusedImport
98 | CompilerOptions.NullReference
100 | CompilerOptions.TypeHiding
104 | CompilerOptions.UnusedLabel
111 CompilerOptions.DeadCode
112 |CompilerOptions.Tasks
119 CompilerOptions.NullSpecViolation
124 .set(CompilerOptions.FieldHiding)
126 .set(CompilerOptions.TypeHiding);
142 .set(CompilerOptions.UnusedLabel)
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/compiler_interface/
H A Dcompiler_options_tests.cpp13 using namespace NEO::CompilerOptions; in TEST()
21 using namespace NEO::CompilerOptions; in TEST()
22 …auto concatenated = concatenate(NEO::CompilerOptions::optDisable, NEO::CompilerOptions::finiteMath… in TEST()
23 …auto expected = (std::string(NEO::CompilerOptions::optDisable) + " " + NEO::CompilerOptions::finit… in TEST()
36 using namespace NEO::CompilerOptions; in TEST()
39 …auto expected = (NEO::CompilerOptions::optDisable.str() + " " + NEO::CompilerOptions::finiteMathOn… in TEST()
44 expected += NEO::CompilerOptions::fastRelaxedMath.data(); in TEST()
52 …const bool wasExtracted{NEO::CompilerOptions::extract(NEO::CompilerOptions::noRecompiledFromIr, op… in TEST()
62 …const bool wasExtracted{NEO::CompilerOptions::extract(NEO::CompilerOptions::noRecompiledFromIr, op… in TEST()
71 EXPECT_FALSE(NEO::CompilerOptions::contains("aaa", "a")); in TEST()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/batch/
H A DMain.java3343 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3346 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3361 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3367 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3513 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3516 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3519 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3532 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3586 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3589 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
[all …]
/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 DFormatterCommentsTests.java190 optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); in getDefaultCompilerOptions()
194 optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); in getDefaultCompilerOptions()
198 optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); in getDefaultCompilerOptions()
200 optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); in getDefaultCompilerOptions()
210 optionsMap.put(CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE); in getDefaultCompilerOptions()
212 optionsMap.put(CompilerOptions.OPTION_ReportEmptyStatement, CompilerOptions.IGNORE); in getDefaultCompilerOptions()
233 optionsMap.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); in getDefaultCompilerOptions()
234 optionsMap.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_2); in getDefaultCompilerOptions()
237 optionsMap.put(CompilerOptions.OPTION_TaskCaseSensitive, CompilerOptions.DISABLED); in getDefaultCompilerOptions()
242 optionsMap.put(CompilerOptions.OPTION_InlineJsr, CompilerOptions.DISABLED); in getDefaultCompilerOptions()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DAbstractCompilerTest.java721 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_3); in getCompilerOptions()
722 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_3); in getCompilerOptions()
726 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); in getCompilerOptions()
730 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); in getCompilerOptions()
734 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_6); in getCompilerOptions()
738 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_7); in getCompilerOptions()
742 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); in getCompilerOptions()
745 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_9); in getCompilerOptions()
746 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_9); in getCompilerOptions()
749 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_10); in getCompilerOptions()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/
H A DMain.java3870 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3873 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3888 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
3894 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
4043 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
4046 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
4049 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
4062 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
4116 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
4119 isEnabling ? CompilerOptions.ENABLED : CompilerOptions.DISABLED);
[all …]

12345678910>>...42