Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/
Denum_set.h99 bool HasAnyOf(const EnumSet<EnumType>& in_set) const { in HasAnyOf()
/external/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h99 bool HasAnyOf(const EnumSet<EnumType>& in_set) const { in HasAnyOf()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp305 struct in_set { struct
306 in_set(const NodeSet &S) : NS(S) {} in in_set() function
308 bool operator() (GepNode *N) const { in operator ()()
313 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.h1514 void *in_set; /* CURLOPT_READDATA */ member