Searched refs:ex (Results 1 - 25 of 184) sorted by last modified time

12345678

/freebsd-current/contrib/one-true-awk/
H A Drun.c187 goto ex;
203 ex:
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-anchor.c1712 X509_EXTENSION *ex = X509_get_ext( local
1714 if(ex) {
1716 X509V3_EXT_print_fp(stdout, ex, 0, 0);
/freebsd-current/contrib/unbound/
H A Dconfigure1111 | --exec | --exe | --ex)
1115 | --exec=* | --exe=* | --ex=*)
/freebsd-current/lib/libthr/thread/
H A Dthr_private.h525 struct _Unwind_Exception ex; member in struct:pthread
/freebsd-current/rescue/rescue/
H A DMakefile247 CRUNCH_ALIAS_vi= ex
/freebsd-current/contrib/libcbor/src/
H A Dcbor.c297 static int _pow(int b, int ex) { argument
298 if (ex == 0) return 1;
300 while (--ex > 0) res *= b;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-match.mk172 # either of [ex].
175 # '[^s]' does not propagate to the second character list '[ex]'.
176 .if ${One Two Three Four five six seven:L:M[^s]*[ex]} != "One Three five"
/freebsd-current/contrib/bmake/
H A Dconfigure896 | --exec | --exe | --ex)
900 | --exec=* | --exe=* | --ex=*)
/freebsd-current/sys/sys/
H A Dmbuf.h428 #define MCHECK(ex, msg) KASSERT((ex), \
H A Dsysproto.h322 char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)]; member in struct:select_args
1542 char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)]; member in struct:pselect_args
H A Dsyscallsubr.h280 fd_set *ex, struct timeval *tvp, sigset_t *uset, int abi_nfdbits);
H A Dkassert.h166 #define MPASS(ex) MPASS4(ex, #ex, __FILE__, __LINE__)
167 #define MPASS2(ex, what) MPASS4(ex, what, __FILE__, __LINE__)
168 #define MPASS3(ex, file, line) MPASS4(ex, #ex, file, line)
169 #define MPASS4(ex, what, file, line) \
170 KASSERT((ex), ("Assertio
[all...]
/freebsd-current/sys/kern/
H A Dsys_generic.c1036 return (kern_pselect(td, uap->nd, uap->in, uap->ou, uap->ex, tvp,
1041 kern_pselect(struct thread *td, int nd, fd_set *in, fd_set *ou, fd_set *ex, argument
1059 error = kern_select(td, nd, in, ou, ex, tvp, abi_nfdbits);
1066 fd_set *in, *ou, *ex; member in struct:select_args
1084 return (kern_select(td, uap->nd, uap->in, uap->ou, uap->ex, tvp,
H A Dsystrace_args.c537 uarg[a++] = (intptr_t)p->ex; /* fd_set * */
2864 uarg[a++] = (intptr_t)p->ex; /* fd_set * */
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c540 uarg[a++] = (intptr_t)p->ex; /* fd_set * */
2753 uarg[a++] = (intptr_t)p->ex; /* fd_set * */
H A Dfreebsd32_proto.h98 char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)]; member in struct:freebsd32_select_args
542 char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)]; member in struct:freebsd32_pselect_args
/freebsd-current/lib/libsys/
H A D_libsys.h531 int __sys_select(int nd, fd_set * in, fd_set * ou, fd_set * ex, struct timeval * tv);
798 int __sys_pselect(int nd, fd_set * in, fd_set * ou, fd_set * ex, const struct timespec * ts, const sigset_t * sm);
/freebsd-current/sys/contrib/openzfs/cmd/
H A Darc_summary222 def handle_Exception(ex_cls, ex, tb):
232 if ex.errno == errno.ENOTCONN:
235 raise ex
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3416 if (InputSectionBase *ex = isec->getRelocatedSection())
3417 if (isa<InputSection>(ex) && ex->type == SHT_ARM_EXIDX)
H A DOutputSections.cpp587 if (auto *ex = dyn_cast<ARMExidxSyntheticSection>(first))
588 link = ex->getLinkOrderDep()->getParent()->sectionIndex;
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c144 _Unwind_Exception ex; local
145 memset(&ex, '\0', sizeof(ex));
146 memcpy(&ex.exception_class, "CLNGUNW", sizeof(ex.exception_class));
171 ex.pr_cache.fnstart = frameInfo.start_ip;
172 ex.pr_cache.ehtp = (_Unwind_EHT_Header *) unwindInfo;
173 ex.pr_cache.additional= frameInfo.flags;
181 if (handler(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) !=
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp989 const Expr *ex, unsigned count,
996 Ex(ex), Count(count), LCtx(lctx), IS(is), ITraits(ITraitsIn), Regions(r),
986 InvalidateRegionsWorker(RegionStoreManager &rm, ProgramStateManager &stateMgr, RegionBindingsRef b, const Expr *ex, unsigned count, const LocationContext *lctx, InvalidatedSymbols &is, RegionAndSymbolInvalidationTraits &ITraitsIn, StoreManager::InvalidatedRegions *r, GlobalsFilterKind GFK) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp56 const Expr *ex = nullptr; local
63 ex = U->getSubExpr();
72 ex = B->getLHS();
77 ex = B->getRHS();
83 ex = VD->getInit();
106 if (ex) {
107 R->addRange(ex->getSourceRange());
108 bugreporter::trackExpressionValue(N, ex, *R);
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp498 void reportUse(const Expr *ex, const VarDecl *vd);
499 void reportConstRefUse(const Expr *ex, const VarDecl *vd);
515 FindVarResult findVar(const Expr *ex) { argument
516 return ::findVar(ex, cast<DeclContext>(ac.getDecl()));
519 UninitUse getUninitUse(const Expr *ex, const VarDecl *vd, Value v) { argument
520 UninitUse Use(ex, isAlwaysUninit(v));
670 void TransferFunctions::reportUse(const Expr *ex, const VarDecl *vd) { argument
673 handler.handleUseOfUninitVariable(vd, getUninitUse(ex, vd, v));
676 void TransferFunctions::reportConstRefUse(const Expr *ex, const VarDecl *vd) { argument
679 handler.handleConstRefUseOfUninitVariable(vd, getUninitUse(ex, v
[all...]
/freebsd-current/contrib/libcxxrt/
H A Dexception.cc71 struct __cxa_exception *ex,
83 if (ex)
85 ex->handlerSwitchValue = selector;
86 ex->catchTemp = landingPad;
95 struct __cxa_exception *ex,
104 if (ex)
106 *selector = ex->handlerSwitchValue;
107 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ex->catchTemp);
114 static inline _Unwind_Reason_Code continueUnwinding(struct _Unwind_Exception *ex, argument
118 if (__gnu_unwind_frame(ex, contex
69 saveLandingPad(struct _Unwind_Context *context, struct _Unwind_Exception *ucb, struct __cxa_exception *ex, int selector, dw_eh_ptr_t landingPad) argument
93 loadLandingPad(struct _Unwind_Context *context, struct _Unwind_Exception *ucb, struct __cxa_exception *ex, unsigned long *selector, dw_eh_ptr_t *landingPad) argument
283 exceptionFromPointer(void *ex) argument
288 realExceptionFromException(__cxa_exception *ex) argument
319 exception_cleanup(_Unwind_Reason_Code reason, struct _Unwind_Exception *ex) argument
328 dependent_exception_cleanup(_Unwind_Reason_Code reason, struct _Unwind_Exception *ex) argument
338 free_exception_list(__cxa_exception *ex) argument
638 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(thrown_exception) - 1; local
674 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(thrown_exception) - 1; local
774 throw_exception(__cxa_exception *ex) argument
798 __cxa_exception *ex = reinterpret_cast<__cxa_exception*>(object) - 1; local
821 __cxa_exception *ex = __cxa_init_primary_exception(thrown_exception, tinfo, dest); local
832 __cxa_dependent_exception *ex = reinterpret_cast<__cxa_dependent_exception*>(__cxa_allocate_dependent_exception())-1; local
847 __cxa_exception *ex = globals->caughtExceptions; local
858 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; local
865 __cxa_exception *ex = static_cast<__cxa_exception*>(thrown_exception) - 1; local
885 __cxa_exception *ex = globals->caughtExceptions; local
958 check_type_signature(__cxa_exception *ex, const std::type_info *type, void *&adjustedPtr) argument
1009 check_action_record(_Unwind_Context *context, dwarf_eh_lsda *lsda, dw_eh_ptr_t action_record, __cxa_exception *ex, unsigned long *selector, void *&adjustedPtr) argument
1082 pushCleanupException(_Unwind_Exception *exceptionObject, __cxa_exception *ex) argument
1115 __cxa_exception *ex = 0; variable
[all...]

Completed in 463 milliseconds

12345678