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

/freebsd-10-stable/tools/regression/capsicum/syscalls/
H A Dmisc.h35 #define OK() do { \ macro
/freebsd-10-stable/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-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10-stable/tools/regression/sockets/kqueue/
H A Dkqueue.c58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ macro
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dada-typeprint.c225 int OK; local
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c76 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_shm.c364 OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH enumerator in enum:segstat_t
/freebsd-10-stable/usr.sbin/cron/cron/
H A Dcron.h56 #define OK 0 macro
/freebsd-10-stable/lib/libc/isc/
H A Deventlib_p.h51 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL macro
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h559 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, Expr *base) argument
571 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, SourceLocation sl, QualType st) argument
582 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, Expr *Base) argument
593 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation SuperLoc, QualType SuperTy) argument
603 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation ReceiverLoc, ObjCInterfaceDecl *Receiver) argument
793 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
414 ExprObjectKind OK = getObjectKind(); local
1649 UnaryOperator(Expr *input, Opcode opc, QualType type, ExprValueKind VK, ExprObjectKind OK, SourceLocation l) argument
2049 ArraySubscriptExpr(Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation rbracketloc) argument
2335 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, const DeclarationNameInfo &NameInfo, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2354 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, SourceLocation l, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2906 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, bool fpContractable) argument
3055 BinaryOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResTy, ExprValueKind VK, ExprObjectKind OK, SourceLocation opLoc, bool fpContractable, bool dead2) argument
3084 CompoundAssignOperator(Expr *lhs, Expr *rhs, Opcode opc, QualType ResType, ExprValueKind VK, ExprObjectKind OK, QualType CompLHSType, QualType CompResultType, SourceLocation OpLoc, bool fpContractable) argument
3121 AbstractConditionalOperator(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, bool TD, bool VD, bool ID, bool ContainsUnexpandedParameterPack, SourceLocation qloc, SourceLocation cloc) argument
3164 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, SourceLocation CLoc, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
3241 BinaryConditionalOperator(Expr *common, OpaqueValueExpr *opaqueValue, Expr *cond, Expr *lhs, Expr *rhs, SourceLocation qloc, SourceLocation cloc, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
3485 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, ExprValueKind VK, ExprObjectKind OK, SourceLocation BuiltinLoc, SourceLocation RParenLoc) argument
3540 ChooseExpr(SourceLocation BLoc, Expr *cond, Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation RP, bool condIsTrue, bool TypeDependent, bool ValueDependent) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1691 ExprObjectKind OK = OK_Ordinary; local
852 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.cpp4372 CXXCheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, ExprResult &RHS, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc) argument
H A DSemaChecking.cpp1836 ExprObjectKind OK = OK_Ordinary; local
H A DSemaDeclCXX.cpp1171 bool OK = getLangOpts().CPlusPlus1y && Dcl->getResultType()->isVoidType(); local
H A DSemaExpr.cpp3732 ExprObjectKind OK = OK_Ordinary; local
4526 ExprObjectKind OK = OK_Ordinary; local
5939 ExprObjectKind OK = OK_Ordinary; local
5521 CheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, ExprResult &RHS, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc) argument
9090 ExprObjectKind OK = OK_Ordinary; local
9560 ExprObjectKind OK = OK_Ordinary; local
10140 ExprObjectKind OK = OK_Ordinary; local
[all...]
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c91 #define OK 0 macro
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2038 ExprObjectKind OK = static_cast<ExprObjectKind>(Record[Idx++]); local
/freebsd-10-stable/sys/dev/ath/
H A Dif_athvar.h759 OK, /* no change needed */ enumerator in enum:ath_softc::__anon7923

Completed in 480 milliseconds