/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
|
/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-objc-runtime-visible.m | 5 @interface Root interface
|
D | attr-exception.m | 5 @interface Root { interface
|
D | link-errors.m | 8 @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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPeephole.cpp | 74 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate() 105 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
|
/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
|
/external/libcxxabi/test/ |
D | dynamic_cast.pass.cpp | 57 struct Root : Dest, virtual Src { Pad4 _; }; struct 131 struct Root : Src, A1, A2 { Pad6 _; }; struct
|
/external/mockito/src/test/java/org/mockitousage/junitrunner/ |
D | DeepStubbingWithJUnitRunnerTest.java | 34 interface Root { interface in DeepStubbingWithJUnitRunnerTest
|
/external/clang/test/Parser/ |
D | objc-class-property.m | 4 @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/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DominatorInternals.h | 231 typename GraphT::NodeType* Root = DT.Vertex[1]; in Calculate() local 252 typename GraphT::NodeType* Root = !MultipleRoots ? DT.Roots[0] : 0; in Calculate() local
|