Home
last modified time | relevance | path

Searched refs:category2 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/ASTMerge/
Dcategory.m2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/category2.m
5 // 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…
/external/proguard/src/proguard/optimize/evaluation/
DLivenessAnalyzer.java168 public void setCategory2(int instructionOffset, int variableIndex, boolean category2) in setCategory2() argument
172 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()
/external/armnn/src/profiling/test/
DSendCounterPacketTests.cpp1252 const Category* category2 = nullptr; variable
1253 CHECK_NOTHROW(category2 = counterDirectory.RegisterCategory(category2Name));
1255 CHECK(category2);