| /freebsd/contrib/wpa/src/common/ |
| H A D | ieee802_1x_defs.h | 67 Checked, enumerator
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-make-request-fn.m4 | 70 dnl # Checked as part of the blk_alloc_queue_request_fn test 149 dnl # Checked as part of the blk_alloc_queue_request_fn test
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | error.h | 116 void setChecked(bool Checked) { ErrPtr = (ErrPtr & ~uintptr_t(1)) | Checked; } in setChecked() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 85 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local 87 if (Checked[Reg]) in checkAllSuperRegsMarked() 99 Checked.set(SR); in checkAllSuperRegsMarked()
|
| /freebsd/contrib/elftoolchain/ |
| H A D | README.rst | 72 Checked-out sources may be kept upto-date by running ``svn update``
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create.shlib | 157 log_note "Checked all features"
|
| /freebsd/contrib/wpa/src/pae/ |
| H A D | ieee802_1x_cp.c | 172 sm->validate_frames = Checked; in SM_STATE() 191 sm->validate_frames = Checked; in SM_STATE()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | adventure | 115 # Checked from source at (http://www.adrift.co/) and various taf files
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 368 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */) 373 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */) 378 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */) 383 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */) 705 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */) 710 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */) 1011 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */) 1016 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */) 1021 TLI_DEFINE_SIG_INTERNAL(/* Checked manually. */)
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 1073 std::optional<bool> Checked = isImpliedByDomCondition( in findLoadOffsetRange() local 1075 if (!Checked || !*Checked) in findLoadOffsetRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 624 static std::atomic<bool> TABLE##Checked(false); \ 625 if (!TABLE##Checked.load(std::memory_order_relaxed)) { \ 628 TABLE##Checked.store(true, std::memory_order_relaxed); \
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3717 ArrayRef<std::pair<llvm::Value *, SanitizerKind::SanitizerOrdinal>> Checked, in EmitCheck() argument 3721 assert(Checked.size() > 0); in EmitCheck() 3736 for (auto &[Check, Ord] : Checked) { in EmitCheck() 3769 CheckRecoverableKind RecoverKind = getRecoverableKind(Checked[0].second); in EmitCheck() 3770 assert(SanOpts.has(Checked[0].second)); in EmitCheck() 3772 for (int i = 1, n = Checked.size(); i < n; ++i) { in EmitCheck() 3773 assert(RecoverKind == getRecoverableKind(Checked[i].second) && in EmitCheck() 3775 assert(SanOpts.has(Checked[i].second)); in EmitCheck() 4049 void CodeGenFunction::EmitTrapCheck(llvm::Value *Checked, in EmitTrapCheck() argument 4071 Builder.CreateCondBr(Checked, Cont, TrapBB, in EmitTrapCheck() [all …]
|
| H A D | CodeGenFunction.h | 5276 Checked, 5293 void EmitTrapCheck(llvm::Value *Checked, SanitizerHandler CheckHandlerID,
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 2252 bool Checked[WASM_NUM_SEC_ORDERS] = {}; in isValidSectionOrder() local 2261 if (Checked[Next]) in isValidSectionOrder() 2264 Checked[Next] = true; in isValidSectionOrder()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_macsec_qca.c | 711 else if (validate_frames == Checked) in macsec_qca_create_receive_sc()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Features.td | 518 "Enable Armv9.5-A Checked Pointer Arithmetic">;
|
| H A D | AArch64SVEInstrInfo.td | 4660 // Checked Pointer Arithmetic (FEAT_CPA)
|
| H A D | SVEInstrFormats.td | 11234 // Checked Pointer Arithmetic (FEAT_CPA)
|
| H A D | AArch64InstrFormats.td | 13117 // Checked Pointer Arithmetic (FEAT_CPA)
|
| H A D | AArch64InstrInfo.td | 10759 // Checked Pointer Arithmetic (FEAT_CPA)
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 13951 SmallPtrSetImpl<const SDNode*> &Checked, in checkForCyclesHelper() argument 13954 if (Checked.count(N)) in checkForCyclesHelper() 13967 checkForCyclesHelper(Op.getNode(), Visited, Checked, DAG); in checkForCyclesHelper() 13969 Checked.insert(N); in checkForCyclesHelper()
|
| /freebsd/contrib/ntp/ |
| H A D | configure.ac | 366 # HMS: Checked sys/socket.h earlier
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 14220 const Instruction *Checked = It->second.getPointer(); in getSpillCost() local 14221 if (Checked == First || Checked->comesBefore(First)) in getSpillCost() 14223 Last = Checked; in getSpillCost()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 4364 // Checked Arithmetic Builtins for Security.
|
| /freebsd/contrib/flex/ |
| H A D | ChangeLog | 1192 * configure.ac: Checked for reallocarray() with AC_REPLACE_FUNCS 1353 * configure.ac: Checked for ranlib and strdup() at configure time 1462 * configure.ac: Checked for (g)texi2dvi. Better bison, help2man
|