Home
last modified time | relevance | path

Searched refs:Never (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp98 case llvm::AsanDetectStackUseAfterReturnMode::Never: in AsanDetectStackUseAfterReturnModeToString()
111 .Case("never", llvm::AsanDetectStackUseAfterReturnMode::Never) in AsanDetectStackUseAfterReturnModeFromString()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h25 enum class Mode { Always, Default, Never } m_mode; enumerator
69 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
/freebsd/contrib/libcbor/
H A D.clang-format85 ObjCBinPackProtocolList: Never
149 UseTab: Never
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerOptions.h30 Never, ///< Never detect stack use after return. enumerator
/freebsd/
H A D.clang-format13 AllowShortBlocksOnASingleLine: Never
16 AllowShortIfStatementsOnASingleLine: Never
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_never_instrument.txt5 # Never instrument any function whose symbol starts with __xray.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp52 enum class SkipMLPolicyCriteria { Never, IfCallerIsNotCold }; enumerator
55 "ml-inliner-skip-policy", cl::Hidden, cl::init(SkipMLPolicyCriteria::Never),
56 cl::values(clEnumValN(SkipMLPolicyCriteria::Never, "never", "never"),
365 if (MandatoryKind == InlineAdvisor::MandatoryInliningKind::Never || in getAdviceImpl()
H A DInlineAdvisor.cpp610 return MandatoryInliningKind::Never; in getMandatoryKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h155 Never, // Don't emit Swift async extended frame info. enumerator
162 Never, // No loop is assumed to be finite. enumerator
H A DLangOptions.h35 enum class MSVtorDispMode { Never, ForVBaseOverride, ForVFTable }; enumerator
/freebsd/contrib/libarchive/
H A DFREEBSD-upgrade22 branch. Never make local changes on the vendor branch.
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp216 for (const auto &Never : NeverInstrumentFiles) { in addArgs() local
218 NeverInstrumentOpt += Never; in addArgs()
/freebsd/contrib/xz/
H A DFREEBSD-upgrade26 branch (aka HEAD). Never make local changes on the vendor branch.
/freebsd/contrib/ncurses/
H A DFREEBSD-upgrade21 branch (aka HEAD). Never make local changes on the vendor branch.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h121 Never, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp61 Never, enumerator
449 Type = BasicType::Never; in parseBasicType()
518 case BasicType::Never: in printBasicType()
/freebsd/contrib/sendmail/
H A DFREEBSD-upgrade17 Never make local changes in the vendor area (/vendor/sendmail/).
/freebsd/contrib/ntp/html/hints/
H A Dsolaris.xtra.409584916 Never set the constant element of the timex structure passed to ntp_adjtime to
/freebsd/lib/libc/db/
H A Dchangelog6 the file now works. Pad short records on input. Never do
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h215 enum class MandatoryInliningKind { NotMandatory, Always, Never };
216 enum class MandatoryInliningKind { NotMandatory, Always, Never }; global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfoMMA.td34 // SPE Accumulator for multiply-accumulate SPE operations. Never directly
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h106 enum class GcsPolicy { Implicit, Never, Always }; enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp450 case CodeGenOptions::SwiftAsyncFramePointerKind::Never: in initTargetOptions()
451 Options.SwiftAsyncFramePointer = SwiftAsyncFramePointerMode::Never; in initTargetOptions()
/freebsd/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr256 exit $? # Never reached unless error
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp510 case Mode::Never: in CanAllowExpansion()

123