Searched refs:uo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/calendar/
H A Dcalendar.c156 double uo; local
169 uo = mm + (100.0 * (ss / 60.0));
170 uo /= 60.0 / 100.0;
171 uo = hh + uo / 100;
173 UTCOffset = uo;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1270 CodeGenModule::getMemberPointerConstant(const UnaryOperator *uo) { argument
1272 const MemberPointerType *type = cast<MemberPointerType>(uo->getType());
1273 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp3254 } else if (UnaryOperator *uo = dyn_cast<UnaryOperator>(e)) {
3255 assert(uo->getOpcode() == UO_Extension);
3256 Expr *sub = stripARCUnbridgedCast(uo->getSubExpr());
3259 uo->getOperatorLoc());
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dbreakpoint.c725 insert_catchpoint (struct ui_out *uo, void *args)
721 insert_catchpoint(struct ui_out *uo, void *args) argument

Completed in 96 milliseconds