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

12

/freebsd-11-stable/tools/regression/capsicum/syscalls/
H A Dmisc.h35 #define OK() do { \ macro
/freebsd-11-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-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h37 #define OK 0 /* everything was OK */ macro
/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.h37 #define OK 0 /* everything was OK */ macro
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h37 #define OK 0 /* everything was OK */ macro
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h37 #define OK 0 /* everything was OK */ macro
/freebsd-11-stable/tools/regression/sockets/kqueue/
H A Dkqueue.c58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp209 runPassPipeline(StringRef Arg0, Module &M, TargetMachine *TM, ToolOutputFile *Out, ToolOutputFile *ThinLTOLinkOut, ToolOutputFile *OptRemarkFile, StringRef PassPipeline, OutputKind OK, VerifierKind VK, bool ShouldPreserveAssemblyUseListOrder, bool ShouldPreserveBitcodeUseListOrder, bool EmitSummaryIndex, bool EmitModuleHash, bool EnableDebugify) argument
H A Dopt.cpp692 OutputKind OK = OK_NoOutput; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h51 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, ExprValueKind VK, ExprObjectKind OK, SourceLocation ColonLoc, SourceLocation RBracketLoc) argument
H A DExprObjC.h648 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, Expr *base) argument
659 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, ExprObjectKind OK, SourceLocation l, SourceLocation sl, QualType st) argument
670 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, Expr *Base) argument
681 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation SuperLoc, QualType SuperTy) argument
691 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation ReceiverLoc, ObjCInterfaceDecl *Receiver) argument
862 ObjCSubscriptRefExpr(Expr *base, Expr *key, QualType T, ExprValueKind VK, ExprObjectKind OK, ObjCMethodDecl *getMethod, ObjCMethodDecl *setMethod, SourceLocation RB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp20 OK, // Found. member in class:__anon1658::ParseRet
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h201 const Action::OffloadKind OK; member in class:clang::driver::toolchains::CudaToolChain
H A DCuda.cpp567 CudaToolChain(const Driver &D, const llvm::Triple &Triple, const ToolChain &HostTC, const ArgList &Args, const Action::OffloadKind OK) argument
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c76 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator in enum:outcome
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp71 bool isComparisonOperator(OverloadedOperatorKind OK) { argument
126 bool isAccessOperator(OverloadedOperatorKind OK) { argument
131 isDereferenceOperator(OverloadedOperatorKind OK) argument
136 isIncrementOperator(OverloadedOperatorKind OK) argument
140 isDecrementOperator(OverloadedOperatorKind OK) argument
144 isRandomIncrOrDecrOperator(OverloadedOperatorKind OK) argument
[all...]
H A DMoveChecker.cpp137 bool shouldWarnAbout(ObjectKind OK, MisuseKind MK) const { argument
301 ObjectKind OK = Chk.classifyObject(Region, RD); local
355 ObjectKind OK = classifyObject(Region, RD); local
488 ObjectKind OK = classifyObject(ArgRegion, RD); local
586 ObjectKind OK = classifyObject(MR, RD); local
[all...]
H A DIteratorModeling.cpp1239 bool isAssignmentOperator(OverloadedOperatorKind OK) { return OK == OO_Equal; } argument
1241 bool isSimpleComparisonOperator(OverloadedOperatorKind OK) { argument
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-typeprint.c225 int OK; local
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_shm.c364 OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH enumerator in enum:segstat_t
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp349 OK, // Successfully processed member in class:StackTrie::AccountRecordStatus
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.h56 #define OK 0 macro
/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL macro
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c91 #define OK 0 macro
[all...]

Completed in 255 milliseconds

12