Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeMeta.hpp34 struct EnableIf struct
39 struct EnableIf<T, true> struct
41 typedef T Type;
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go4615 type EnableIf struct { struct
4616 Type AST
4617 Args []AST
4620 func (ei *EnableIf) print(ps *printState) {
4627 func (ei *EnableIf) Traverse(fn func(AST) bool) {
4636 func (ei *EnableIf) Copy(fn func(AST) AST, skip func(AST) bool) AST {
4665 func (ei *EnableIf) GoString() string {
4669 func (ei *EnableIf) goString(indent int, field string) string {
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
Dinternal.h26 struct EnableIf {}; struct
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DTimeout.h32 using EnableIf = std::enable_if< variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DTimeout.h32 using EnableIf = std::enable_if< variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DTimeout.h32 using EnableIf = std::enable_if< variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DTimeout.h32 using EnableIf = std::enable_if< variable
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/functional/internal/
H A Dfunction_ref.h100 using EnableIf = typename ::std::enable_if<C, int>::type; variable
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/functional/internal/
H A Dfunction_ref.h100 using EnableIf = typename ::std::enable_if<C, int>::type; variable
/aosp_15_r20/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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/functional/internal/
H A Dfunction_ref.h100 using EnableIf = typename ::std::enable_if<C, int>::type; variable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dalias-template.cpp152 …template<typename T> using EnableIf = typename enable_if<T::value>::type; // expected-error {{unde… typedef
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp334 const EnableIfAttr *EnableIf = dyn_cast<EnableIfAttr>(TmplAttr); in InstantiateAttrs() local
H A DSemaOverload.cpp5961 if (auto *EnableIf = dyn_cast<EnableIfAttr>(Attr)) in getOrderedEnableIfAttrs() local
8927 for (auto *EnableIf : FD->specific_attrs<EnableIfAttr>()) { in isFunctionAlwaysEnabled() local