Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DOptional.h35 Optional(NoneType) : hasVal(false) {} in Optional() argument
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) {
DNone.h22 enum class NoneType { None }; enum
23 const NoneType None = None;
DSmallSet.h75 std::pair<NoneType, bool> insert(const T &V) { in insert()
DArrayRef.h54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument
236 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h258 ImpreciseReleaseMDKind = NoneType::None; in init()
259 CopyOnEscapeMDKind = NoneType::None; in init()
260 NoObjCARCExceptionsMDKind = NoneType::None; in init()
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h50 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/
DChangeLog133 - Fix NoneType exception at WebsocketApp.send (#126)
241 - fix Echo App Demo Throw Error: 'NoneType' object has no attribute 'opcode (ISSUE#10)
/external/swiftshader/third_party/LLVM/test/Scripts/
Dcoff-dump.py385 elif format_type is types.NoneType:
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp35 Cursor(NoneType) : Ptr(nullptr), End(nullptr) {} in Cursor() argument