Searched defs:SP10 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp314 struct SP10 { struct
315 SP10(int v) {} function in struct:SP10
316 bool operator<(const SP10& v) { return true; }
317 SP10 operator*(int v) { return *this; }
318 SP10 operator+(int v) { return *this; }
319 SP10& operator=(const SP10& v) { return *this; }
337 SP9<SP10> c3;

Completed in 83 milliseconds