Home
last modified time | relevance | path

Searched defs:Optional (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h244 constexpr Optional() {} in Optional() function
245 constexpr Optional(NoneType) {} in Optional() function
247 constexpr Optional(const T &y) : Storage(in_place, y) {} in Optional() function
250 constexpr Optional(T &&y) : Storage(in_place, std::move(y)) {} in Optional() function
254 constexpr Optional(in_place_t, ArgTypes &&...Args) in Optional() function
H A DAPInt.h33 template <typename T> class Optional; variable
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Doptional.d42 extern (C++) struct Optional(T) in Optional() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLLVM.h40 template<typename T> class Optional; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp253 CodeCompletionString::Chunk::CreateOptional(CodeCompletionString *Optional) { in CreateOptional()
439 void CodeCompletionBuilder::AddOptionalChunk(CodeCompletionString *Optional) { in AddOptionalChunk()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h51 template <typename T> class Optional; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h119 Optional = 0x00, // Zero or One occurrence enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp23 template <typename T> using Optional = llvm::Optional<T>; typedef
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h54 template <typename T> class Optional; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h534 CodeCompletionString *Optional; member
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h144 enum ImplementationControl { None, Required, Optional }; enumerator
734 enum PropertyControl { None, Required, Optional }; enumerator
/netbsd/external/bsd/libevent/dist/
H A Devent_rpcgen.py458 def Optional(self): member in Entry
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devent_rpcgen.py380 def Optional(self): member in Entry
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h66 template <typename T> class Optional; variable
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp497 llvm::Constant *&Optional) { in EmitProtocolMethodList()