Home
last modified time | relevance | path

Searched refs:Unsafe (Results 1 – 10 of 10) 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.h108 Unsafe, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def192 LANGOPT(UnsafeFPMath , 1, 0, Compatible, "Unsafe Floating Point Math")
306 LANGOPT(CLUnsafeMath , 1, 0, Compatible, "Unsafe Floating Point Math")
H A DDiagnosticSemaKinds.td13116 // 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/Transforms/Vectorize/
H A DVectorCombine.cpp1490 enum class StatusTy { Unsafe, Safe, SafeWithFreeze }; enumerator
1504 static ScalarizationResult unsafe() { return {StatusTy::Unsafe}; } in unsafe()
1513 bool isUnsafe() const { return Status == StatusTy::Unsafe; } in isUnsafe()
1521 Status = StatusTy::Unsafe; in discard()
H A DLoopVectorizationLegality.cpp1175 MemoryDepChecker::VectorizationSafetyStatus::Unsafe) in canVectorizeIndirectUnsafeDependences()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1760 return VectorizationSafetyStatus::Unsafe; in isSafeForVectorization()
/freebsd/contrib/unbound/doc/
H A DChangelog1325 - Fix #1283: Unsafe usage of atoi() while parsing the configuration