Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/
Denum_set.h123 bool HasAnyOf(const EnumSet<EnumType>& in_set) const { in HasAnyOf()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Denum_set.h123 bool HasAnyOf(const EnumSet<EnumType>& in_set) const { in HasAnyOf()
/external/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h123 bool HasAnyOf(const EnumSet<EnumType>& in_set) const { in HasAnyOf()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp296 struct in_set { struct
297 in_set(const NodeSet &S) : NS(S) {} in in_set() argument
299 bool operator() (GepNode *N) const { in operator ()()
304 const NodeSet &NS;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp306 struct in_set { struct
307 in_set(const NodeSet &S) : NS(S) {} in in_set() argument
309 bool operator() (GepNode *N) const { in operator ()()
314 const NodeSet &NS;
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp280 struct in_set { struct
281 in_set(const NodeSet &S) : NS(S) {} in in_set() argument
282 bool operator() (GepNode *N) const { in operator ()()
286 const NodeSet &NS;
/external/curl/lib/
Durldata.h1604 void *in_set; /* CURLOPT_READDATA */ member