Searched refs:Parent (Results 26 - 50 of 233) sorted by relevance

12345678910

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h49 SuccVInfo.Parent = V;
74 BBInfo.Parent = 1;
98 SuccVInfo.Parent = BBDFSNum;
118 if (VInInfo.Parent >= LastLinked)
125 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent];
128 if (Visited.insert(VAncestor) && VInfo.Parent >= LastLinked) {
135 if (VInfo.Parent < LastLinked)
144 VInfo.Parent = VAInfo.Parent;
206 WInfo.Semi = WInfo.Parent;
[all...]
/external/lzma/CPP/Common/
H A DWildcard.h30 CCensorNode *Parent; member in class:NWildcard::CCensorNode
35 CCensorNode(): Parent(0) { };
36 CCensorNode(const UString &name, CCensorNode *parent): Name(name), Parent(parent) { };
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp8 CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild(CPDF_Bookmark Parent) argument
10 if (Parent.m_pDict == NULL) {
17 return Parent.m_pDict->GetDict("First");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs60 ITree Parent { property in interface:Antlr.Runtime.Tree.ITree
H A DCommonTreeAdaptor.cs192 return ((ITree)t).Parent;
197 ((ITree)t).Parent = (ITree)parent;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITree.cs63 ITree Parent property in interface:Antlr.Runtime.Tree.ITree
/external/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp67 Stmt *Parent = getCaseParent(Curr);
71 if (getCaseParent(Curr) != Parent)
88 Stmt *Parent = PMap.getParent(S); local
89 while (Parent && (isa<SwitchCase>(Parent) || isa<LabelStmt>(Parent)))
90 Parent = PMap.getParent(Parent);
91 return Parent;
/external/clang/lib/Basic/
H A DModule.cpp27 Module::Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, argument
29 : Name(Name), DefinitionLoc(DefinitionLoc), Parent(Parent), ModuleMap(File),
36 if (Parent) {
37 if (!Parent->isAvailable())
39 if (Parent->IsSystem)
41 if (Parent->IsExternC)
43 IsMissingRequirement = Parent->IsMissingRequirement;
45 Parent->SubModuleIndex[Name] = Parent
[all...]
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp166 LexicalScope *Parent = nullptr;
168 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILexicalBlock(Scope));
172 std::make_tuple(Parent, DIDescriptor(Scope),
175 if (!Parent && DIDescriptor(Scope).isSubprogram() &&
190 LexicalScope *Parent;
193 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILocation(InlinedAt));
195 Parent = getOrCreateInlinedScope(Scope.getContext(), InlinedAt);
201 std::make_tuple(Parent, Scope, InlinedAt,
217 LexicalScope *Parent = nullptr;
221 Parent
[all...]
/external/llvm/include/llvm/IR/
H A DMDBuilder.h81 MDNode *createTBAANode(StringRef Name, MDNode *Parent,
104 MDNode *createTBAAScalarTypeNode(StringRef Name, MDNode *Parent,
H A DGlobalAlias.h37 const Twine &Name, Constant *Aliasee, Module *Parent);
49 Constant *Aliasee, Module *Parent);
54 Module *Parent);
61 // Type, Parent and AddressSpace taken from the Aliasee.
65 // Linkage, Type, Parent and AddressSpace taken from the Aliasee.
/external/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp222 static ChildIterator child_begin(NodeType *Parent) {
223 return ChildIterator(Parent - Parent->first, Parent->second);
227 static ChildIterator child_end(NodeType *Parent) {
228 return ChildIterator(Parent - Parent->first, NodeSubset());
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp127 void Mips16DAGToDAGISel::getMips16SPRefReg(SDNode *Parent, SDValue &AliasReg) { argument
130 if (Parent) {
131 switch (Parent->getOpcode()) {
133 LoadSDNode *SD = dyn_cast<LoadSDNode>(Parent);
144 StoreSDNode *SD = dyn_cast<StoreSDNode>(Parent);
162 SDNode *Parent, SDValue Addr, SDValue &Base, SDValue &Offset,
172 getMips16SPRefReg(Parent, Alias);
195 getMips16SPRefReg(Parent, Alias);
226 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent);
161 selectAddr16( SDNode *Parent, SDValue Addr, SDValue &Base, SDValue &Offset, SDValue &Alias) argument
/external/openfst/src/include/fst/
H A Dheap.h85 if (Better(val, A_[Parent(i)])) {
136 int Parent(int i) { function in class:fst::Heap
185 while (i > 0 && !Better(A_[p = Parent(i)], val)) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h79 if (comp_(val, A_[Parent(i)])) {
128 int Parent(int i) { function in class:fst::Heap
172 while (i > 0 && !comp_(A_[p = Parent(i)], val)) {
/external/clang/include/clang/Sema/
H A DInitialization.h101 const InitializedEntity *Parent; member in class:clang::InitializedEntity
165 : Kind(EK_Variable), Parent(nullptr), Type(Var->getType()),
173 : Kind(Kind), Parent(nullptr), Type(Type), ManglingNumber(0)
180 InitializedEntity(FieldDecl *Member, const InitializedEntity *Parent) argument
181 : Kind(EK_Member), Parent(Parent), Type(Member->getType()),
186 const InitializedEntity &Parent);
190 : Kind(EK_LambdaCapture), Parent(nullptr), Type(FieldType),
221 Entity.Parent = nullptr;
235 Entity.Parent
311 InitializeElement(ASTContext &Context, unsigned Index, const InitializedEntity &Parent) argument
[all...]
/external/clang/include/clang/AST/
H A DParentMap.h32 /// Manually sets the parent of \p S to \p Parent.
35 void setParent(const Stmt *S, const Stmt *Parent);
/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h60 LiveInterval *Parent; member in class:llvm::LiveRangeEdit
82 /// scanRemattable - Identify the Parent values that may rematerialize.
120 : Parent(parent), NewRegs(newRegs),
130 assert(Parent && "No parent LiveInterval");
131 return *Parent;
/external/llvm/lib/MC/MCAnalysis/
H A DMCAtom.cpp21 Parent->remap(this, NewBegin, NewEnd);
64 MCDataAtom *RightAtom = Parent->createDataAtom(RBegin, REnd);
101 MCTextAtom *RightAtom = Parent->createTextAtom(RBegin, REnd);
112 Parent->splitBasicBlocksForAtom(this, RightAtom);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayXMLParser.h72 struct Parent { struct in class:SkDisplayXMLParser
76 SkTDArray<Parent> fParents;
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h174 const StackFrameContext *getStackFrame(LocationContext const *Parent,
212 const LocationContext *Parent; member in class:clang::LocationContext
217 : Kind(k), Ctx(ctx), Parent(parent) {}
226 const LocationContext *getParent() const { return Parent; }
432 LocationContext const *Parent,
436 return LocContexts.getStackFrame(Ctx, Parent, S, Blk, Idx);
447 LocationContext const *Parent,
451 return LocContexts.getStackFrame(getContext(D), Parent, S, Blk, Idx);
431 getStackFrame(AnalysisDeclContext *Ctx, LocationContext const *Parent, const Stmt *S, const CFGBlock *Blk, unsigned Idx) argument
446 getStackFrame(const Decl *D, LocationContext const *Parent, const Stmt *S, const CFGBlock *Blk, unsigned Idx) argument
/external/clang/lib/Frontend/
H A DDependencyFile.cpp176 DFGImpl &Parent; member in class:__anon17919::DFGASTReaderListener
178 DFGASTReaderListener(DFGImpl &Parent) argument
179 : Parent(Parent) { }
182 return Parent.includeSystemHeaders();
370 Parent.AddFilename(Filename);
375 if (Parent.includeModuleFiles())
376 Parent.AddFilename(Filename);
/external/skia/src/animator/
H A DSkDisplayXMLParser.h72 struct Parent { struct in class:SkDisplayXMLParser
76 SkTDArray<Parent> fParents;
/external/clang/include/clang/Basic/
H A DModule.h57 Module *Parent; member in class:clang::Module
288 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
314 bool isSubModule() const { return Parent != nullptr; }
324 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
334 return IsFramework && Parent && Parent->isPartOfFramework();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DITreeFixture.cs58 Assert.IsNull(t.Parent);
71 Assert.IsNull(r0.Parent);
85 Assert.IsNull(r0.Parent);
87 Assert.AreEqual(r0, c0.Parent);
89 Assert.AreEqual(r0, c1.Parent);
91 Assert.AreEqual(r0, c2.Parent);
111 Assert.IsNull(root.Parent);
114 Assert.AreEqual(root, c0.Parent);
116 Assert.AreEqual(root, c0.Parent);
118 Assert.AreEqual(root, c0.Parent);
[all...]

Completed in 593 milliseconds

12345678910