HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 101 - 125 of 272) sorted by null

1 2 3 45 6 7 8 91011

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 40 * parent and child index is very difficult and cumbersome. Better to
59 /** <summary>Who is the parent node of this node; if null, implies node is root</summary> */
60 CommonTree parent; field in class:Antlr.Runtime.Tree.CommonTree
149 public override ITree Parent
153 return parent;
158 parent = (CommonTree)value;
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 302 LazyValueInfoCache *Parent;
305 : CallbackVH(V), Parent(P) { }
347 LazyValueInfoCache *Parent;
354 : Parent(P), Val(V), BB(B), BBLV(LV) { }
358 Parent->OverDefinedCache.insert(std::make_pair(BB, Val));
419 I = Parent->OverDefinedCache.begin(),
420 E = Parent->OverDefinedCache.end();
428 Parent->OverDefinedCache.erase(*I);
432 Parent->ValueCache.erase(*this);
    [all...]
CFG.cpp 115 while (const Loop *Parent = L->getParentLoop())
116 L = Parent;
  /external/llvm/lib/IR/
Instruction.cpp 26 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) {
44 : User(ty, Value::InstructionVal + it, Ops, NumOps), Parent(nullptr) {
56 assert(!Parent && "Instruction still linked in the program!");
69 Parent = P;
386 // instructions, just check to see whether the parent of the use matches up.
BasicBlock.cpp 48 : Value(Type::getLabelTy(C), Value::BasicBlockVal), Parent(nullptr) {
89 void BasicBlock::setParent(Function *parent) {
93 // Set Parent=parent, updating instruction symtab entries as appropriate.
94 InstList.setSymTabObject(&Parent, parent);
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.h 80 virtual bool selectAddr16(SDNode *Parent, SDValue N, SDValue &Base,
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_parser.js 8 * @param {MetadataDispatcher} parent Parent object.
13 function MetadataParser(parent, type, urlFilter) {
14 this.parent_ = parent;
17 this.verbose = parent.verbose;
57 function ImageParser(parent, type, urlFilter) {
  /external/clang/include/clang/Sema/
Scope.h 122 /// The parent scope for this scope. This is null for the translation-unit
146 /// FnParent - If this scope has a parent scope that is a function body, this
192 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
194 Init(Parent, ScopeFlags);
407 /// containedInPrototypeScope - Return true if this or a parent scope
443 void Init(Scope *parent, unsigned flags);
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 60 void VisitChild(ExprParent Parent, const Stmt *S) {
63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first,
  /external/clang/tools/libclang/
CXCursor.h 51 CXCursor MakeCXCursor(const clang::Attr *A, const clang::Decl *Parent,
56 CXCursor MakeCXCursor(const clang::Stmt *S, const clang::Decl *Parent,
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 31 LinkingMemoryManager(MCJIT *Parent, RTDyldMemoryManager *MM)
32 : ParentEngine(Parent), ClientMM(MM) {}
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 328 BasicBlock *Parent = Inst->getParent();
331 if (I->getParent() == Parent && match(I, m_Not(m_Specific(Condition))))
335 return BinaryOperator::CreateNot(Condition, "", Parent->getTerminator());
460 BasicBlock *Parent = Term->getParent();
466 PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default);
471 Dominator.addBlock(Parent, false);
477 if (PI->first == Parent) {
491 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mutants.py 166 def __init__(self, parent):
167 self.__dict__['parent'] = parent
169 self.parent.a = 1
170 self.parent.b = 1
171 self.parent.c = 1
172 self.parent.d = 1
173 self.parent.e = 1
174 self.parent.f = 1
175 self.parent.g =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mutants.py 166 def __init__(self, parent):
167 self.__dict__['parent'] = parent
169 self.parent.a = 1
170 self.parent.b = 1
171 self.parent.c = 1
172 self.parent.d = 1
173 self.parent.e = 1
174 self.parent.f = 1
175 self.parent.g =
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 166 /// Add each synthetic statement in the CFG to the parent map, using the
167 /// source statement's parent.
283 AnalysisDeclContext::getStackFrame(LocationContext const *Parent, const Stmt *S,
285 return getLocationContextManager().getStackFrame(this, Parent, S, Blk, Idx);
289 AnalysisDeclContext::getBlockInvocationContext(const LocationContext *parent,
292 return getLocationContextManager().getBlockInvocationContext(this, parent,
309 const LocationContext *parent,
313 ID.AddPointer(parent);
336 const LocationContext *parent,
339 LOC::Profile(ID, ctx, parent, d)
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 67 DeclContext *Parent, std::size_t Extra) {
68 assert(!Parent || &Parent->getParentASTContext() == &Ctx);
679 // 1. this is the translation unit (and thus has no parent)
781 /// \brief Find the parent context of this context that will be
784 /// Generally, the parent lookup context is the semantic context. However, for
785 /// a friend function the parent lookup context is the lexical context, which
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 43 Insts.Parent = this;
73 /// parent pointer of the MBB, the MBB numbering, and any instructions in the
100 /// list, we update its parent pointer and add its operands from reg use/def
104 N->setParent(Parent);
108 MachineFunction *MF = Parent->getParent();
115 /// list, we update its parent pointer and remove its operands from reg use/def
130 /// MBB list to another, we need to update the parent pointers and the use/def
136 assert(Parent->getParent() == fromList.Parent->getParent() &&
137 "MachineInstr parent mismatch!")
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs.cc 89 ScopedNode parent;
90 error = FindOrCreateDir(path.Parent(), &parent);
94 error = parent->AddChild(path.Basename(), node);
270 // If not the root node, find the parent node and add it to the parent
272 ScopedNode parent; local
273 error = FindOrCreateDir(path.Parent(), &parent);
277 error = parent->AddChild(path.Basename(), node)
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 137 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
150 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
215 CheckNull(R0.Parent);
239 CheckNull(Root.Parent);
243 Check(C0.Parent = Root);
245 Check(C1.Parent = Root);
247 Check(C2.Parent = Root);
350 CheckNull(Dup.Parent);
368 CheckNull(R0.Parent);
370 Check(C0.Parent = R0)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTreeAdaptor.h 77 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree Parent:(id<ANTLRTree>)parent;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTreeAdaptor.h 77 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree Parent:(id<ANTLRTree>)parent;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTreeAdaptor.h 77 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree Parent:(id<ANTLRTree>)parent;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTreeAdaptor.h 69 - (id<ANTLRBaseTree>)dupTree:(id<ANTLRBaseTree>)aTree Parent:(id<ANTLRBaseTree>)parent;
138 - (void) setParent:(id<ANTLRBaseTree>)t With:(id<ANTLRBaseTree>) parent;
147 - (void) replaceChildren:(id)parent From:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
  /external/chromium_org/base/
bind_unittest.cc 58 class Parent {
67 class Child : public Parent {
355 Closure virtual_set_cb = Bind(&Parent::VirtualSet, &child);
360 Closure non_virtual_set_cb = Bind(&Parent::NonVirtualSet, &child);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.cc 77 Path Path::Parent() const {

Completed in 1205 milliseconds

1 2 3 45 6 7 8 91011