Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dlinked_ptr.h60 explicit linked_ptr(X* p = 0) throw() in throw() function
64 linked_ptr(const linked_ptr& r) throw() in throw() function
89 X& operator*() const throw() {return *itsPtr;} in throw() function
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DException.pm21 sub throw : Test(1) { subroutine
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.h229 WTF_PRIVATE_INLINE void* operator new[](size_t size) throw (std::bad_alloc) { return fastMalloc(siz… in throw() function
230 WTF_PRIVATE_INLINE void* operator new[](size_t size, const std::nothrow_t&) throw() { return fastMa… in throw() function
231 WTF_PRIVATE_INLINE void operator delete[](void* p) throw() { fastFree(p); } in throw() function
232 WTF_PRIVATE_INLINE void operator delete[](void* p, const std::nothrow_t&) throw() { fastFree(p); } in throw() function
/external/oprofile/libabi/
Dabi.h24 ~abi_exception() throw() {} in throw() function
/external/webkit/Source/JavaScriptCore/wtf/wince/
DFastMallocWinCE.h76 static inline void* operator new[](size_t s, const std::nothrow_t&) throw() { return fastMalloc(s);… in throw() function
77 static inline void operator delete[](void* p, const std::nothrow_t&) throw() { fastFree(p); } in throw() function
/external/llvm/include/llvm/MC/
DMCContext.h358 size_t Alignment = 16) throw () { in throw() function
392 size_t Alignment = 16) throw () { in throw() function
402 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/clang/include/clang/AST/
DAttr.h78 size_t Alignment = 16) throw() { in throw() function
DStmt.h303 unsigned alignment = 8) throw() { in throw() function
308 unsigned alignment = 8) throw() { in throw() function
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp79 #define throw macro
/external/llvm/include/llvm/Support/
DYAMLParser.h140 , size_t Alignment = 16) throw() { in throw() function
/external/clang/include/clang/Lex/
DPreprocessingRecord.h103 unsigned alignment = 8) throw() { in throw() function
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
Dprocess.js108 "throw": function(expr) { method
1094 "throw": function(expr) { method