/external/clang/test/Rewriter/ |
D | objc-modern-class-init-hooks.mm | 5 @interface Root @end interface 15 @implementation Root @end implementation 17 @interface Root(Cat) @end interface in Cat 21 @implementation Root(Cat) @end implementation in Cat
|
D | objc-modern-class-init.mm | 5 @interface Root @end interface 15 @implementation Root @end implementation 17 @interface Root(Cat) @end interface in Cat 21 @implementation Root(Cat) @end implementation in Cat
|
D | no-integrated-preprocessing-64bit.m | 8 @interface Root @end interface
|
D | no-integrated-preprocessing.m | 9 @interface Root @end interface
|
/external/clang/test/SemaObjCXX/ |
D | pseudo-destructor.mm | 5 @interface Root interface 18 template void destroyPointer<Root*>(Root **); function 19 template void destroyReference<Root*>(Root *&); function
|
/external/clang/test/SemaObjC/ |
D | duplicate-ivar-in-class-extension.m | 3 @interface Root @end interface 23 @interface Root () { interface in int
|
D | warn-implicit-self-in-block.m | 4 @interface Root @end interface
|
D | generic-selection.m | 5 @interface Root { interface
|
D | no-protocol-option-tests.m | 30 @interface Root @end interface
|
D | mrc-no-weak.m | 4 @interface Root @end interface
|
/external/clang/test/CodeGenObjC/ |
D | objc2-weak-import-attribute.m | 38 __attribute__((weak_import)) @interface Root @end interface 46 @implementation Root @end implementation
|
D | attr-exception.m | 5 @interface Root { interface
|
D | link-errors.m | 8 @interface Root interface
|
D | protocols.m | 5 @interface Root interface
|
/external/clang/include/clang/Rewrite/Core/ |
D | DeltaTree.h | 29 void *Root; // "DeltaTreeNode *" variable
|
/external/clang/test/FixIt/ |
D | fixit-missing-self-in-block.m | 6 @interface Root @end interface
|
D | auto-isa-fixit.m | 39 @interface Root @end interface
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPeephole.cpp | 74 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate() 105 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
D | p3.cpp | 6 namespace Root { namespace
|
/external/clang/test/Analysis/ |
D | null-deref-path-notes.m | 5 @interface Root { interface
|
D | ivars.m | 5 @interface Root { interface
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 230 typename GraphT::NodeType* Root = DT.Vertex[1]; in Calculate() local 251 typename GraphT::NodeType* Root = !MultipleRoots ? DT.Roots[0] : nullptr; in Calculate() local
|
/external/clang/test/CodeGenObjCXX/ |
D | property-lvalue-capture.mm | 10 @interface Root @end interface
|
/external/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 49 DomTreeNode *Root = RootPair.first; in calculate() local
|
/external/clang/test/CodeGenCXX/ |
D | derived-to-base-conv.cpp | 46 struct Root { struct
|