Home
last modified time | relevance | path

Searched refs:I1 (Results 1 – 25 of 92) sorted by relevance

1234

/external/clang/test/Index/
Dcomplete-categories.m4 @interface I1 @end interface
8 @interface I1(Cat1) @end interface in Cat1
9 @interface I1(Cat2) @end interface in Cat2
10 @interface I1(Cat3) @end interface in Cat3
18 @implementation I1(Cat2) @end implementation in Cat2
19 @implementation I1(Cat3) @end implementation in Cat3
/external/clang/test/ASTMerge/Inputs/
Dcategory1.m1 @interface I1 interface
5 @interface I1 (Cat1) interface in Cat1
10 @interface I1 () interface in int
15 @interface I1 (Cat2) interface in Cat2
Dcategory2.m3 @interface I1 interface
7 @interface I1 (Cat1) interface in Cat1
12 @interface I1 () interface in Int
17 @interface I1 (Cat2) interface in Cat2
Dinterface2.m2 @interface I1 { interface
8 @interface I2 : I1 {
21 @interface I4 : I1 {
/external/clang/test/CodeGenObjC/
D2009-01-21-invalid-debug-info.m6 // info for I1* to be generated, but referring to an invalid compile
10 @interface I1 @end interface
12 @implementation I1 implementation
16 I1 *f1(void) { return 0; }
Ddebug-info-class-extension.m5 @interface I1 interface
8 @implementation I1 { implementation
14 void foo(I1 *iptr) {}
Ddebug-info-crash.m18 @interface I1 @end interface
19 @implementation I1 implementation
21 // CHECK: @"\01-[I1 im0]"
Ddebug-info-property.m4 @interface I1 { interface
10 @implementation I1 implementation
/external/clang/test/CodeCompletion/
Dnamespace.cpp5 namespace I1 { } namespace
6 namespace I4 = I1;
8 namespace I1 { } namespace
Dusing-namespace.cpp8 namespace I1 { } namespace
9 namespace I4 = I1;
11 namespace I1 { } namespace
Dnamespace-alias.cpp8 namespace I1 { } namespace
9 namespace I4 = I1;
11 namespace I1 { } namespace
Dusing.cpp8 namespace I1 { } namespace
9 namespace I4 = I1;
11 namespace I1 { } namespace
/external/clang/test/SemaObjCXX/
Dpointer-to-objc-pointer-conv.mm24 @interface I1 @end interface
30 operator I1*() const { return (I1*)_value; }
34 bool CompareI1(I1* obj) { return *this == obj; }
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp171 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runOnFunction() local
172 I1 != E; ++I1) { in runOnFunction()
174 Type *I1ElTy = cast<PointerType>((*I1)->getType())->getElementType(); in runOnFunction()
177 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runOnFunction()
182 switch (AA.alias(*I1, I1Size, *I2, I2Size)) { in runOnFunction()
184 PrintResults("NoAlias", PrintNoAlias, *I1, *I2, F.getParent()); in runOnFunction()
187 PrintResults("MayAlias", PrintMayAlias, *I1, *I2, F.getParent()); in runOnFunction()
190 PrintResults("PartialAlias", PrintPartialAlias, *I1, *I2, in runOnFunction()
194 PrintResults("MustAlias", PrintMustAlias, *I1, *I2, F.getParent()); in runOnFunction()
/external/clang/test/SemaObjC/
Dsynthesized-ivar.m20 @interface I1 { interface
26 @interface I1() { interface in int
32 @implementation I1 implementation
42 @interface DER : I1
Dproperty-user-setter.m29 @interface I1 { interface
35 @implementation I1 implementation
47 @interface I1(CAT) interface in CAT
52 @implementation I1(CAT) implementation in CAT
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp177 bool isEquivalentOperation(const Instruction *I1,
286 bool FunctionComparator::isEquivalentOperation(const Instruction *I1, in isEquivalentOperation() argument
292 if (I1->getOpcode() != I2->getOpcode() || in isEquivalentOperation()
293 I1->getNumOperands() != I2->getNumOperands() || in isEquivalentOperation()
294 !isEquivalentType(I1->getType(), I2->getType()) || in isEquivalentOperation()
295 !I1->hasSameSubclassOptionalData(I2)) in isEquivalentOperation()
300 for (unsigned i = 0, e = I1->getNumOperands(); i != e; ++i) in isEquivalentOperation()
301 if (!isEquivalentType(I1->getOperand(i)->getType(), in isEquivalentOperation()
306 if (const LoadInst *LI = dyn_cast<LoadInst>(I1)) in isEquivalentOperation()
309 if (const StoreInst *SI = dyn_cast<StoreInst>(I1)) in isEquivalentOperation()
[all …]
/external/clang/test/CXX/special/class.inhctor/
Delsewhere.cpp18 struct I1 : B1 { struct
29 struct D1 : I1 {
/external/clang/test/CXX/class/class.nest/
Dp3.cpp10 class I1;
12 class I1 { }; class in example::E
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/
Dp6.cpp7 typedef int I1, I2; typedef
13 q->I1::~I2(); in f()
Dp6-0x.cpp9 typedef int I1, I2; typedef
15 q->I1::~I2(); in f()
/external/valgrind/main/cachegrind/tests/
Dchdir.stderr.exp4 I1 misses:
6 I1 miss rate:
Dwrap5.stderr.exp4 I1 misses:
6 I1 miss rate:
Ddlclose.stderr.exp4 I1 misses:
6 I1 miss rate:
Dnotpower2.stderr.exp4 I1 misses:
6 I1 miss rate:

1234