/external/clang/test/Index/ |
D | complete-categories.m | 4 @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/ |
D | category1.m | 1 @interface I1 interface 5 @interface I1 (Cat1) interface in Cat1 10 @interface I1 () interface in int 15 @interface I1 (Cat2) interface in Cat2
|
D | category2.m | 3 @interface I1 interface 7 @interface I1 (Cat1) interface in Cat1 12 @interface I1 () interface in Int 17 @interface I1 (Cat2) interface in Cat2
|
D | interface2.m | 2 @interface I1 { interface 8 @interface I2 : I1 { 21 @interface I4 : I1 {
|
/external/clang/test/CodeGenObjC/ |
D | 2009-01-21-invalid-debug-info.m | 6 // 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; }
|
D | debug-info-class-extension.m | 5 @interface I1 interface 8 @implementation I1 { implementation 14 void foo(I1 *iptr) {}
|
D | debug-info-crash.m | 18 @interface I1 @end interface 19 @implementation I1 implementation 21 // CHECK: @"\01-[I1 im0]"
|
D | debug-info-property.m | 4 @interface I1 { interface 10 @implementation I1 implementation
|
/external/clang/test/CodeCompletion/ |
D | namespace.cpp | 5 namespace I1 { } namespace 6 namespace I4 = I1; 8 namespace I1 { } namespace
|
D | using-namespace.cpp | 8 namespace I1 { } namespace 9 namespace I4 = I1; 11 namespace I1 { } namespace
|
D | namespace-alias.cpp | 8 namespace I1 { } namespace 9 namespace I4 = I1; 11 namespace I1 { } namespace
|
D | using.cpp | 8 namespace I1 { } namespace 9 namespace I4 = I1; 11 namespace I1 { } namespace
|
/external/clang/test/SemaObjCXX/ |
D | pointer-to-objc-pointer-conv.mm | 24 @interface I1 @end interface 30 operator I1*() const { return (I1*)_value; } 34 bool CompareI1(I1* obj) { return *this == obj; }
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 171 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/ |
D | synthesized-ivar.m | 20 @interface I1 { interface 26 @interface I1() { interface in int 32 @implementation I1 implementation 42 @interface DER : I1
|
D | property-user-setter.m | 29 @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/ |
D | MergeFunctions.cpp | 177 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/ |
D | elsewhere.cpp | 18 struct I1 : B1 { struct 29 struct D1 : I1 {
|
/external/clang/test/CXX/class/class.nest/ |
D | p3.cpp | 10 class I1; 12 class I1 { }; class in example::E
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/ |
D | p6.cpp | 7 typedef int I1, I2; typedef 13 q->I1::~I2(); in f()
|
D | p6-0x.cpp | 9 typedef int I1, I2; typedef 15 q->I1::~I2(); in f()
|
/external/valgrind/main/cachegrind/tests/ |
D | chdir.stderr.exp | 4 I1 misses: 6 I1 miss rate:
|
D | wrap5.stderr.exp | 4 I1 misses: 6 I1 miss rate:
|
D | dlclose.stderr.exp | 4 I1 misses: 6 I1 miss rate:
|
D | notpower2.stderr.exp | 4 I1 misses: 6 I1 miss rate:
|