Home
last modified time | relevance | path

Searched refs:Root (Results 1 – 25 of 143) sorted by relevance

123456

/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableMap.h86 if (Root != X.Root) {
89 Root = X.Root;
134 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
138 return Root && RHS.Root ? Root->isNotEqual(*RHS.Root) : Root != RHS.Root;
151 if (Root) Root->retain(); in manualRetain()
155 if (Root) Root->release(); in manualRelease()
306 : Root(X.Root), in ImmutableMapRef()
312 if (Root != X.Root) {
319 Root = X.Root;
361 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
[all …]
H A DImmutableSet.h953 if (Root) { Root->retain(); }
956 if (Root) { Root->retain(); }
959 if (Root != X.Root) {
962 Root = X.Root;
1029 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
1033 return Root && RHS.Root ? Root->isNotEqual(*RHS.Root) : Root != RHS.Root;
1136 : Root(X.Root),
1141 if (Root != X.Root) {
1144 Root = X.Root;
1180 return Root && RHS.Root ? Root->isEqual(*RHS.Root) : Root == RHS.Root;
[all …]
/minix/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_typeinfo.cc12 struct Root struct
24 struct Sub1 : public Root argument
73 Root root; in test_type_info()
76 Root *b = &sub2; in test_type_info()
77 Root *f = &sub2; in test_type_info()
78 Root *s2 = &sub2; in test_type_info()
79 Root *b2 = &root; in test_type_info()
80 Root *v1 = &virt1; in test_type_info()
82 Root *up = ⋄ in test_type_info()
88 b = dynamic_cast<Root*>(f); in test_type_info()
[all …]
/minix/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp32 Record Root; member in __anond01ed2300111::ClangASTNodesEmitter
47 if (&R == &Root && !BaseSuffix.empty()) in baseName()
58 : Records(R), Root(N, SMLoc(), R), BaseSuffix(S) in ClangASTNodesEmitter()
124 if (Base == &Root) in EmitNode()
125 OS << "LAST_" << macroName(Root.getName()) << "_RANGE("; in EmitNode()
127 OS << macroName(Root.getName()) << "_RANGE("; in EmitNode()
156 = Records.getAllDerivedDefinitions(Root.getName()); in run()
166 Tree.insert(std::make_pair(&Root, R)); in run()
169 EmitNode(Tree, OS, &Root); in run()
171 OS << "#undef " << macroName(Root.getName()) << "\n"; in run()
[all …]
/minix/external/public-domain/xz/dist/macosx/
H A Dbuild.sh10 mkdir -p Root
41 make DESTDIR=`pwd`/Root install
53 make -C src/xzdec DESTDIR=`pwd`/Root install
55 cp -a ../extra Root/usr/local/share/doc/xz
64 mv Root/usr/local/include liblzma/usr/local
65 mv Root/usr/local/lib liblzma/usr/local
67 mkdir -p Root/usr/local/lib
68 cp -p liblzma/usr/local/lib/liblzma.5.dylib Root/usr/local/lib
70 mv Root/usr/local/share/doc/xz/examples* liblzma/usr/local/share/doc/xz
75 strip -S Root/usr/local/bin/$bin
[all …]
/minix/external/bsd/llvm/dist/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp3.cpp6 namespace Root { namespace
12 using namespace Root;
16 using namespace Root;
30 using Root::i;
31 using Root::f;
/minix/external/bsd/llvm/dist/clang/test/Rewriter/
H A Dobjc-modern-class-init.mm5 @interface Root @end interface
7 @interface Super : Root
15 @implementation Root @end implementation
17 @interface Root(Cat) @end interface in Cat
21 @implementation Root(Cat) @end implementation in Cat
H A Dobjc-modern-class-init-hooks.mm5 @interface Root @end interface
7 @interface Super : Root
15 @implementation Root @end implementation
17 @interface Root(Cat) @end interface in Cat
21 @implementation Root(Cat) @end implementation in Cat
H A Dinstancetype-test.mm8 @interface Root interface
14 @property (assign) Root *selfProp;
29 @interface Subclass1 : Root
35 @interface Subclass2 : Root
42 Root *r1 = [[Root alloc] init];
/minix/external/bsd/llvm/dist/llvm/test/YAMLParser/
H A Dspec-07-10.data3 "Root flow
6 Root block
9 # Root collection:
/minix/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp716 Root = new RopePieceBTreeLeaf(); in RopePieceBTree()
720 Root = new RopePieceBTreeLeaf(); in RopePieceBTree()
723 getRoot(Root)->Destroy(); in ~RopePieceBTree()
727 return getRoot(Root)->size(); in size()
734 getRoot(Root)->Destroy(); in clear()
735 Root = new RopePieceBTreeLeaf(); in clear()
741 if (RopePieceBTreeNode *RHS = getRoot(Root)->split(Offset)) in insert()
742 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert()
746 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in insert()
752 Root = new RopePieceBTreeInterior(getRoot(Root), RHS); in erase()
[all …]
H A DDeltaTree.cpp383 static DeltaTreeNode *getRoot(void *Root) { in getRoot() argument
384 return (DeltaTreeNode*)Root; in getRoot()
388 Root = new DeltaTreeNode(); in DeltaTree()
392 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 && in DeltaTree()
394 Root = new DeltaTreeNode(); in DeltaTree()
398 getRoot(Root)->Destroy(); in ~DeltaTree()
405 const DeltaTreeNode *Node = getRoot(Root); in getDeltaAt()
453 DeltaTreeNode *MyRoot = getRoot(Root); in AddDelta()
457 Root = MyRoot = new DeltaTreeInteriorNode(InsertRes); in AddDelta()
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dobjc2-weak-import-attribute.m37 // Root is being implemented here. No extern_weak.
38 __attribute__((weak_import)) @interface Root @end interface
40 @interface Super : Root @end
46 @implementation Root @end implementation
H A Ddot-syntax-1.m5 @interface Root interface
12 @interface Top0 : Root
43 @interface Top1 : Root
74 @interface Top2 : Root
105 @interface Top3 : Root
136 @interface Top4 : Root
167 @interface Top5 : Root
198 @interface Top6 : Root
221 @interface Top7 : Root
H A Dattr-exception.m5 @interface Root { interface
11 @interface A : Root
21 @interface B : Root
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp24 : M(M), Root(nullptr), ExternalCallingNode(getOrInsertFunction(nullptr)), in CallGraph()
31 if (!Root) in CallGraph()
32 Root = ExternalCallingNode; in CallGraph()
61 if (Root) // Found multiple external mains? Don't pick one. in addToCallGraph()
62 Root = ExternalCallingNode; in addToCallGraph()
64 Root = Node; // Found a main, keep track of it! in addToCallGraph()
95 if (Function *F = Root->getFunction()) in print()
98 OS << "<<null function: 0x" << Root << ">>\n"; in print()
/minix/external/bsd/llvm/dist/clang/lib/Tooling/
H A DFileMatchTrie.cpp161 : Root(new FileMatchTrieNode), Comparator(new DefaultPathComparator()) {} in FileMatchTrie()
164 : Root(new FileMatchTrieNode), Comparator(Comparator) {} in FileMatchTrie()
167 delete Root; in ~FileMatchTrie()
171 Root->insert(NewPath); in insert()
181 StringRef Result = Root->findEquivalent(*Comparator, FileName, IsAmbiguous); in findEquivalent()
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dduplicate-ivar-in-class-extension.m3 @interface Root @end interface
5 @interface SuperClass : Root
23 @interface Root () { interface in int
H A Dwarn-implicit-self-in-block.m4 @interface Root @end interface
6 @interface I : Root
H A Dinstancetype.m7 @interface Root interface
13 @property (assign) Root *selfProp;
28 @interface Subclass1 : Root // expected-note 4 {{receiver is instance of class declared here}}
34 @interface Subclass2 : Root
41 Root *r1 = [[Root alloc] init];
130 @interface Subclass4 : Root
178 @interface MyClass : Root
195 @interface A4 : Root <P4>
199 @interface B4 : Root @end
/minix/external/bsd/tcpdump/dist/tests/
H A Dmstp-v.out2 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
11 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
21 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
28 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
37 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
47 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
54 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
63 MSTI 2, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
73 MSTI 1, Flags [Learn, Forward, Agreement, Topology change ACK], port-role Root
80 port-role Root, CIST root-id 0000.00:1f:27:b4:7d:80, CIST ext-pathcost 200000
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp67 unsigned getLatency(MachineInstr *Root, MachineInstr *NewRoot,
70 preservesCriticalPathLen(MachineBasicBlock *MBB, MachineInstr *Root,
182 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency() argument
202 if (UseMO && BlockTrace.isDepInTrace(Root, UseMO)) { in getLatency()
223 MachineBasicBlock *MBB, MachineInstr *Root, in preservesCriticalPathLen() argument
234 unsigned NewRootLatency = getLatency(Root, NewRoot, BlockTrace); in preservesCriticalPathLen()
237 unsigned RootDepth = BlockTrace.getInstrCycles(Root).Depth; in preservesCriticalPathLen()
238 unsigned RootLatency = TSchedModel.computeInstrLatency(Root); in preservesCriticalPathLen()
239 unsigned RootSlack = BlockTrace.getInstrSlack(Root); in preservesCriticalPathLen()
241 DEBUG(dbgs() << "DEPENDENCE DATA FOR " << Root << "\n"; in preservesCriticalPathLen()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/GC/
H A Dlower_gcroot.ll6 %Root = alloca %Env
7 call void @llvm.gcroot( %Env* %Root, %Env null )
/minix/external/bsd/llvm/dist/clang/test/FixIt/
H A Dfixit-missing-self-in-block.m6 @interface Root @end interface
8 @interface I : Root
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dinstancetype.mm7 @interface Root interface
13 @property (assign) Root *selfProp;
28 @interface Subclass1 : Root // expected-note 4 {{receiver is instance of class declared here}}
34 @interface Subclass2 : Root
41 Root *r1 = [[Root alloc] init];
130 @interface Subclass4 : Root
178 @interface MyClass : Root
195 @interface A4 : Root <P4>
199 @interface B4 : Root @end

123456