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

/external/clang/test/SemaCXX/
H A Dexceptions.cpp28 void throws() { function
/external/v8/preparser/
H A Dpreparser-process.cc45 // Optionally this can be followed by the word "throws" (case sensitive),
130 bool throws() { function in class:PreparseDataInterpreter
137 if (!throws()) return NULL;
152 if (!throws()) return -1;
158 if (!throws()) return -1;
225 : throws(false), type(NULL), beg_pos(-1), end_pos(-1) { }
226 bool throws; member in struct:ExceptionExpectation
236 if (expects->throws) {
237 if (!reader.throws()) {
263 } else if (reader.throws()) {
[all...]

Completed in 436 milliseconds