HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 326 - 350 of 818) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 77 MachineBasicBlock *Parent; // Pointer to the owning basic block.
86 void setParent(MachineBasicBlock *P) { Parent = P; }
128 const MachineBasicBlock* getParent() const { return Parent; }
129 MachineBasicBlock* getParent() { return Parent; }
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.c 22 @param Controller Parent controller handle.
318 @param Bridge Given parent's root bridge.
362 @param Bridge Parent root bridge instance.
395 // First check to see whether the parent is ppb
780 if (IS_PCI_BRIDGE (&PciDevice->Pci) || (PciDevice->Parent == NULL)) {
789 while (Bridge->Parent != NULL) {
790 Bridge = Bridge->Parent;
804 Bridge = PciDevice->Parent;
848 if (IS_PCI_BRIDGE (&Temp->Pci) || (Temp->Parent == NULL)) {
855 if ((Temp->Parent != NULL) && (Temp->BusNumber == 0)) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h 43 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
57 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(ANTLRCommonTree *)parent
  /external/clang/include/clang/Lex/
ModuleMap.h 277 Attributes Attrs, Module *Parent);
392 /// \param Parent The module that will act as the parent of this submodule,
401 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
408 bool IsSystem, Module *Parent);
  /external/clang/include/clang/Sema/
Scope.h 129 /// The parent scope for this scope. This is null for the translation-unit
155 /// FnParent - If this scope has a parent scope that is a function body, this
200 void setFlags(Scope *Parent, unsigned F);
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
438 /// containedInPrototypeScope - Return true if this or a parent scope
474 void Init(Scope *parent, unsigned flags);
  /external/clang/lib/AST/
ParentMap.cpp 76 // OpaqueValueExpr is shared among multiple parent expressions.
78 // parent, then not reassign that when traversing the semantic expressions.
115 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) {
117 assert(Parent);
119 M->insert(std::make_pair(const_cast<Stmt *>(S), const_cast<Stmt *>(Parent)));
  /external/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
58 inline const BasicBlock *getParent() const { return Parent; }
59 inline BasicBlock *getParent() { return Parent; }
65 /// parent, or the parent basic block does not have a parent function.
425 /// * The instruction has no parent
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 238 BasicBlock *Parent = RI->getParent();
239 BranchInst::Create(UnwindBB, Parent);
242 PN->addIncoming(ExnObj, Parent);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
RegionInfo.h 67 /// In the BBtoRegionNode map of the parent of this node, BB will always map
75 /// @brief The parent Region of this RegionNode.
77 Region* parent; member in class:llvm::RegionNode
82 /// @param Parent The parent of this RegionNode.
88 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0)
89 : entry(Entry, isSubRegion), parent(Parent) {}
91 /// @brief Get the parent Region of this RegionNode.
93 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
185 assert(Node->getParent() && "A BB node must have a parent!");
212 Region* Parent = Node->getParent();
216 assert(Parent->getExit() != BB && "iterator out of range!");
218 return Parent->getBBNode(BB);
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 34 BasicBlock *Parent;
51 inline const BasicBlock *getParent() const { return Parent; }
52 inline BasicBlock *getParent() { return Parent; }
269 /// * The instruction has no parent
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 288 Attributes Attrs, Module *Parent);
416 /// \param Parent The module that will act as the parent of this submodule,
425 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
441 bool IsSystem, Module *Parent);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 129 /// The parent scope for this scope. This is null for the translation-unit
155 /// FnParent - If this scope has a parent scope that is a function body, this
200 void setFlags(Scope *Parent, unsigned F);
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
438 /// containedInPrototypeScope - Return true if this or a parent scope
474 void Init(Scope *parent, unsigned flags);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 288 Attributes Attrs, Module *Parent);
416 /// \param Parent The module that will act as the parent of this submodule,
425 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
441 bool IsSystem, Module *Parent);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 129 /// The parent scope for this scope. This is null for the translation-unit
155 /// FnParent - If this scope has a parent scope that is a function body, this
200 void setFlags(Scope *Parent, unsigned F);
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
438 /// containedInPrototypeScope - Return true if this or a parent scope
474 void Init(Scope *parent, unsigned flags);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 288 Attributes Attrs, Module *Parent);
416 /// \param Parent The module that will act as the parent of this submodule,
425 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
441 bool IsSystem, Module *Parent);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 129 /// The parent scope for this scope. This is null for the translation-unit
155 /// FnParent - If this scope has a parent scope that is a function body, this
200 void setFlags(Scope *Parent, unsigned F);
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
438 /// containedInPrototypeScope - Return true if this or a parent scope
474 void Init(Scope *parent, unsigned flags);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 288 Attributes Attrs, Module *Parent);
416 /// \param Parent The module that will act as the parent of this submodule,
425 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
441 bool IsSystem, Module *Parent);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 129 /// The parent scope for this scope. This is null for the translation-unit
155 /// FnParent - If this scope has a parent scope that is a function body, this
200 void setFlags(Scope *Parent, unsigned F);
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
438 /// containedInPrototypeScope - Return true if this or a parent scope
474 void Init(Scope *parent, unsigned flags);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 288 Attributes Attrs, Module *Parent);
416 /// \param Parent The module that will act as the parent of this submodule,
425 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
441 bool IsSystem, Module *Parent);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 129 /// The parent scope for this scope. This is null for the translation-unit
155 /// FnParent - If this scope has a parent scope that is a function body, this
200 void setFlags(Scope *Parent, unsigned F);
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
438 /// containedInPrototypeScope - Return true if this or a parent scope
474 void Init(Scope *parent, unsigned flags);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
ModuleMap.h 288 Attributes Attrs, Module *Parent);
416 /// \param Parent The module that will act as the parent of this submodule,
425 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
441 bool IsSystem, Module *Parent);

Completed in 1420 milliseconds

<<11121314151617181920>>