Searched refs:category2 (Results 1 – 3 of 3) sorted by relevance
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/category2.m5 // CHECK: category2.m:18:1: error: instance method 'method2' has incompatible result types in diffe…7 // CHECK: category2.m:26:1: error: instance method 'method3' has incompatible result types in diffe…9 // CHECK: category2.m:48:1: error: instance method 'blah' has incompatible result types in differen…
168 public void setCategory2(int instructionOffset, int variableIndex, boolean category2) in setCategory2() argument172 if (category2) in setCategory2()313 long category2 = isCategory2[offset]; in visitCodeAttribute()320 (category2 & variableMask) == 0L ? 'x' : in visitCodeAttribute()332 (category2 & variableMask) == 0L ? 'x' : in visitCodeAttribute()
1252 const Category* category2 = nullptr; variable1253 CHECK_NOTHROW(category2 = counterDirectory.RegisterCategory(category2Name));1255 CHECK(category2);