Home
last modified time | relevance | path

Searched defs:Root (Results 1 – 25 of 175) sorted by relevance

1234567

/external/clang/test/Rewriter/
Dobjc-modern-class-init-hooks.mm5 @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
Dobjc-modern-class-init.mm5 @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
Dno-integrated-preprocessing-64bit.m8 @interface Root @end interface
Dno-integrated-preprocessing.m9 @interface Root @end interface
/external/clang/test/SemaObjCXX/
Dpseudo-destructor.mm5 @interface Root interface
18 template void destroyPointer<Root*>(Root **); function
19 template void destroyReference<Root*>(Root *&); function
/external/clang/test/SemaObjC/
Dduplicate-ivar-in-class-extension.m3 @interface Root @end interface
23 @interface Root () { interface in int
Dwarn-implicit-self-in-block.m4 @interface Root @end interface
Dgeneric-selection.m5 @interface Root { interface
/external/clang/test/CodeGenObjC/
Dobjc2-weak-import-attribute.m38 __attribute__((weak_import)) @interface Root @end interface
46 @implementation Root @end implementation
Dattr-objc-runtime-visible.m5 @interface Root interface
Dattr-exception.m5 @interface Root { interface
Dlink-errors.m8 @interface Root interface
/external/clang/include/clang/Rewrite/Core/
DDeltaTree.h29 void *Root; // "DeltaTreeNode *" variable
/external/clang/test/FixIt/
Dfixit-missing-self-in-block.m6 @interface Root @end interface
Dauto-isa-fixit.m39 @interface Root @end interface
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp74 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
105 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
/external/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp74 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/
Dp3.cpp6 namespace Root { namespace
/external/clang/test/Analysis/
Dnull-deref-path-notes.m5 @interface Root { interface
/external/libcxxabi/test/
Ddynamic_cast.pass.cpp57 struct Root : Dest, virtual Src { Pad4 _; }; struct
131 struct Root : Src, A1, A2 { Pad6 _; }; struct
/external/mockito/src/test/java/org/mockitousage/junitrunner/
DDeepStubbingWithJUnitRunnerTest.java34 interface Root { interface in DeepStubbingWithJUnitRunnerTest
/external/clang/test/Parser/
Dobjc-class-property.m4 @interface Root interface
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h230 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/
Dproperty-lvalue-capture.mm10 @interface Root @end interface
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h231 typename GraphT::NodeType* Root = DT.Vertex[1]; in Calculate() local
252 typename GraphT::NodeType* Root = !MultipleRoots ? DT.Roots[0] : 0; in Calculate() local

1234567