Searched refs:Parent (Results 151 - 175 of 233) sorted by relevance

12345678910

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp533 if (Loop *Parent = SubloopParents[Subloop])
534 Parent->addChildLoop(Subloop);
H A DRegionInfo.cpp55 DominatorTree *dt, Region *Parent)
56 : RegionNode(Parent, Entry, 1), RI(RInfo), DT(dt), exit(Exit) {}
54 Region(BasicBlock *Entry, BasicBlock *Exit, RegionInfo* RInfo, DominatorTree *dt, Region *Parent) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h281 Parent(P), Default(D), Cases(C) { }
288 MachineBasicBlock *Parent; member in struct:llvm::SelectionDAGBuilder::BitTestBlock
/external/clang/tools/libclang/
H A DCIndex.cpp206 switch (Visitor(Cursor, Parent, ClientData)) {
487 // Set the Parent field to Cursor, then back to its old value once we're
489 SetParentRAII SetParent(Parent, StmtParent, Cursor);
1808 CXCursor Parent; member in class:__anon19507::EnqueueVisitor
1811 : WL(wl), Parent(parent) {}
1882 WL.push_back(DeclarationNameInfoVisit(S, Parent));
1888 WL.push_back(NestedNameSpecifierLocVisit(Qualifier, Parent));
1893 WL.push_back(StmtVisit(S, Parent));
1897 WL.push_back(DeclVisit(D, Parent, isFirst));
1902 WL.push_back(ExplicitTemplateArgsVisit(A, Parent));
[all...]
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DEdge.h53 Edge* Parent() { return context_.empty() ? 0 : context_.front(); } function in class:RecursiveEdgeVisitor
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp679 while (MachineDomTreeNode *Parent = ParentMap[Node]) {
680 unsigned Left = --OpenChildren[Parent];
683 ExitScope(Parent->getBlock());
684 Node = Parent;
H A DSplitKit.cpp378 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI");
617 "Parent changes value in extended range");
734 LiveInterval *Parent = &Edit->getParent(); local
739 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums());
749 assert(ParentVNI && "Parent not live at complement def");
800 for (unsigned i = 0, e = Parent->getNumValNums(); i != e; ++i) {
805 VNInfo *ParentVNI = Parent->getValNumInfo(i);
/external/clang/include/clang/Analysis/
H A DCFG.h488 /// Parent - The parent CFG that owns this CFGBlock.
489 CFG *Parent; member in class:clang::CFGBlock::ElementList
495 Parent(parent) {}
642 CFG *getParent() const { return Parent; }
/external/llvm/include/llvm/MC/
H A DMCAssembler.h67 /// Parent - The data for the section this fragment is in.
68 MCSectionData *Parent; member in class:llvm::MCFragment
98 MCSectionData *getParent() const { return Parent; }
99 void setParent(MCSectionData *Value) { Parent = Value; }
/external/llvm/lib/Support/
H A DPath.cpp839 StringRef Parent = path::parent_path(P);
840 if (Parent.empty())
843 if ((EC = create_directories(Parent)))
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1413 Parent(P), Terminator(nullptr)
1417 Parent(nullptr), Args(std::move(As)), Instrs(std::move(Is)),
1427 const BasicBlock *parent() const { return Parent; }
1428 BasicBlock *parent() { return Parent; }
1443 void setParent(BasicBlock *P) { Parent = P; }
1518 BasicBlock *Parent; // The parent block is the enclosing lexical scope. member in class:clang::threadSafety::BasicBlock
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp48 template<typename Base = IDXGIObject, typename Parent = IDXGIObject>
51 ComPtr<Parent> parent;
53 GalliumDXGIObject(Parent* p_parent = 0)
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2712 const CXXRecordDecl *Parent = Node.getParent(); local
2713 return (Parent != nullptr &&
2714 InnerMatcher.matches(*Parent, Finder, Builder));
/external/llvm/lib/MC/
H A DMCAssembler.cpp270 : Kind(_Kind), Parent(_Parent), Atom(nullptr), Offset(~UINT64_C(0))
272 if (Parent)
273 Parent->getFragmentList().push_back(this);
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp48 template<typename Base = IDXGIObject, typename Parent = IDXGIObject>
51 ComPtr<Parent> parent;
53 GalliumDXGIObject(Parent* p_parent = 0)
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfPageObjectDictionary_autogen.cpp23 SkPdfDictionary* SkPdfPageObjectDictionary::Parent(SkPdfNativeDoc* doc) { function in class:SkPdfPageObjectDictionary
24 SkPdfNativeObject* ret = get("Parent", "");
32 return get("Parent", "") != NULL;
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp205 bool SelectAddr(SDNode *Parent, SDValue N, SDValue &Base,
1307 /// Parent is the parent node of the addr operand that is being matched. It
1310 bool X86DAGToDAGISel::SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, argument
1315 if (Parent &&
1318 Parent->getOpcode() != ISD::INTRINSIC_W_CHAIN && // unaligned loads, fixme
1319 Parent->getOpcode() != ISD::INTRINSIC_VOID && // nontemporal stores
1320 Parent->getOpcode() != X86ISD::TLSCALL && // Fixme
1321 Parent->getOpcode() != X86ISD::EH_SJLJ_SETJMP && // setjmp
1322 Parent->getOpcode() != X86ISD::EH_SJLJ_LONGJMP) { // longjmp
1324 cast<MemSDNode>(Parent)
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfPageObjectDictionary_autogen.cpp23 SkPdfDictionary* SkPdfPageObjectDictionary::Parent(SkPdfNativeDoc* doc) { function in class:SkPdfPageObjectDictionary
24 SkPdfNativeObject* ret = get("Parent", "");
32 return get("Parent", "") != NULL;
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1291 0103 ADL Flashing Engine AVALON Parent
1292 0104 ADL Re-Flashing Engine Parent
1294 0106 ROM Parent
1322 0400 7600 Phone Parent
1324 0402 6255 Phone Parent
1329 040d 6620 Phone Parent
1330 040e 6651 Phone Parent
1333 0411 7610 Phone Parent
1334 0413 6260 Phone Parent
1337 0416 6170 Phone Parent
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h519 TiXmlNode* Parent() { return parent; } function in class:TiXmlNode
520 const TiXmlNode* Parent() const { return parent; } function in class:TiXmlNode
/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp300 if (Loop *Parent = L->getParentLoop())
301 Parent->replaceChildLoopWith(L, NewOuter);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h519 TiXmlNode* Parent() { return parent; } function in class:TiXmlNode
520 const TiXmlNode* Parent() const { return parent; } function in class:TiXmlNode
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp192 const char* cc_name = node.Parent()->Value();
488 const char* cc_name = node.Parent()->Value();
489 std::string str_name(cc_name); // = node.Parent()->ValueStr(); // getName
490 // std::string name = node.Parent()->Value(); // getName
/external/tinyxml/
H A Dtinyxml.h483 TiXmlNode* Parent() { return parent; } function in class:TiXmlNode
484 const TiXmlNode* Parent() const { return parent; } function in class:TiXmlNode
/external/tinyxml2/
H A Dtinyxml2.h228 Parent virtual class of a pool for fast allocation
474 const XMLNode* Parent() const { return parent; } function in class:tinyxml2::XMLNode
475 XMLNode* Parent() { return parent; } function in class:tinyxml2::XMLNode

Completed in 637 milliseconds

12345678910