/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Optional.h | 244 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 D | APInt.h | 33 template <typename T> class Optional; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | optional.d | 42 extern (C++) struct Optional(T) in Optional() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | LLVM.h | 40 template<typename T> class Optional; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 253 CodeCompletionString::Chunk::CreateOptional(CodeCompletionString *Optional) { in CreateOptional() 439 void CodeCompletionBuilder::AddOptionalChunk(CodeCompletionString *Optional) { in AddOptionalChunk()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 51 template <typename T> class Optional; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.cpp | 23 template <typename T> using Optional = llvm::Optional<T>; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 119 Optional = 0x00, // Zero or One occurrence enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Function.h | 54 template <typename T> class Optional; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 534 CodeCompletionString *Optional; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclObjC.h | 144 enum ImplementationControl { None, Required, Optional }; enumerator 734 enum PropertyControl { None, Required, Optional }; enumerator
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | event_rpcgen.py | 458 def Optional(self): member in Entry
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 66 template <typename T> class Optional; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 497 llvm::Constant *&Optional) { in EmitProtocolMethodList()
|