Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dlinked_ptr.h43 explicit linked_ptr(X* p = 0) throw() in throw() function
47 linked_ptr(const linked_ptr& r) throw() in throw() function
72 X& operator*() const throw() {return *itsPtr;} in throw() function
/external/libcxx/test/thread/futures/
Dtest_allocator.h49 test_allocator() throw() : data_(-1) {} in throw() function
51 test_allocator(const test_allocator& a) throw() in throw() function
55 ~test_allocator() throw() {data_ = 0;} in throw() function
105 test_allocator() throw() : data_(-1) {} in throw() function
107 test_allocator(const test_allocator& a) throw() in throw() function
111 ~test_allocator() throw() {data_ = 0;} in throw() function
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DException.pm21 sub throw : Test(1) { subroutine
/external/libcxx/test/support/
Dtest_allocator.h54 test_allocator() throw() : data_(0) {++count;} in throw() function
56 test_allocator(const test_allocator& a) throw() in throw() function
60 ~test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;} in throw() function
112 test_allocator() throw() : data_(-1) {} in throw() function
114 test_allocator(const test_allocator& a) throw() in throw() function
118 ~test_allocator() throw() {data_ = 0;} in throw() function
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2564.js28 var o = [ function f0() { throw new Error(); }, field
59 var o = [ function f0() { throw new Error(); }, field
/external/oprofile/libabi/
Dabi.h24 ~abi_exception() throw() {} in throw() function
/external/clang/test/Analysis/diagnostics/Inputs/include/
Dreport-issues-within-main-file.h6 auto_ptr(_Tp* __p = 0) throw() : _M_ptr(__p) { } in throw() function
/external/eigen/test/eigen2/
Deigen2_nomalloc.cpp13 #define throw(X) macro
/external/chromium_org/v8/test/mjsunit/
Ddebug-set-variable-value.js182 throw {name: "test exception"}; field
199 throw "Alpha"; field
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx.h209 void* operator new[] (std::size_t size, void* ptr) throw() { return ptr; }; in throw() function
211 void operator delete[] (void* ptr, void*) throw() {}; in throw() function
/external/llvm/include/llvm/MC/
DMCContext.h459 size_t Alignment = 16) throw () { in throw() function
493 size_t Alignment = 16) throw () { in throw() function
503 inline void operator delete[](void *Ptr, llvm::MCContext &C) throw () { in throw() function
/external/antlr/antlr-3.4/runtime/JavaScript/third/
Dantcontrib.properties9 throw=net.sf.antcontrib.logic.Throw key
/external/eigen/test/
Dnomalloc.cpp13 #define throw(X) macro
/external/clang/include/clang/AST/
DAttr.h67 size_t Alignment = 16) throw() { in throw() function
/external/clang/test/Analysis/
Dretain-release.mm429 Holder<X>::Holder() throw() function
434 X* Holder<X>::get() const throw() { function
440 void Holder<X>::reset(X* p) throw() { function
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp87 #define throw macro
/external/llvm/include/llvm/Support/
DYAMLParser.h149 size_t Alignment = 16) throw() { in throw() function
/external/clang/include/clang/Lex/
DPreprocessingRecord.h101 unsigned alignment = 8) throw() { in throw() function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Djavascript.js32 "return": C, "break": C, "continue": C, "new": C, "delete": C, "throw": C, "debugger": C, property