Searched refs:compilerType (Results 1 – 8 of 8) 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
154 switch mainBuilder.target.compilerType {173 if mainBuilder.target.compilerType == clangType {229 if shouldUseCrashBuildsHeuristic && mainBuilder.target.compilerType == clangType {271 } else if cfg.isAndroidWrapper && mainBuilder.target.compilerType == clangTidyType {
63 if builder.target.compilerType == clangType {
84 if builder.target.compilerType != gccType || arg.fromUser {
75 if builder.target.compilerType != clangType {
604 builder.target.compilerType = gccType
50 private final CompilerType compilerType; field in ComponentCreatorTest67 CompilerType compilerType) { in ComponentCreatorTest() argument69 this.compilerType = compilerType; in ComponentCreatorTest()78 assume().that(compilerType).isEqualTo(JAVAC); in testEmptyCreator()118 assume().that(compilerType).isEqualTo(JAVAC); in testCanInstantiateModulesUserCannotSet()302 assume().that(compilerType).isEqualTo(JAVAC); in testCreatorWithBindsInstanceNoStaticCreateGenerated()344 assume().that(compilerType).isEqualTo(JAVAC); in testCreatorWithPrimitiveBindsInstance()707 assume().that(compilerType).isEqualTo(JAVAC); in testMultipleSettersPerTypeFails()771 assume().that(compilerType).isEqualTo(JAVAC); in testMultipleSettersPerTypeIncludingResolvedGenericsFails()840 assume().that(compilerType).isEqualTo(JAVAC); in testExtraSettersFails()[all …]
110 private final CompilerType compilerType; field in OverridesTest118 public OverridesTest(CompilerType compilerType) { in OverridesTest() argument119 this.compilerType = compilerType; in OverridesTest()126 compilerType.initUtils(this); in initializeTestElements()595 if (!compilerType.equals(CompilerType.ECJ)) { in apply()