Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_request.h44 AssociatedInterfaceRequest& operator=(decltype(nullptr)) { in decltype() function
Dstruct_ptr.h42 StructPtr& operator=(decltype(nullptr)) { in decltype() function
137 InlinedStructPtr& operator=(decltype(nullptr)) { in decltype() function
Dinterface_request.h49 InterfaceRequest& operator=(decltype(nullptr)) { in decltype() function
Dinterface_ptr.h67 InterfacePtr& operator=(decltype(nullptr)) { in decltype() function
Dassociated_interface_ptr.h55 AssociatedInterfacePtr& 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/libchrome/base/
Dbind_internal.h171 decltype(auto) Unwrap(T&& o) { in decltype() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.h114 const decltype(LiveRegs) &getLiveRegs() const { return LiveRegs; } in decltype() function
/external/libcxx/include/
D__bsd_locale_fallbacks.h28 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/cpython3/Modules/_sqlite/
Dcursor.c125 const char* decltype; in pysqlite_build_row_cast_map() local
/external/python/cpython2/Modules/_sqlite/
Dcursor.c163 const char* decltype; in pysqlite_build_row_cast_map() local