Searched refs:Ancestor (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | CwiseBinaryOp.h | 42 typedef typename remove_all<Lhs>::type Ancestor; 43 typedef typename traits<Ancestor>::XprKind XprKind; 45 RowsAtCompileTime = traits<Ancestor>::RowsAtCompileTime, 46 ColsAtCompileTime = traits<Ancestor>::ColsAtCompileTime, 47 MaxRowsAtCompileTime = traits<Ancestor>::MaxRowsAtCompileTime, 48 MaxColsAtCompileTime = traits<Ancestor>::MaxColsAtCompileTime
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCInstMethSignature.cpp | 29 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible() argument 34 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType()) in AreTypesCompatible() 37 return C.typesAreCompatible(Derived, Ancestor); in AreTypesCompatible()
|
/external/llvm/lib/Target/WebAssembly/ |
D | Relooper.cpp | 149 : Ancestor(nullptr), Labeled(true) { in Branch() 317 void Solipsize(Block *Target, Branch::FlowType Type, Shape *Ancestor, in Calculate() 330 PriorOut->Ancestor = Ancestor; in Calculate() 332 if (MultipleShape *Multiple = dyn_cast<MultipleShape>(Ancestor)) in Calculate() 849 dyn_cast<MultipleShape>(Details->Ancestor)) in Calculate() 873 dyn_cast<MultipleShape>(Details->Ancestor)) in Calculate() 876 LastLoop->Natural == Details->Ancestor->Natural) { in Calculate() 881 dyn_cast<MultipleShape>(Details->Ancestor)) in Calculate() 934 if (Details->Ancestor != LoopStack.top() && Details->Labeled) { in Calculate() 936 dyn_cast<MultipleShape>(Details->Ancestor)) { in Calculate() [all …]
|
D | Relooper.h | 52 *Ancestor; // If not nullptr, this shape is the relevant one for purposes member
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1213 Instruction *Ancestor = Parent.first; in Descale() local 1215 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Ancestor)) { in Descale() 1223 Worklist.Add(Ancestor); in Descale() 1225 } else if (Ancestor->getOpcode() == Instruction::Trunc) { in Descale() 1231 assert((Ancestor->getOpcode() != Instruction::SExt || NoSignedWrap) && in Descale() 1234 if (Ancestor == Val) in Descale() 1239 assert(Ancestor->hasOneUse() && "Drilled down when more than one use!"); in Descale() 1240 Ancestor = Ancestor->user_back(); in Descale()
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingdatastore.rst | 39 queries. Ancestor queries use the parent key (instead of a specific entity's 81 # Ancestor Queries, as shown here, are strongly consistent with the High 204 consistency purposes. See `Entity Groups and Ancestor Paths <http://code.google.com/appengine/docs/…
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
D | ANTLRCommonTreeTest.m | 337 STAssertNotNil(ancestor, @"Ancestor should not be nil");
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 1125 Scope *Ancestor = S->getParent(); in EnterDeclaratorContext() local 1126 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in EnterDeclaratorContext() 1127 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch"); in EnterDeclaratorContext() 1139 Scope *Ancestor = S->getParent(); in ExitDeclaratorContext() local 1140 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent(); in ExitDeclaratorContext() 1141 CurContext = Ancestor->getEntity(); in ExitDeclaratorContext()
|