Home
last modified time | relevance | path

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

12345678910>>...15

/external/llvm-project/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
/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
/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/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/llvm-project/clang/unittests/Tooling/Syntax/
DTreeTestBase.cpp71 BuildSyntaxTree(syntax::TranslationUnit *&Root, in buildTree()
88 syntax::TranslationUnit *&Root; in buildTree() member in SyntaxTreeTest::buildTree::BuildSyntaxTree
96 BuildSyntaxTreeAction(syntax::TranslationUnit *&Root, in buildTree()
111 syntax::TranslationUnit *&Root; in buildTree() member in SyntaxTreeTest::buildTree::BuildSyntaxTreeAction
148 syntax::TranslationUnit *Root = nullptr; in buildTree() local
162 syntax::Node *Root) { in nodeByRange()
DMutationsTest.cpp29 auto *Root = buildTree(Source.code(), GetParam()); in CheckTransformation() local
47 TranslationUnit *Root) { in __anone9bd7eeb0202()
/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/llvm-project/clang/test/SemaObjCXX/
Dpseudo-destructor.mm5 @interface Root interface
18 template void destroyPointer<Root*>(Root **); function
19 template void destroyReference<Root*>(Root *&); function
/external/llvm-project/llvm/tools/dsymutil/
DReproducer.cpp16 SmallString<128> Root; in createReproducerDir() local
48 ReproducerUse::ReproducerUse(StringRef Root, std::error_code &EC) { in ReproducerUse()
63 Reproducer::createReproducer(ReproducerMode Mode, StringRef Root) { in createReproducer()
/external/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-direct-method.m6 @interface Root interface
9 @implementation Root implementation
Ddirect-method-ret-mismatch.m4 @interface Root interface
8 @implementation Root implementation
Dobjc2-weak-import-attribute.m38 __attribute__((weak_import)) @interface Root @end interface
46 @implementation Root @end implementation
Dnon-runtime-protocol.m30 @interface Root interface
32 @implementation Root implementation
/external/llvm-project/clang/test/SemaObjC/
Dduplicate-ivar-in-class-extension.m3 @interface Root @end interface
23 @interface Root () { interface in int
Dmethod-direct.m14 @interface Root interface
28 @interface Root () interface in void
34 @interface Root(Direct) interface in Direct
39 @interface Root () interface in void
46 @interface Root (Direct2) interface in Direct2
85 @implementation Root implementation
Dmethod-direct-arc.m6 @interface Root interface
12 @implementation Root implementation
/external/clang/test/SemaObjC/
Dduplicate-ivar-in-class-extension.m3 @interface Root @end interface
23 @interface Root () { interface in int
/external/clang/test/CodeGenObjC/
Dobjc2-weak-import-attribute.m38 __attribute__((weak_import)) @interface Root @end interface
46 @implementation Root @end implementation
/external/llvm-project/clang/lib/IndexSerialization/
DSerializablePathCollection.cpp22 size_t PathPool::addFilePath(RootDirKind Root, in addFilePath()
72 PathPool::RootDirKind Root = PathPool::RootDirKind::Regular; in tryStoreDirPath() local
/external/llvm-project/llvm/lib/Analysis/
DLoopNestAnalysis.cpp43 LoopNest::LoopNest(Loop &Root, ScalarEvolution &SE) in LoopNest()
49 std::unique_ptr<LoopNest> LoopNest::getLoopNest(Loop &Root, in getLoopNest()
182 unsigned LoopNest::getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE) { in getMaxPerfectDepth()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp73 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
104 static void CombineCVTAToLocal(MachineInstr &Root) { in CombineCVTAToLocal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPeephole.cpp73 static bool isCVTAToLocalCombinationCandidate(MachineInstr &Root) { in isCVTAToLocalCombinationCandidate()
104 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()

12345678910>>...15