Home
last modified time | relevance | path

Searched refs:Checked (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d265 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 Dcheckedint.d216 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 Dieee802_1x_defs.h67 Checked, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp88 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 DCGExpr.cpp3200 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 DCodeGenFunction.h4539 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 Dadventure113 # Checked from source at (http://www.adrift.co/) and various taf files
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp611 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 DWasmObjectFile.cpp1890 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 Dcvsclient.texi1295 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 Dindex.d88 $(TD Checked integral types.)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/
H A Dindex.dd88 $(TD Checked integral types.)
/netbsd-src/external/bsd/nsd/dist/doc/
H A DTESTPLAN369 Checked in section transfer_axfr.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3441 SmallVector<TemplateArgument, 1> Checked; in LookupLiteralOperator() local
3445 Checked) || in LookupLiteralOperator()
/netbsd-src/external/ibm-public/postfix/dist/
H A DTLS_CHANGES170 - 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 DChangeLog-3.x2895 (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 DChangeLog-20051211 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 DChangeLog-3.x2895 (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 DChangeLog-20051211 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 DMergeFunctions.rst298 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10538 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 DTODO581 J Strother Moore, Tom Lynch, Matt Kaufmann. A Mechanically Checked
/netbsd-src/external/gpl2/xcvs/dist/
H A DTODO63 100. Checked out files should have revision control support. Maybe.
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A DChangeLog.gdb113 Checked in by Joel Brobecker <brobecker@adacore.com>
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.def1533 // Checked Arithmetic Builtins for Security.

12