HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 176 - 200 of 259) sorted by null

1 2 3 4 5 6 78 91011

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 290 ContiguousRange(CR), Parent(P), Default(D), Cases(std::move(C)),
299 MachineBasicBlock *Parent;
460 /// initialized, we first find a splice point in the parent basic block
463 /// the parent basic block consisting of the two loads, the comparison,
503 /// parent mbb after we create the stack protector check (SuccessMBB). This
    [all...]
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 294 // Change the parent loop to use the outer loop as its child now.
295 if (Loop *Parent = L->getParentLoop())
296 Parent->replaceChildLoopWith(L, NewOuter);
334 // Move this block to the parent, updating the exit blocks sets
453 // loop and all parent loops.
553 // Must be exactly this loop: no subloops, parent loops, or non-loop preds
675 // parent loop doesn't change (spliting edges doesn't count). If blocks,
676 // CFG edges, or other values in the parent loop change, then we need call
677 // to forgetLoop() for the parent instead.
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 417 /** The parent class for everything in the Document Object Model.
419 Nodes have siblings, a parent, and children. A node can be
519 TiXmlNode* Parent() { return parent; }
520 const TiXmlNode* Parent() const { return parent; }
549 for( child = parent->FirstChild(); child; child = child->NextSibling() )
555 while( child = parent->IterateChildren( child ) )
755 TiXmlNode* parent; member in class:TiXmlNode
    [all...]
  /external/tinyxml/
tinyxml.h 376 /** The parent class for everything in the Document Object Model.
378 Nodes have siblings, a parent, and children. A node can be
483 TiXmlNode* Parent() { return parent; }
484 const TiXmlNode* Parent() const { return parent; }
506 for( child = parent->FirstChild(); child; child = child->NextSibling() )
512 while( child = parent->IterateChildren( child ) )
670 TiXmlNode* parent; member in class:TiXmlNode
    [all...]
  /external/tinyxml2/
tinyxml2.h 228 Parent virtual class of a pool for fast allocation
410 Nodes have siblings, a parent, and children which can
473 /// Get the parent of this node on the DOM.
474 const XMLNode* Parent() const { return parent; }
475 XMLNode* Parent() { return parent; }
593 XMLNode* parent; member in class:tinyxml2::XMLNode
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 339 void Parent() {
352 Parent();
643 // Parent: Worker:
653 void Parent() {
662 Parent();
738 // Parent: Worker1, Worker2:
759 void Parent() {
779 Parent();
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 92 /// The solution here is to give each DeclContext a link to its parent
103 const DeclContext &Parent;
115 Tag(dwarf::DW_TAG_compile_unit), Name(), File(), Parent(*this),
119 StringRef Name, StringRef File, const DeclContext &Parent,
123 Name(Name), File(File), Parent(Parent), LastSeenDIE(LastSeenDIE),
153 LHS->Parent.QualifiedNameHash == RHS->Parent.QualifiedNameHash;
192 uint32_t ParentIdx; ///< The index of this DIE's parent.
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp 227 pNode = (IFDE_XMLElement*)pNode->GetNodeItem(IFDE_XMLNode::Parent)) {
682 pXMLDocumentNode->GetNodeItem(IFDE_XMLNode::Parent);
    [all...]
xfa_document_serialize.cpp 62 IFDE_XMLNode* pParentXMLNode = pXMLNode->GetNodeItem(IFDE_XMLNode::Parent);
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1567 const BasicBlock *parent() const { return DominatorNode.Parent; } function in class:clang::threadSafety::BasicBlock
1568 BasicBlock *parent() { return DominatorNode.Parent; } function in class:clang::threadSafety::BasicBlock
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 46 MachineBasicBlock* Parent;
146 /// Return a formatted string to identify this block and its parent function.
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 308 b->frontxrb->Parent = b;
324 b->backxrb->Parent = b;
    [all...]
  /ndk/build/core/
definitions-utils.mk 155 # Function : parent-dir
157 # Returns : Parent dir or path of $1, with final separator removed.
160 # On Windows, defining parent-dir is a bit more tricky because the
171 parent-dir = $(patsubst %/,%,$(strip \
177 parent-dir = $(patsubst %/,%,$(dir $(1:%/=%)))
180 -test-parent-dir = \
181 $(call test-expect,,$(call parent-dir))\
182 $(call test-expect,.,$(call parent-dir,foo))\
183 $(call test-expect,foo,$(call parent-dir,foo/bar))\
184 $(call test-expect,foo,$(call parent-dir,foo/bar/)
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/clang/lib/Sema/
SemaDecl.cpp 196 // Lookup in the parent class template context, if any.
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 778 milliseconds

1 2 3 4 5 6 78 91011