Searched defs:OK (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.0-release/tools/regression/capsicum/syscalls/
H A Dmisc.h35 #define OK() do { \ macro
/freebsd-10.0-release/lib/libmd/i386/
H A Drmd160.S19 #define OK 1 define
24 #define OK 1 define
33 #define OK 1 define
H A Dsha.S20 #define OK 1 define
25 #define OK 1 define
34 #define OK 1 define
/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10.0-release/usr.sbin/bluetooth/l2control/
H A Dl2control.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10.0-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10.0-release/tools/regression/sockets/kqueue/
H A Dkqueue.c58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ macro
[all...]
/freebsd-10.0-release/tools/regression/lib/libc/net/
H A Dtest-ether.c38 #define OK() do { \ macro
[all...]
/freebsd-10.0-release/tools/regression/sockets/unix_seqpacket_exercise/
H A Dunix_seqpacket_exercise.c65 #define OK() warnx("%s: ok", __func__) macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-typeprint.c225 int OK; local
/freebsd-10.0-release/usr.sbin/cron/cron/
H A Dcron.h56 #define OK 0 macro
/freebsd-10.0-release/lib/libc/isc/
H A Deventlib_p.h51 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL macro
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h558 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, Expr *base) argument
570 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, SourceLocation sl, QualType st) argument
581 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, Expr *Base) argument
592 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation SuperLoc, QualType SuperTy) argument
602 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation ReceiverLoc, ObjCInterfaceDecl *Receiver) argument
792 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
[all...]
H A DExpr.h107 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, argument
415 ExprObjectKind OK = getObjectKind(); local
1647 UnaryOperator(Expr *input, Opcode opc, QualType type, ExprValueKind VK, ExprObjectKind OK, SourceLocation l) argument
2047 ArraySubscriptExpr(Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation rbracketloc) argument
2332 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, const DeclarationNameInfo &NameInfo, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2351 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, SourceLocation l, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2901 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, bool fpContractable) argument
3050 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, bool fpContractable, bool dead2) argument
3079 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, ExprValueKind VK, ExprObjectKind OK, QualType CompLHSType, QualType CompResultType, SourceLocation OpLoc, bool fpContractable) argument
3116 AbstractConditionalOperator(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack, SourceLocation qloc, SourceLocation cloc) argument
3159 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, SourceLocation CLoc, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
3236 BinaryConditionalOperator(Expr *common, OpaqueValueExpr *opaqueValue, Expr *cond, Expr *lhs, Expr *rhs, SourceLocation qloc, SourceLocation cloc, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
3480 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool TypeDependent, bool ValueDependent) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1603 ExprObjectKind OK = OK_Ordinary; local
813 BuildMemberExpr(Sema &SemaRef, ASTContext &C, Expr *Base, bool isArrow, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, ValueDecl *Member, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo, QualType Ty, ExprValueKind VK, ExprObjectKind OK, const TemplateArgumentListInfo *TemplateArgs = 0) argument
H A DSemaExprCXX.cpp4202 CXXCheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, ExprResult &RHS, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc) argument
H A DSemaDeclCXX.cpp1139 bool OK = getLangOpts().CPlusPlus1y && Dcl->getResultType()->isVoidType(); local
H A DSemaExpr.cpp3572 ExprObjectKind OK = OK_Ordinary; local
4273 ExprObjectKind OK = OK_Ordinary; local
5666 ExprObjectKind OK = OK_Ordinary; local
5249 CheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, ExprResult &RHS, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc) argument
8668 ExprObjectKind OK = OK_Ordinary; local
9138 ExprObjectKind OK = OK_Ordinary; local
9715 ExprObjectKind OK = OK_Ordinary; local
[all...]
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c91 #define OK 0 macro
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1917 ExprObjectKind OK = static_cast<ExprObjectKind>(Record[Idx++]); local
/freebsd-10.0-release/sys/dev/ath/
H A Dif_athvar.h759 OK, /* no change needed */ enumerator in enum:ath_softc::__anon7585

Completed in 344 milliseconds