Searched refs:NoneType (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DNone.h22 enum class NoneType { None }; class in namespace:llvm
23 const NoneType None = None;
H A DOptional.h35 Optional(NoneType) : hasVal(false) {}
163 bool operator==(const Optional<T> &X, NoneType) {
168 bool operator==(NoneType, const Optional<T> &X) {
173 bool operator!=(const Optional<T> &X, NoneType) {
178 bool operator!=(NoneType, const Optional<T> &X) {
H A DSmallSet.h75 std::pair<NoneType, bool> insert(const T &V) {
H A DArrayRef.h54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {}
236 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {}
/external/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h50 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) {
/external/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h258 ImpreciseReleaseMDKind = NoneType::None;
259 CopyOnEscapeMDKind = NoneType::None;
260 NoObjCARCExceptionsMDKind = NoneType::None;
/external/swiftshader/third_party/LLVM/test/Scripts/
H A Dcoff-dump.py385 elif format_type is types.NoneType:
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp35 Cursor(NoneType) : Ptr(nullptr), End(nullptr) {}

Completed in 223 milliseconds