Home
last modified time | relevance | path

Searched refs:Bogus (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp338 return llvm::APFloat::Bogus(); in GetFloatSemantics()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h79 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); }
81 return APFloat(APFloat::Bogus(), 2);
/freebsd/contrib/ntp/
H A Dconfigure.ac3661 nonono) # Don't read KMEM, no presets. Bogus.
3665 nono*) # Don't read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
3669 no*no) # Don't read KMEM, PRESET_TICK but no PRESET_TICKADJ. Bogus.
3677 yesno*) # Read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus.
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h235 static const fltSemantics &Bogus() LLVM_READNONE;
/freebsd/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod1531 * Bogus key and IV: we'd normally set these from
1595 * Bogus key and IV: we'd normally set these from
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp297 const fltSemantics &APFloatBase::Bogus() { return semBogus; } in Bogus() function in llvm::APFloatBase
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1575 ComplexValue() : FloatReal(APFloat::Bogus()), FloatImag(APFloat::Bogus()) {} in ComplexValue()
/freebsd/share/examples/ipfilter/
H A Dipf-howto.txt3046 10. Bogus Network Filtering, the ultimate in current anti-
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4725 return llvm::APFloatBase::Bogus(); in GetFloatTypeSemantics()
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES6730 Bogus incoming SMTP commands would reset the SMTP conversation.