| /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/ |
| fpu-unordered.S | 81 lf.sfun.s r12, r13 86 lf.sfun.s r12, r16
|
| fpu64a32-unordered.S | 89 lf.sfun.d r12,r13, r14,r15 94 lf.sfun.d r12,r13, r16,r18
|
| /src/external/gpl3/gdb/dist/sim/testsuite/or1k/ |
| fpu-unordered.S | 81 lf.sfun.s r12, r13 86 lf.sfun.s r12, r16
|
| fpu64a32-unordered.S | 89 lf.sfun.d r12,r13, r14,r15 94 lf.sfun.d r12,r13, r16,r18
|
| /src/sys/arch/hpcmips/dev/ |
| ucb1200.c | 184 ucb1200_state_install(device_t dev, int (*sfun)(void *), void *sarg, 189 sc->sc_child[sid].cs_busy = sfun;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| ThreadSafetyTraverse.h | 697 self()->printSExpr(E->sfun(), SS, Prec_Postfix); 709 if (const auto *V = dyn_cast<Variable>(SAP->sfun())) {
|
| ThreadSafetyTIL.h | 747 // A rewrite operation will call SFun constructor to set Vvd->Definition. 876 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} 878 : SExpr(A), Sfun(Sf), Arg(Ar) {} 882 SExpr *sfun() { return Sfun; } function in class:clang::threadSafety::SApply 883 const SExpr *sfun() const { return Sfun; } function in class:clang::threadSafety::SApply 885 SExpr *arg() { return Arg ? Arg : Sfun; } 886 const SExpr *arg() const { return Arg ? Arg : Sfun; } 892 auto Nf = Vs.traverse(Sfun, Vs.subExprCtx(Ctx)) [all...] |