/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sanitizers.cpp | 98 case llvm::AsanDetectStackUseAfterReturnMode::Never: in AsanDetectStackUseAfterReturnModeToString() 111 .Case("never", llvm::AsanDetectStackUseAfterReturnMode::Never) in AsanDetectStackUseAfterReturnModeFromString()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | DumpValueObjectOptions.h | 25 enum class Mode { Always, Default, Never } m_mode; enumerator 69 SetMaximumPointerDepth(PointerDepth depth = {PointerDepth::Mode::Never, 0});
|
/freebsd/contrib/libcbor/ |
H A D | .clang-format | 85 ObjCBinPackProtocolList: Never 149 UseTab: Never
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerOptions.h | 30 Never, ///< Never detect stack use after return. enumerator
|
/freebsd/ |
H A D | .clang-format | 13 AllowShortBlocksOnASingleLine: Never 16 AllowShortIfStatementsOnASingleLine: Never
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_never_instrument.txt | 5 # Never instrument any function whose symbol starts with __xray.
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MLInlineAdvisor.cpp | 52 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 D | InlineAdvisor.cpp | 610 return MandatoryInliningKind::Never; in getMandatoryKind()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 155 Never, // Don't emit Swift async extended frame info. enumerator 162 Never, // No loop is assumed to be finite. enumerator
|
H A D | LangOptions.h | 35 enum class MSVtorDispMode { Never, ForVBaseOverride, ForVFTable }; enumerator
|
/freebsd/contrib/libarchive/ |
H A D | FREEBSD-upgrade | 22 branch. Never make local changes on the vendor branch.
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | XRayArgs.cpp | 216 for (const auto &Never : NeverInstrumentFiles) { in addArgs() local 218 NeverInstrumentOpt += Never; in addArgs()
|
/freebsd/contrib/xz/ |
H A D | FREEBSD-upgrade | 26 branch (aka HEAD). Never make local changes on the vendor branch.
|
/freebsd/contrib/ncurses/ |
H A D | FREEBSD-upgrade | 21 branch (aka HEAD). Never make local changes on the vendor branch.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 121 Never, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 61 Never, enumerator 449 Type = BasicType::Never; in parseBasicType() 518 case BasicType::Never: in printBasicType()
|
/freebsd/contrib/sendmail/ |
H A D | FREEBSD-upgrade | 17 Never make local changes in the vendor area (/vendor/sendmail/).
|
/freebsd/contrib/ntp/html/hints/ |
H A D | solaris.xtra.4095849 | 16 Never set the constant element of the timex structure passed to ntp_adjtime to
|
/freebsd/lib/libc/db/ |
H A D | changelog | 6 the file now works. Pad short records on input. Never do
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineAdvisor.h | 215 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 D | PPCRegisterInfoMMA.td | 34 // SPE Accumulator for multiply-accumulate SPE operations. Never directly
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 106 enum class GcsPolicy { Implicit, Never, Always }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 450 case CodeGenOptions::SwiftAsyncFramePointerKind::Never: in initTargetOptions() 451 Options.SwiftAsyncFramePointer = SwiftAsyncFramePointerMode::Never; in initTargetOptions()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | mustberoot.subr | 256 exit $? # Never reached unless error
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 510 case Mode::Never: in CanAllowExpansion()
|