Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h245 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 DNone.h22 enum class NoneType { None = 1 }; enum
23 const NoneType None = NoneType::None;
H A DStringMapEntry.h85 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 DStringSet.h22 class StringSet : public StringMap<NoneType, AllocatorTy> {
23 using Base = StringMap<NoneType, AllocatorTy>;
H A DArrayRef.h70 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument
323 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
H A DSmallSet.h180 std::pair<NoneType, bool> insert(const T &V) { in insert()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h241 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 DBitcodeConvenience.h208 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 DOptional.cpp12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) { in operator <<() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDirectoryEntry.h262 OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr(llvm::NoneType) {}
268 OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr &operator=(llvm::NoneType) {
H A DFileEntry.h293 OptionalFileEntryRefDegradesToFileEntryPtr(llvm::NoneType) {}
299 OptionalFileEntryRefDegradesToFileEntryPtr &operator=(llvm::NoneType) {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSMLoc.h53 SMRange(NoneType) {} in SMRange() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h51 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h61 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DParsing.cpp156 static ExpectedProgress<llvm::NoneType> parseChar(char c, ParseState State) { in parseChar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp37 Cursor(NoneType) {} in Cursor() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp410 NoneType(), in removeRedundantDbgInstrsUsingForwardScan()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3617 Fragment(DIExpr ? DIExpr->getFragmentInfo() : NoneType()),
3648 return DebugVariable(nullptr, NoneType(), nullptr);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp6957 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 DChangeLog.git12444 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