Searched refs:comparePointers (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 475 return Cmp.comparePointers(this, E); in compare() 654 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare() 955 return Cmp.comparePointers(Cvdecl, E->Cvdecl); in compare() 1337 return Cmp.comparePointers(this, E); in compare() 1396 return Cmp.comparePointers(this, E); in compare() 1448 return Cmp.comparePointers(this, E); in compare() 1640 return Cmp.comparePointers(this, E); in compare() 1770 return Cmp.comparePointers(this, E); in compare()
|
| H A D | ThreadSafetyTraverse.h | 339 bool comparePointers(const void* P, const void* Q) { return P == Q; } in comparePointers() function 373 bool comparePointers(const void *P, const void *Q) { return P == Q; } in comparePointers() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | ctfe.h | 201 int comparePointers(TOK op, Expression *agg1, dinteger_t ofs1, Expression *agg2, dinteger_t ofs2);
|
| H A D | ctfeexpr.c | 931 int comparePointers(TOK op, Expression *agg1, dinteger_t ofs1, Expression *agg2, dinteger_t ofs2) in comparePointers() function
|
| H A D | dinterpret.c | 3064 const int cmp = comparePointers(e->op, agg1, ofs1, agg2, ofs2); in interpretCompareCommon() 4455 const int cmp = comparePointers(cmpop, agg1, ofs1, agg2, ofs2); in interpretFourPointerRelation()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | ctfeexpr.d | 917 int comparePointers(EXP op, Expression agg1, dinteger_t ofs1, Expression agg2, dinteger_t ofs2) in comparePointers() function
|
| H A D | dinterpret.d | 3146 const cmp = comparePointers(e.op, agg1, ofs1, agg2, ofs2); in interpretCompareCommon() 4605 const cmp = comparePointers(cmpop, agg1, ofs1, agg2, ofs2); in interpretFourPointerRelation()
|