Searched refs:compilerType (Results 1 – 7 of 7) sorted by relevance
145 var compilerType compilerType148 compilerType = clangTidyType150 compilerType = clangType152 compilerType = gccType154 target.compilerType = compilerType160 if compilerType == gccType {192 type compilerType int32 type195 gccType compilerType = iota207 compilerType compilerType member
136 switch mainBuilder.target.compilerType {154 if mainBuilder.target.compilerType == clangType {210 if shouldForceDisableWerror(env, cfg, mainBuilder.target.compilerType) {242 } else if cfg.isAndroidWrapper && mainBuilder.target.compilerType == clangTidyType {
34 if (builder.target.compilerType != gccType || arg.fromUser) &&
49 if builder.target.compilerType == clangType {
21 func shouldForceDisableWerror(env env, cfg *config, ty compilerType) bool { argument
51 private final CompilerType compilerType; field in ComponentCreatorTest66 CompilerType compilerType) { in ComponentCreatorTest() argument69 this.compilerType = compilerType; in ComponentCreatorTest()74 assume().that(compilerType).isEqualTo(JAVAC); in testEmptyCreator()125 assume().that(compilerType).isEqualTo(JAVAC); in testCanInstantiateModulesUserCannotSet()323 assume().that(compilerType).isEqualTo(JAVAC); in testCreatorWithBindsInstanceNoStaticCreateGenerated()423 assume().that(compilerType).isEqualTo(JAVAC); in testCreatorWithPrimitiveBindsInstance()792 assume().that(compilerType).isEqualTo(JAVAC); in testMultipleSettersPerTypeFails()851 assume().that(compilerType).isEqualTo(JAVAC); in testMultipleSettersPerTypeIncludingResolvedGenericsFails()915 assume().that(compilerType).isEqualTo(JAVAC); in testExtraSettersFails()[all …]
109 private final CompilerType compilerType; field in OverridesTest117 public OverridesTest(CompilerType compilerType) { in OverridesTest() argument118 this.compilerType = compilerType; in OverridesTest()125 compilerType.initUtils(this); in initializeTestElements()569 if (!compilerType.equals(CompilerType.ECJ)) { in apply()