Home
last modified time | relevance | path

Searched defs:Root (Results 1 – 25 of 168) 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.m9 @interface Root @end interface
Dno-integrated-preprocessing-64bit.m8 @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/angle/third_party/spirv-tools/src/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go22 type Root struct { struct
23 MagicNumber string `json:"magic_number"`
24 MajorVersion int `json:"major_version"`
25 MinorVersion int `json:"minor_version"`
26 Revision int `json:"revision"`
27 Instructions []Instruction `json:"instructions"`
28 OperandKinds []OperandKind `json:"operand_kinds"`
/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
/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/pdfium/core/fxcrt/xml/
Dcfx_xmldocument_unittest.cpp10 TEST(CFX_XMLDocumentTest, Root) { in TEST() argument
/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 _; }; argument
/external/clang/test/Parser/
Dobjc-class-property.m4 @interface Root interface
/external/mockito/src/test/java/org/mockitousage/junitrunner/
DDeepStubbingWithJUnitRunnerTest.java34 interface Root { interface in DeepStubbingWithJUnitRunnerTest

1234567