Home
last modified time | relevance | path

Searched defs:nullopt_t (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read()
241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
282 unsigned code, std::nullopt_t) { in emit()
297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DOptional.cpp11 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, std::nullopt_t) { in operator <<()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h62 VersionedInfo(std::nullopt_t) : Selected(std::nullopt) {} in VersionedInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMLoc.h53 SMRange(std::nullopt_t) {} in SMRange()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h35 constexpr CustomizableOptional(std::nullopt_t) {} in CustomizableOptional()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h70 /*implicit*/ ArrayRef(std::nullopt_t) {} in ArrayRef()
325 /*implicit*/ MutableArrayRef(std::nullopt_t) : ArrayRef<T>() {} in MutableArrayRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h61 SourcePred(PredT Pred, std::nullopt_t) : Pred(Pred) { in SourcePred()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h228 void addOuterTemplateArguments(std::nullopt_t) { in addOuterTemplateArguments()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp35 Cursor(std::nullopt_t) {} in Cursor()