HomeSort by: relevance | last modified time | path
    Searched refs:Ancestor (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 28 static bool AreTypesCompatible(QualType Derived, QualType Ancestor,
33 if (Derived->isAnyPointerType() && Ancestor->isAnyPointerType())
36 return C.typesAreCompatible(Derived, Ancestor);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 1509 Instruction *Ancestor = Parent.first;
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();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 1337 Scope *Ancestor = S->getParent();
1338 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
1339 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
1357 Scope *Ancestor = S->getParent();
1358 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent()
    [all...]

Completed in 40 milliseconds