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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 475 return Cmp.comparePointers(this, E);
654 return Cmp.comparePointers(Cvdecl, E->Cvdecl);
955 return Cmp.comparePointers(Cvdecl, E->Cvdecl);
1337 return Cmp.comparePointers(this, E);
1396 return Cmp.comparePointers(this, E);
1448 return Cmp.comparePointers(this, E);
1640 return Cmp.comparePointers(this, E);
1770 return Cmp.comparePointers(this, E);
ThreadSafetyTraverse.h 339 bool comparePointers(const void* P, const void* Q) { return P == Q; }
373 bool comparePointers(const void *P, const void *Q) { return P == Q; }
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
ctfeexpr.d 917 int comparePointers(EXP op, Expression agg1, dinteger_t ofs1, Expression agg2, dinteger_t ofs2)
dinterpret.d 3146 const cmp = comparePointers(e.op, agg1, ofs1, agg2, ofs2);
4605 const cmp = comparePointers(cmpop, agg1, ofs1, agg2, ofs2);

Completed in 22 milliseconds