Home
last modified time | relevance | path

Searched refs:do_swap (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_recv.py70 def __init__(self, do_swap): argument
76 self.do_swap = do_swap
113 if self.do_swap:
131 if not self.do_swap:
207 if self.do_swap and (element_size != 1):
294 if param.size() == 1 and not self.do_swap:
324 if self.do_swap:
387 if self.do_swap:
459 if self.do_swap:
496 if self.do_swap:
[all …]
/external/clang/test/SemaCXX/
Dlibstdcxx_pair_swap_hack.cpp26 template<typename T> void do_swap(T &a, T &b) noexcept(noexcept(swap(a, b))) { in do_swap() function
32 void swap(CLASS &other) noexcept(noexcept(do_swap(member, other.member)));