Home
last modified time | relevance | path

Searched defs:EnableIf (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeMeta.hpp34 struct EnableIf struct
39 struct EnableIf<T, true> struct
41 typedef T Type;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/internal/
Dfunction_ref.h100 using EnableIf = typename ::std::enable_if<C, int>::type; variable
/external/openscreen/third_party/abseil/src/absl/functional/internal/
Dfunction_ref.h100 using EnableIf = typename ::std::enable_if<C, int>::type; variable
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcommon.h54 using EnableIf = std::enable_if_t<Cond::value, int>; variable
/external/clang/test/SemaCXX/
Dalias-template.cpp152 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp334 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); in InstantiateAttrs() local
DSemaOverload.cpp5961 if (auto *EnableIf = dyn_cast<EnableIfAttr>(Attr)) in getOrderedEnableIfAttrs() local
8927 for (auto *EnableIf : FD->specific_attrs<EnableIfAttr>()) { in isFunctionAlwaysEnabled() local