/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | checkedint.d | 265 struct Checked(T, Hook = Abort) struct 266 if (isIntegral!T || is(T == Checked!(U, H), U, H)) 315 enum Checked!(T, Hook) min = Checked!(T, Hook)(Hook.min!T); argument 319 assert(Checked!short.min == -32768); 320 assert(Checked!(short, WithNaN).min == -32767); 321 assert(Checked!(uint, WithNaN).max == uint.max - 1); 327 enum Checked!(T, Hook) min = Checked(T.min); 332 enum Checked!(T, Hook) max = Checked(Hook.max!T); 337 enum Checked!(T, Hook) max = Checked(T.max); 349 is(U == Checked!(V, W), V, W) && [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/ |
H A D | checkedint.d | 216 struct Checked(T, Hook = Abort) struct 217 if (isIntegral!T || is(T == Checked!(U, H), U, H)) 263 enum Checked!(T, Hook) min = Checked!(T, Hook)(Hook.min!T); argument 267 assert(Checked!short.min == -32768); 268 assert(Checked!(short, WithNaN).min == -32767); 269 assert(Checked!(uint, WithNaN).max == uint.max - 1); 273 enum Checked!(T, Hook) min = Checked(T.min); 276 enum Checked!(T, Hook) max = Checked(Hook.max!T); 278 enum Checked!(T, Hook) max = Checked(T.max); 289 is(U == Checked!(V, W), V, W) && [all …]
|
/netbsd-src/external/bsd/wpa/dist/src/common/ |
H A D | ieee802_1x_defs.h | 67 Checked, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 88 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local 90 if (Checked[Reg]) in checkAllSuperRegsMarked() 102 Checked.set(*SR); in checkAllSuperRegsMarked()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 3200 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck() argument 3204 assert(Checked.size() > 0); in EmitCheck() 3212 for (int i = 0, n = Checked.size(); i < n; ++i) { in EmitCheck() 3213 llvm::Value *Check = Checked[i].first; in EmitCheck() 3216 CGM.getCodeGenOpts().SanitizeTrap.has(Checked[i].second) in EmitCheck() 3218 : CGM.getCodeGenOpts().SanitizeRecover.has(Checked[i].second) in EmitCheck() 3236 CheckRecoverableKind RecoverKind = getRecoverableKind(Checked[0].second); in EmitCheck() 3237 assert(SanOpts.has(Checked[0].second)); in EmitCheck() 3239 for (int i = 1, n = Checked.size(); i < n; ++i) { in EmitCheck() 3240 assert(RecoverKind == getRecoverableKind(Checked[i].second) && in EmitCheck() [all …]
|
H A D | CodeGenFunction.h | 4539 void EmitCheck(ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, 4555 void EmitTrapCheck(llvm::Value *Checked, SanitizerHandler CheckHandlerID);
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | adventure | 113 # Checked from source at (http://www.adrift.co/) and various taf files
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 611 static std::atomic<bool> TABLE##Checked(false); \ 612 if (!TABLE##Checked.load(std::memory_order_relaxed)) { \ 615 TABLE##Checked.store(true, std::memory_order_relaxed); \
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1890 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local 1899 if (Checked[Next]) in isValidSectionOrder() 1902 Checked[Next] = true; in isValidSectionOrder()
|
/netbsd-src/external/gpl2/xcvs/dist/doc/ |
H A D | cvsclient.texi | 1295 S: Checked-in ./ 1322 @code{Checked-in} responses from the buggy servers. 1439 The responses @code{Checked-in}, @code{New-entry}, @code{Updated}, 1537 @item Checked-in @var{pathname} \n 1543 Additional data: New Entries line, \n. Like @code{Checked-in}, but the 1625 @code{Checked-in}. @code{Mode} is a file update modifying response 1943 C: Valid-responses ok error Checked-in M E 2060 S: Checked-in ./ 2077 @code{Checked-in}, @code{Updated}, @code{Merged}, @code{Removed},
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/ |
H A D | index.d | 88 $(TD Checked integral types.)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/ |
H A D | index.dd | 88 $(TD Checked integral types.)
|
/netbsd-src/external/bsd/nsd/dist/doc/ |
H A D | TESTPLAN | 369 Checked in section transfer_axfr.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 3441 SmallVector<TemplateArgument, 1> Checked; in LookupLiteralOperator() local 3445 Checked) || in LookupLiteralOperator()
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | TLS_CHANGES | 170 - Checked out similar settings, found another missing entry: 891 - Checked out Postfix/TLS parameters being timeout values and put them into 1379 - Checked byte-for-byte the data fed into the OpenSSL-library. It does not
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-3.x | 2895 (list_symbols): Checked through misc_function_vector for matching 2897 (make_symbol_completion_list): Checked through 3769 * inflow.c (terminal_inferior): Checked *all* return codes from
|
H A D | ChangeLog-2005 | 1211 Checked in by Elena Zannoni <ezannoni@redhat.com> 1219 Checked in by Elena Zannoni <ezannoni@redhat.com> 1226 Checked in by Elena Zannoni <ezannoni@redhat.com> 1237 Checked in by Elena Zannoni <ezannoni@redhat.com>
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-3.x | 2895 (list_symbols): Checked through misc_function_vector for matching 2897 (make_symbol_completion_list): Checked through 3769 * inflow.c (terminal_inferior): Checked *all* return codes from
|
H A D | ChangeLog-2005 | 1211 Checked in by Elena Zannoni <ezannoni@redhat.com> 1219 Checked in by Elena Zannoni <ezannoni@redhat.com> 1226 Checked in by Elena Zannoni <ezannoni@redhat.com> 1237 Checked in by Elena Zannoni <ezannoni@redhat.com>
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | MergeFunctions.rst | 298 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 10538 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper() argument 10541 if (Checked.count(N)) in checkForCyclesHelper() 10554 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper() 10556 Checked.insert(N); in checkForCyclesHelper()
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | TODO | 581 J Strother Moore, Tom Lynch, Matt Kaufmann. A Mechanically Checked
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | TODO | 63 100. Checked out files should have revision control support. Maybe.
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | ChangeLog.gdb | 113 Checked in by Joel Brobecker <brobecker@adacore.com>
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Builtins.def | 1533 // Checked Arithmetic Builtins for Security.
|