Home
last modified time | relevance | path

Searched refs:ptd1 (Results 1 – 5 of 5) sorted by relevance

/dports/lang/yap/yap-6.2.2/C/
H A Dunify.c169 register CELL d1 = *ptd1; in OCUnify_complex()
261 DO_TRAIL(ptd1, d0); in OCUnify_complex()
262 if (IsAttVar(ptd1)) Yap_WakeUp(ptd1); in OCUnify_complex()
265 if (Yap_rational_tree_loop(ptd1-1, ptd1, (CELL **)to_visit, (CELL **)unif)) in OCUnify_complex()
274 register CELL *ptd1; in OCUnify_complex() local
276 ptd1 = pt1; in OCUnify_complex()
277 d1 = ptd1[0]; in OCUnify_complex()
790 DO_TRAIL(ptd1, d0); in unifiable_complex()
800 register CELL *ptd1; in unifiable_complex() local
802 ptd1 = pt1; in unifiable_complex()
[all …]
/dports/lang/yap/yap-6.2.2/H/
H A Dabsmi.h1148 register CELL *ptd1 = pt1; in IUnify_complex() local
1149 register CELL d1 = *ptd1; in IUnify_complex()
1236 BIND_GLOBALCELL(ptd1, d0); in IUnify_complex()
1243 register CELL *ptd1; in IUnify_complex() local
1245 ptd1 = pt1; in IUnify_complex()
1246 d1 = ptd1[0]; in IUnify_complex()
1346 register CELL d1 = *ptd1; in iequ_complex()
1441 register CELL *ptd1; in iequ_complex() local
1443 ptd1 = pt1; in iequ_complex()
1444 d1 = ptd1[0]; in iequ_complex()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-debug.c323 const struct pt_data *ptd1 = ptr1, *ptd2 = ptr2; in by_backtrace_equal() local
325 if ((!ptd1 || !ptd1->backtrace) && (!ptd2 || !ptd2->backtrace)) in by_backtrace_equal()
328 …return ptd1 && ptd1->backtrace && ptd2 && ptd2->backtrace && g_str_equal (ptd1->backtrace->str, pt… in by_backtrace_equal()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dredundantcast.cxx485 if (auto const ptd1 = pt1->getAs<TypedefType>()) { in VisitCXXStaticCastExpr() local
487 if (ptd2 == nullptr || ptd2 != ptd1) { in VisitCXXStaticCastExpr()
491 auto const ptd1 = pt1->getAs<TypedefType>(); in VisitCXXStaticCastExpr() local
492 if (ptd1 == nullptr || ptd1 != ptd2) { in VisitCXXStaticCastExpr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dredundantcast.cxx493 if (auto const ptd1 = pt1->getAs<TypedefType>()) { in VisitCXXStaticCastExpr() local
495 if (ptd2 == nullptr || ptd2 != ptd1) { in VisitCXXStaticCastExpr()
499 auto const ptd1 = pt1->getAs<TypedefType>(); in VisitCXXStaticCastExpr() local
500 if (ptd1 == nullptr || ptd1 != ptd2) { in VisitCXXStaticCastExpr()