HomeSort by relevance Sort by last modified time
    Searched refs:CheckDebugThrows (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/libcxx/containers/sequences/array/array.zero/
db_indexing.pass.cpp 24 inline bool CheckDebugThrows(Array& Arr, size_t Index) {
39 assert(CheckDebugThrows(c, 0));
40 assert(CheckDebugThrows(c, 1));
41 assert(CheckDebugThrows(cc, 0));
42 assert(CheckDebugThrows(cc, 1));
48 assert(CheckDebugThrows(c, 0));
49 assert(CheckDebugThrows(c, 1));
50 assert(CheckDebugThrows(cc, 0));
51 assert(CheckDebugThrows(cc, 1));
db_back.pass.cpp 24 inline bool CheckDebugThrows(Array& Arr) {
39 assert(CheckDebugThrows(c));
40 assert(CheckDebugThrows(cc));
46 assert(CheckDebugThrows(c));
47 assert(CheckDebugThrows(cc));
db_front.pass.cpp 24 inline bool CheckDebugThrows(Array& Arr) {
39 assert(CheckDebugThrows(c));
40 assert(CheckDebugThrows(cc));
46 assert(CheckDebugThrows(c));
47 assert(CheckDebugThrows(cc));

Completed in 130 milliseconds