Searched refs:NoneType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | Optional.h | 120 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 D | None.h | 23 enum class NoneType { None = 1 }; enum 24 const NoneType None = NoneType::None;
|
| H A D | ArrayRef.h | 64 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument 300 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
|
| H A D | SmallSet.h | 181 std::pair<NoneType, bool> insert(const T &V) { in insert()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 271 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 D | SMLoc.h | 54 SMRange(NoneType) {} in SMRange() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Timeout.h | 40 Timeout(llvm::NoneType none) : Base(none) {} in Timeout()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | PostOrderCFGView.h | 52 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
|
| /freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 62 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred() argument
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 41 Cursor(NoneType) {} in Cursor() argument
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 374 return PartialInlinerImpl(&GetAssumptionCache, &GetTTI, NoneType::None, PSI) in runOnModule()
|