Home
last modified time | relevance | path

Searched defs:decltype (Results 1 – 11 of 11) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/
Dstruct_ptr.h39 StructPtr& operator=(decltype(nullptr)) { in decltype() function
130 InlinedStructPtr& operator=(decltype(nullptr)) { in decltype() function
Dassociated_interface_request.h39 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { in decltype() function
Dinterface_request.h42 InterfaceRequest& operator=(decltype(nullptr)) { in decltype() function
Dassociated_interface_ptr.h45 AssociatedInterfacePtr& operator=(decltype(nullptr)) { in decltype() function
Dinterface_ptr.h59 InterfacePtr& operator=(decltype(nullptr)) { in decltype() function
/external/clang/test/SemaObjCXX/
Dproperties.mm129 extern decltype(TestNonTrivialObj.p1 = NonTrivial1())* VoidType; function
130 extern decltype(TestNonTrivialObj.p2 = NonTrivial2())* VoidType; function
/external/libcxx/include/support/win32/
Dlocale_win32.h41 decltype(MB_CUR_MAX) MB_CUR_MAX_L( locale_t __l ) in decltype() function
/external/libcxx/include/
D__bsd_locale_fallbacks.h26 decltype(MB_CUR_MAX) __libcpp_mb_cur_max_l(locale_t __l) in decltype() function
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp43 #define decltype macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h369 template <size_t... Ns> decltype(iterators) tup_inc(index_sequence<Ns...>) { in decltype() function
/external/python/cpython2/Modules/_sqlite/
Dcursor.c164 const char* decltype; in pysqlite_build_row_cast_map() local