Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/src/common/
H A Dieee802_1x_defs.h67 Checked, enumerator
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-make-request-fn.m470 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 Derror.h116 void setChecked(bool Checked) { ErrPtr = (ErrPtr & ~uintptr_t(1)) | Checked; } in setChecked() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp85 BitVector Checked(getNumRegs()); in checkAllSuperRegsMarked() local
87 if (Checked[Reg]) in checkAllSuperRegsMarked()
99 Checked.set(SR); in checkAllSuperRegsMarked()
/freebsd/contrib/elftoolchain/
H A DREADME.rst72 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 Dzpool_create.shlib157 log_note "Checked all features"
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c172 sm->validate_frames = Checked; in SM_STATE()
191 sm->validate_frames = Checked; in SM_STATE()
/freebsd/contrib/file/magic/Magdir/
H A Dadventure115 # Checked from source at (http://www.adrift.co/) and various taf files
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def368 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 DMemoryBuiltins.cpp1073 std::optional<bool> Checked = isImpliedByDomCondition( in findLoadOffsetRange() local
1075 if (!Checked || !*Checked) in findLoadOffsetRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp624 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 DCGExpr.cpp3717 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 DCodeGenFunction.h5276 Checked,
5293 void EmitTrapCheck(llvm::Value *Checked, SanitizerHandler CheckHandlerID,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2252 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 Ddriver_macsec_qca.c711 else if (validate_frames == Checked) in macsec_qca_create_receive_sc()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td518 "Enable Armv9.5-A Checked Pointer Arithmetic">;
H A DAArch64SVEInstrInfo.td4660 // Checked Pointer Arithmetic (FEAT_CPA)
H A DSVEInstrFormats.td11234 // Checked Pointer Arithmetic (FEAT_CPA)
H A DAArch64InstrFormats.td13117 // Checked Pointer Arithmetic (FEAT_CPA)
H A DAArch64InstrInfo.td10759 // Checked Pointer Arithmetic (FEAT_CPA)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13951 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 Dconfigure.ac366 # HMS: Checked sys/socket.h earlier
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14220 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 DBuiltins.td4364 // Checked Arithmetic Builtins for Security.
/freebsd/contrib/flex/
H A DChangeLog1192 * 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

12