| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Optional.h | 245 constexpr Optional(NoneType) {} in Optional() argument 367 constexpr bool operator==(const Optional<T> &X, NoneType) { 372 constexpr bool operator==(NoneType, const Optional<T> &X) { 377 constexpr bool operator!=(const Optional<T> &X, NoneType) { 382 constexpr bool operator!=(NoneType, const Optional<T> &X) { 386 template <typename T> constexpr bool operator<(const Optional<T> &, NoneType) { 390 template <typename T> constexpr bool operator<(NoneType, const Optional<T> &X) { 395 constexpr bool operator<=(const Optional<T> &X, NoneType) { 400 constexpr bool operator<=(NoneType, const Optional<T> &X) { 404 template <typename T> constexpr bool operator>(const Optional<T> &X, NoneType) { [all …]
|
| H A D | None.h | 22 enum class NoneType { None = 1 }; enum 23 const NoneType None = NoneType::None;
|
| H A D | StringMapEntry.h | 85 template <> class StringMapEntryStorage<NoneType> : public StringMapEntryBase { 87 explicit StringMapEntryStorage(size_t keyLength, NoneType none = None) 91 NoneType getValue() const { return None; } in getValue()
|
| H A D | StringSet.h | 22 class StringSet : public StringMap<NoneType, AllocatorTy> { 23 using Base = StringMap<NoneType, AllocatorTy>;
|
| H A D | ArrayRef.h | 70 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument 323 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
|
| H A D | SmallSet.h | 180 std::pair<NoneType, bool> insert(const T &V) { in insert()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 241 ImpreciseReleaseMDKind = NoneType::None; in init() 242 CopyOnEscapeMDKind = NoneType::None; in init() 243 NoObjCARCExceptionsMDKind = NoneType::None; in init()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/ |
| H A D | BitcodeConvenience.h | 208 static void read(ArrayRef<T> buffer, NoneType, DataTy &&...data) { in read() argument 240 template <typename T> static void read(ArrayRef<T> buffer, NoneType) { in read() argument 281 unsigned code, NoneType) { in emit() argument 296 template <typename T> static void read(ArrayRef<T> buffer, NoneType) { in read() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Optional.cpp | 12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) { in operator <<() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DirectoryEntry.h | 262 OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr(llvm::NoneType) {} 268 OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr &operator=(llvm::NoneType) {
|
| H A D | FileEntry.h | 293 OptionalFileEntryRefDegradesToFileEntryPtr(llvm::NoneType) {} 299 OptionalFileEntryRefDegradesToFileEntryPtr &operator=(llvm::NoneType) {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | SMLoc.h | 53 SMRange(NoneType) {} in SMRange() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | PostOrderCFGView.h | 51 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 61 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| H A D | Parsing.cpp | 156 static ExpectedProgress<llvm::NoneType> parseChar(char c, ParseState State) { in parseChar()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 37 Cursor(NoneType) {} in Cursor() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 410 NoneType(), in removeRedundantDbgInstrsUsingForwardScan()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3617 Fragment(DIExpr ? DIExpr->getFragmentInfo() : NoneType()), 3648 return DebugVariable(nullptr, NoneType(), nullptr);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6957 llvm::NoneType unsupportedType(QualType Ty) { in unsupportedType() 6964 llvm::NoneType unrepresentableValue(QualType Ty, const APSInt &Val) { in unrepresentableValue()
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 12444 Python Exception <class 'TypeError'>: 'NoneType' object is not iterable 64760 …e": "response", "command": "stackTrace", "success": false, "message": "'NoneType' object has no at… 65318 AttributeError: 'NoneType' object has no attribute 'prev'^M
|