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.cpp1036 Instruction *Ancestor = Parent.first; local
1038 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Ancestor)) {
1046 Worklist.Add(Ancestor);
1048 } else if (Ancestor->getOpcode() == Instruction::Trunc) {
1054 assert((Ancestor->getOpcode() != Instruction::SExt || NoSignedWrap) &&
1057 if (Ancestor == Val)
1062 assert(Ancestor->hasOneUse() && "Drilled down when more than one use!");
1063 Ancestor = Ancestor->use_back();
/external/clang/lib/Sema/
H A DSemaDecl.cpp960 Scope *Ancestor = S->getParent(); local
961 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
962 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
974 Scope *Ancestor = S->getParent(); local
975 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
976 CurContext = (DeclContext*) Ancestor
[all...]

Completed in 235 milliseconds