Home
last modified time | relevance | path

Searched refs:Unsafe (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def15 /// Unsafe gadgets correspond to unsafe code patterns that warrant
/freebsd/contrib/sendmail/test/
H A DResults118 Unsafe means that they can. Typically, BSD-based systems do not permit
126 Safe Filesystem Unsafe Filesystem
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h111 Unsafe, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1135 enum class StatusTy { Unsafe, Safe, SafeWithFreeze }; enumerator
1149 static ScalarizationResult unsafe() { return {StatusTy::Unsafe}; } in unsafe()
1158 bool isUnsafe() const { return Status == StatusTy::Unsafe; } in isUnsafe()
1166 Status = StatusTy::Unsafe; in discard()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def228 COMPATIBLE_LANGOPT(UnsafeFPMath , 1, 0, "Unsafe Floating Point Math")
342 COMPATIBLE_LANGOPT(CLUnsafeMath , 1, 0, "Unsafe Floating Point Math")
H A DDiagnosticSemaKinds.td12364 // Unsafe buffer usage diagnostics.
/freebsd/crypto/openssh/regress/
H A Dtest-exec.sh660 WARNING: Unsafe (group or world writable) directory permissions found:
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1706 return VectorizationSafetyStatus::Unsafe; in isSafeForVectorization()
/freebsd/contrib/unbound/doc/
H A DChangelog234 - Fix #1283: Unsafe usage of atoi() while parsing the configuration