Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DNone.h22 enum class NoneType { None }; enum
23 const NoneType None = None;
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) {
DSmallSet.h70 std::pair<NoneType, bool> insert(const T &V) { in insert()
DArrayRef.h55 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument
230 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h257 ImpreciseReleaseMDKind = NoneType::None; in init()
258 CopyOnEscapeMDKind = NoneType::None; in init()
259 NoObjCARCExceptionsMDKind = NoneType::None; in init()
/external/llvm/lib/Analysis/
DStratifiedSets.h115 return NoneType(); in find()
647 return NoneType(); in get()
654 return NoneType(); in get()
661 return NoneType(); in indexOf()
DCFLAliasAnalysis.cpp278 return NoneType(); in getIndexRelation()
690 return NoneType(); in parentFunctionOfValue()
734 return NoneType(); in valueToAttrIndex()
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h50 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
/external/chromium-trace/catapult/tracing/tracing/mre/
Dmap_single_trace.py79 assert (type(extra_import_options) is types.NoneType or
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/
DREADME.rst176 - fix Echo App Demo Throw Error: 'NoneType' object has no attribute 'opcode (ISSUE#10)
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp31 Cursor(NoneType) : Ptr(nullptr), End(nullptr) {} in Cursor() argument
/external/chromium-trace/catapult/third_party/coverage/
DCHANGES.rst673 fail with "TypeError: 'NoneType' object is not iterable". Fixes `issue
691 ``'NoneType' object has no attribute 'isabs'``. It no longer does,
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/
Dindex.rst2808 * ``AttributeError: 'NoneType' object has no attribute 'foo'`` - This