Searched refs:TRY (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c417 #define TRY(rights) \ macro
466 TRY(CAP_READ);
467 TRY(CAP_WRITE);
468 TRY(CAP_SEEK);
469 TRY(CAP_PREAD);
470 TRY(CAP_PWRITE);
471 TRY(CAP_READ | CAP_WRITE);
472 TRY(CAP_PREAD | CAP_PWRITE);
473 TRY(CAP_MMAP);
474 TRY(CAP_MMAP_
[all...]
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh337 TRY=0
339 TRY=$(( $TRY + 1 ))
341 log "info" "Attempting download from $LEAPSRC, try $TRY.."
411 if [ $TRY -ge $MAXTRIES ]; then
423 log "warning" "Download from $LEAPSRC failed after $TRY attempts"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.h32 enum EHInstKind { TRY, CATCH, END_TRY }; enumerator in enum:llvm::final::EHInstKind
H A DWebAssemblyInstPrinter.cpp93 case WebAssembly::TRY:
97 LastSeenEHInst = TRY;
H A DWebAssemblyMCTargetDesc.h583 case WebAssembly::TRY:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes,
68 // For each BLOCK|LOOP|TRY, the corresponding END_(BLOCK|LOOP|TRY).
70 // For each END_(BLOCK|LOOP|TRY), the corresponding BLOCK|LOOP|TRY.
72 // <TRY marker, EH pad> map
74 // <EH pad, TRY marker> map
109 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false,
280 // All previously inserted BLOCK/TRY markers should be after the BLOCK
283 MI.getOpcode() == WebAssembly::TRY)
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c3809 #define TRY(k, name) \ macro
3835 TRY(nt_key, "NameServer");
3836 TRY(nt_key, "DhcpNameServer");
3837 TRY(interfaces_key, "NameServer");
3838 TRY(interfaces_key, "DhcpNameServer");
3848 TRY(win_key, "NameServer");
3857 #undef TRY macro
/freebsd-11-stable/contrib/amd/scripts/
H A Dexpn.1604 TRY:
H A Dexpn.in603 TRY:
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl594 TRY: label
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3307 enum { TRY = 0, HANDLER = 1 }; enumerator in enum:clang::SEHTryStmt::__anon84
3329 return cast<CompoundStmt>(Children[TRY]);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1132 Children[TRY] = TryBlock;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2114 S->Children[SEHTryStmt::TRY] = Record.readSubStmt();

Completed in 235 milliseconds