Home
last modified time | relevance | path

Searched defs:Checked (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d216 struct Checked(T, Hook = Abort) struct
226 alias Representation = T;
230 private T payload = Hook.defaultValue!T;
232 private T payload;
237 static if (stateSize!Hook > 0) Hook hook;
238 else alias hook = Hook;
263 enum Checked!(T, Hook) min = Checked!(T, Hook)(Hook.min!T); argument
302 auto b = Checked!long(4242); // convert 4242 to long argument
395 If `U` is also an instance of `Checked`, both hooks (left- and right-hand argument
406 alias R = typeof(payload + rhs.payload);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d265 struct Checked(T, Hook = Abort) struct
277 alias Representation = T;
281 private T payload = Hook.defaultValue!T;
283 private T payload;
288 static if (stateSize!Hook > 0) Hook hook;
289 else alias hook = Hook;
315 enum Checked!(T, Hook) min = Checked!(T, Hook)(Hook.min!T); argument
362 auto b = Checked!long(4242); // convert 4242 to long argument
/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1890 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3200 ArrayRef<std::pair<llvm::Value *, SanitizerMask>> Checked, in EmitCheck()
3479 void CodeGenFunction::EmitTrapCheck(llvm::Value *Checked, in EmitTrapCheck()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3441 SmallVector<TemplateArgument, 1> Checked; in LookupLiteralOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10538 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper()