Home
last modified time | relevance | path

Searched refs:NoneType (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DOptional.h120 constexpr Optional(NoneType) {} in Optional() argument
227 bool operator==(const Optional<T> &X, NoneType) {
232 bool operator==(NoneType, const Optional<T> &X) {
237 bool operator!=(const Optional<T> &X, NoneType) {
242 bool operator!=(NoneType, const Optional<T> &X) {
246 template <typename T> bool operator<(const Optional<T> &X, NoneType) {
250 template <typename T> bool operator<(NoneType, const Optional<T> &X) {
254 template <typename T> bool operator<=(const Optional<T> &X, NoneType) {
258 template <typename T> bool operator<=(NoneType, const Optional<T> &X) {
262 template <typename T> bool operator>(const Optional<T> &X, NoneType) {
[all …]
H A DNone.h23 enum class NoneType { None = 1 }; enum
24 const NoneType None = NoneType::None;
H A DArrayRef.h64 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument
300 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
H A DSmallSet.h181 std::pair<NoneType, bool> insert(const T &V) { in insert()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h271 ImpreciseReleaseMDKind = NoneType::None; in init()
272 CopyOnEscapeMDKind = NoneType::None; in init()
273 NoObjCARCExceptionsMDKind = NoneType::None; in init()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSMLoc.h54 SMRange(NoneType) {} in SMRange() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DTimeout.h40 Timeout(llvm::NoneType none) : Base(none) {} in Timeout()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h52 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h62 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred() argument
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp41 Cursor(NoneType) {} in Cursor() argument
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp374 return PartialInlinerImpl(&GetAssumptionCache, &GetTTI, NoneType::None, PSI) in runOnModule()