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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp28 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, argument
33 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
36 return C.typesAreCompatible(Derived, Ancestor);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1509 Instruction *Ancestor = Parent.first; local
1511 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(Ancestor)) {
1519 Worklist.push(Ancestor);
1521 } else if (Ancestor->getOpcode() == Instruction::Trunc) {
1527 assert((Ancestor->getOpcode() != Instruction::SExt || NoSignedWrap) &&
1530 if (Ancestor == Val)
1535 assert(Ancestor->hasOneUse() && "Drilled down when more than one use!");
1536 Ancestor = Ancestor->user_back();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1337 Scope *Ancestor = S->getParent(); local
1338 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
1339 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
1357 Scope *Ancestor = S->getParent(); local
1358 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
1359 CurContext = Ancestor
[all...]

Completed in 263 milliseconds