Home
last modified time | relevance | path

Searched refs:ewc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_mx4200.c486 char nsc, ewc; in mx4200_ref() local
564 ewc = 'E'; in mx4200_ref()
567 ewc = 'W'; in mx4200_ref()
584 ewc, /* east/west */ in mx4200_ref()
590 lats, nsc, lons, ewc, alt ); in mx4200_ref()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4874 if (const ExprWithCleanups *ewc = dyn_cast<ExprWithCleanups>(e)) in findInCopyConstruct() local
4875 e = ewc->getSubExpr(); in findInCopyConstruct()