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

/freebsd-10.2-release/contrib/llvm/tools/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);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1045 Instruction *Ancestor = Parent.first; local
1047 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Ancestor)) {
1055 Worklist.Add(Ancestor);
1057 } else if (Ancestor->getOpcode() == Instruction::Trunc) {
1063 assert((Ancestor->getOpcode() != Instruction::SExt || NoSignedWrap) &&
1066 if (Ancestor == Val)
1071 assert(Ancestor->hasOneUse() && "Drilled down when more than one use!");
1072 Ancestor = Ancestor->use_back();
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp941 Scope *Ancestor = S->getParent(); local
942 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
943 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
955 Scope *Ancestor = S->getParent(); local
956 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
957 CurContext = Ancestor
[all...]

Completed in 175 milliseconds