Searched refs:Ancestor (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp29 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, argument
34 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
37 return C.typesAreCompatible(Derived, Ancestor);
/external/eigen/Eigen/src/Core/
H A DCwiseBinaryOp.h42 typedef typename remove_all<Lhs>::type Ancestor; typedef in struct:Eigen::internal::traits
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/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1151 Instruction *Ancestor = Parent.first; local
1153 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Ancestor)) {
1161 Worklist.Add(Ancestor);
1163 } else if (Ancestor->getOpcode() == Instruction::Trunc) {
1169 assert((Ancestor->getOpcode() != Instruction::SExt || NoSignedWrap) &&
1172 if (Ancestor == Val)
1177 assert(Ancestor->hasOneUse() && "Drilled down when more than one use!");
1178 Ancestor = Ancestor->user_back();
/external/clang/lib/Sema/
H A DSemaDecl.cpp1060 Scope *Ancestor = S->getParent(); local
1061 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
1062 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
1074 Scope *Ancestor = S->getParent(); local
1075 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
1076 CurContext = Ancestor
[all...]

Completed in 227 milliseconds