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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 183 const StackFrameContext *getStackFrame(LocationContext const *Parent,
189 getBlockInvocationContext(const LocationContext *parent,
225 const LocationContext *Parent;
229 const LocationContext *parent)
230 : Kind(k), Ctx(ctx), Parent(parent) {}
239 const LocationContext *getParent() const { return Parent; }
274 const LocationContext *parent,
282 // The parent block of the callsite.
289 StackFrameContext(AnalysisDeclContext *ctx, const LocationContext *parent,
    [all...]
  /external/clang/include/clang/Basic/
Module.h 55 /// \brief The parent of this module. This will be NULL for the top-level
57 Module *Parent;
307 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
333 bool isSubModule() const { return Parent != nullptr; }
343 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
353 return IsFramework && Parent && Parent->isPartOfFramework();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Module.h 65 /// \brief The parent of this module. This will be NULL for the top-level
67 Module *Parent;
321 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
347 bool isSubModule() const { return Parent != nullptr; }
357 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
367 return IsFramework && Parent && Parent->isPartOfFramework();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Module.h 65 /// \brief The parent of this module. This will be NULL for the top-level
67 Module *Parent;
321 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
347 bool isSubModule() const { return Parent != nullptr; }
357 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
367 return IsFramework && Parent && Parent->isPartOfFramework();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Module.h 65 /// \brief The parent of this module. This will be NULL for the top-level
67 Module *Parent;
321 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
347 bool isSubModule() const { return Parent != nullptr; }
357 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
367 return IsFramework && Parent && Parent->isPartOfFramework();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 65 /// \brief The parent of this module. This will be NULL for the top-level
67 Module *Parent;
321 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
347 bool isSubModule() const { return Parent != nullptr; }
357 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
367 return IsFramework && Parent && Parent->isPartOfFramework();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Module.h 65 /// \brief The parent of this module. This will be NULL for the top-level
67 Module *Parent;
321 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
347 bool isSubModule() const { return Parent != nullptr; }
357 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
367 return IsFramework && Parent && Parent->isPartOfFramework();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Module.h 65 /// \brief The parent of this module. This will be NULL for the top-level
67 Module *Parent;
321 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
347 bool isSubModule() const { return Parent != nullptr; }
357 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
367 return IsFramework && Parent && Parent->isPartOfFramework();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Module.h 65 /// \brief The parent of this module. This will be NULL for the top-level
67 Module *Parent;
321 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
347 bool isSubModule() const { return Parent != nullptr; }
357 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
367 return IsFramework && Parent && Parent->isPartOfFramework();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 65 /// \brief The parent of this module. This will be NULL for the top-level
67 Module *Parent;
321 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent,
347 bool isSubModule() const { return Parent != nullptr; }
357 for (const Module *Mod = this; Mod; Mod = Mod->Parent)
367 return IsFramework && Parent && Parent->isPartOfFramework();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeFixture.cs 58 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...]
  /external/llvm/lib/IR/
Globals.cpp 207 // Conservatively assume ELF if there's no parent pointer.
209 (!Parent || Triple(Parent->getTargetTriple()).isOSBinFormatELF());
260 void GlobalVariable::setParent(Module *parent) {
261 Parent = parent;
341 Module *Parent) {
342 return create(Ty, AddressSpace, Linkage, Name, nullptr, Parent);
362 void GlobalAlias::setParent(Module *parent) {
363 Parent = parent
    [all...]
MDBuilder.cpp 109 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
110 MDNode *MDBuilder::createTBAANode(StringRef Name, MDNode *Parent,
115 {createString(Name), Parent, createConstant(Flags)});
117 return MDNode::get(Context, {createString(Name), Parent});
156 /// given name, an offset and a parent in the TBAA type DAG.
157 MDNode *MDBuilder::createTBAAScalarTypeNode(StringRef Name, MDNode *Parent,
161 {createString(Name), Parent, createConstant(Off)});
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LexicalScopes.cpp 162 LexicalScope *Parent = NULL;
164 Parent = getOrCreateLexicalScope(DebugLoc::getFromDILexicalBlock(Scope));
165 WScope = new LexicalScope(Parent, DIDescriptor(Scope), NULL, false);
167 if (!Parent && DIDescriptor(Scope).isSubprogram()
200 LexicalScope *Parent = NULL;
204 Parent = getOrCreateAbstractScope(ParentDesc);
206 AScope = new LexicalScope(Parent, DIDescriptor(N), NULL, true);
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
214 : Parent(Parent), IsPackaged(false), NumHeaders(1), Nodes(1, Header),
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
219 : Parent(Parent), IsPackaged(false), Nodes(FirstHeader, LastHeader) {
260 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 53 inline MachineRegionNode(MachineRegion *Parent,
56 : RegionNodeBase<RegionTraits<MachineFunction>>(Parent, Entry, isSubRegion) {
69 MachineDominatorTree *DT, MachineRegion *Parent = nullptr);

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>