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

/external/clang/test/Profile/
H A Dcxx-throws.cpp9 // RUN: llvm-profdata merge %S/Inputs/cxx-throws.proftext -o %t.profdata
19 void throws() { function
71 throws();
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-variables.cc12 static const char* throws = NULL; variable
22 "'use strict'; const x = (r = x)", throws, throws,
25 "'use strict'; let x = (r = x)", throws, throws,
39 "'use strict'; let x = (a?(x=4,2):3); r = x", throws, "3",
61 if (tests[i + 1] != throws) {
69 if (tests[i + 2] != throws) {
/external/clang/test/SemaCXX/
H A Dexceptions.cpp28 void throws() { function

Completed in 1061 milliseconds