Searched refs:NullablePtr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DNullablePtr.h1 //===- llvm/ADT/NullablePtr.h - A pointer that allows null ------*- C++ -*-===//
10 // This file defines and implements the NullablePtr class.
21 /// NullablePtr pointer wrapper - NullablePtr is used for APIs where a
26 class NullablePtr { class in namespace:llvm
29 NullablePtr(T *P = 0) : Ptr(P) {} function in class:llvm::NullablePtr

Completed in 31 milliseconds