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

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Archive.h 35 ArchiveMemberHeader(Archive const *Parent, const char *RawHeaderPtr,
72 Archive const *Parent;
81 const Archive *Parent;
92 Child(const Archive *Parent, const char *Start, Error *Err);
93 Child(const Archive *Parent, StringRef Data, uint16_t StartOfFile);
96 assert(!Parent || !other.Parent || Parent == other.Parent);
100 const Archive *getParent() const { return Parent; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Archive.h 35 ArchiveMemberHeader(Archive const *Parent, const char *RawHeaderPtr,
72 Archive const *Parent;
81 const Archive *Parent;
92 Child(const Archive *Parent, const char *Start, Error *Err);
93 Child(const Archive *Parent, StringRef Data, uint16_t StartOfFile);
96 assert(!Parent || !other.Parent || Parent == other.Parent);
100 const Archive *getParent() const { return Parent; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Archive.h 35 ArchiveMemberHeader(Archive const *Parent, const char *RawHeaderPtr,
72 Archive const *Parent;
81 const Archive *Parent;
92 Child(const Archive *Parent, const char *Start, Error *Err);
93 Child(const Archive *Parent, StringRef Data, uint16_t StartOfFile);
96 assert(!Parent || !other.Parent || Parent == other.Parent);
100 const Archive *getParent() const { return Parent; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 35 ArchiveMemberHeader(Archive const *Parent, const char *RawHeaderPtr,
72 Archive const *Parent;
81 const Archive *Parent;
92 Child(const Archive *Parent, const char *Start, Error *Err);
93 Child(const Archive *Parent, StringRef Data, uint16_t StartOfFile);
96 assert(!Parent || !other.Parent || Parent == other.Parent);
100 const Archive *getParent() const { return Parent; }
    [all...]
  /external/clang/lib/Index/
IndexingContext.h 73 const NamedDecl *Parent,
86 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
90 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
95 const NamedDecl *Parent,
100 void indexBody(const Stmt *S, const NamedDecl *Parent,
110 bool IsRef, const Decl *Parent,
  /external/llvm/lib/Object/
Archive.cpp 90 Archive::Child::Child(const Archive *Parent, StringRef Data,
92 : Parent(Parent), Data(Data), StartOfFile(StartOfFile) {}
94 Archive::Child::Child(const Archive *Parent, const char *Start,
96 : Parent(Parent) {
123 if (Parent->IsThin) {
141 return Parent->IsThin && Name != "/" && Name != "//";
154 Parent->getMemoryBufferRef().getBufferIdentifier());
173 Parent->ThinBuffers.push_back(std::move(*Buf))
    [all...]
  /external/llvm/include/llvm/IR/
GlobalIFunc.h 38 void setParent(Module *parent);
41 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
Argument.h 36 Function *Parent;
39 void setParent(Function *parent);
48 inline const Function *getParent() const { return Parent; }
49 inline Function *getParent() { return Parent; }
GlobalAlias.h 33 void setParent(Module *parent);
36 const Twine &Name, Constant *Aliasee, Module *Parent);
39 /// If a parent module is specified, the alias is automatically inserted into
43 Constant *Aliasee, Module *Parent);
48 Module *Parent);
55 // Type, Parent and AddressSpace taken from the Aliasee.
59 // Linkage, Type, Parent and AddressSpace taken from the Aliasee.
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAtom.h 38 MCModule *Parent;
46 : Type(T), Parent(P), Begin(B), End(E) { }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
GlobalAlias.h 33 const Twine &Name, Constant *Aliasee, Module *Parent);
39 /// If a parent module is specified, the alias is automatically inserted into
43 Constant *Aliasee, Module *Parent);
48 Module *Parent);
55 // Type, Parent and AddressSpace taken from the Aliasee.
59 // Linkage, Type, Parent and AddressSpace taken from the Aliasee.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
GlobalAlias.h 33 const Twine &Name, Constant *Aliasee, Module *Parent);
39 /// If a parent module is specified, the alias is automatically inserted into
43 Constant *Aliasee, Module *Parent);
48 Module *Parent);
55 // Type, Parent and AddressSpace taken from the Aliasee.
59 // Linkage, Type, Parent and AddressSpace taken from the Aliasee.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
GlobalAlias.h 33 const Twine &Name, Constant *Aliasee, Module *Parent);
39 /// If a parent module is specified, the alias is automatically inserted into
43 Constant *Aliasee, Module *Parent);
48 Module *Parent);
55 // Type, Parent and AddressSpace taken from the Aliasee.
59 // Linkage, Type, Parent and AddressSpace taken from the Aliasee.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
44 /// If a parent module is specified, the ifunc is automatically inserted into
48 Constant *Resolver, Module *Parent);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
TreeExtensions.cs 41 return tree.Parent.GetChild( tree.ChildIndex + 1 );
  /external/swiftshader/third_party/subzero/src/
IceTimerTree.cpp 113 assert(Nodes[Index].Parent < Index);
114 Index = Nodes[Index].Parent;
119 // Given a parent node and a leaf ID, returns the index of the parent's child
121 TimerStack::TTindex TimerStack::getChildIndex(TimerStack::TTindex Parent,
123 if (Nodes[Parent].Children.size() <= ID)
124 Nodes[Parent].Children.resize(ID + 1);
125 if (Nodes[Parent].Children[ID] == 0) {
127 Nodes[Parent].Children[ID] = Size;
129 Nodes[Size].Parent = Parent
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 196 if (DominatorNode.Parent)
197 ID = DominatorNode.Parent->topologicalFinalSort(Blocks, ID);
224 Candidate = Candidate->DominatorNode.Parent;
226 Alternate = Alternate->DominatorNode.Parent;
229 DominatorNode.Parent = Candidate;
251 Candidate = Candidate->PostDominatorNode.Parent;
253 Alternate = Alternate->PostDominatorNode.Parent;
256 PostDominatorNode.Parent = Candidate;
272 if (N->Parent) {
273 BasicBlock::TopologyNode *P = &(N->Parent->*TN)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Argument.h 36 Function *Parent;
39 void setParent(Function *parent);
48 inline const Function *getParent() const { return Parent; }
49 inline Function *getParent() { return Parent; }

Completed in 1134 milliseconds

1 2 34 5 6 7 8 91011>>