Searched defs:Checked (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/ |
H A D | checkedint.d | 216 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 D | checkedint.d | 265 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 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1890 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 3200 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 D | SemaLookup.cpp | 3441 SmallVector<TemplateArgument, 1> Checked; in LookupLiteralOperator() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 10538 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper()
|