Home
last modified time | relevance | path

Searched refs:pair_t (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
Dast-print.c51 struct pair_t { struct
57 struct pair_t p = {a: 3, .b = 4};
/external/llvm-project/clang/test/Sema/
Dast-print.c64 struct pair_t { struct
70 struct pair_t p = {a: 3, .b = 4}; // expected-warning {{use of GNU old-style field designator exten…
/external/harfbuzz_ng/src/
Dhb-algs.hh305 typedef hb_pair_t<T1, T2> pair_t; typedef
317 bool operator == (const pair_t& o) const { return first == o.first && second == o.second; } in operator ==()
318 bool operator != (const pair_t& o) const { return !(*this == o); } in operator !=()
319 …bool operator < (const pair_t& o) const { return first < o.first || (first == o.first && second < … in operator <()
320 bool operator >= (const pair_t& o) const { return !(*this < o); } in operator >=()
321 …bool operator > (const pair_t& o) const { return first > o.first || (first == o.first && second > … in operator >()
322 bool operator <= (const pair_t& o) const { return !(*this > o); } in operator <=()
/external/flac/src/flac/
Danalyze.c38 } pair_t; typedef
41 pair_t buckets[FLAC__MAX_BLOCK_SIZE];