HomeSort by relevance Sort by last modified time
    Searched defs:throw (Results 1 - 6 of 6) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm 21 sub throw : Test(1) { subroutine
24 $self->class->throw(message => 'test error message');
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_throw.c 64 throw(ptw32_exception_cancel,ptw32_exception_exit) function
89 * so there is no point to jump or throw back to. Just do an
147 throw ptw32_exception_cancel ();
150 throw ptw32_exception_exit ();
  /external/eigen/test/eigen2/
eigen2_nomalloc.cpp 13 #define throw(X) macro
  /external/eigen/test/
nomalloc.cpp 13 #define throw(X) macro
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 87 #define throw macro
172 throw
  /bionic/libc/kernel/tools/
cpp.py 590 def throw(self, exception, msg): member in class:CppExpr
612 self.throw(BadExpectedToken,self.i,"### expecting '%s' in expression, got '%s'" % (id, self.tok[self.i].id))
619 self.throw(BadExpectedToken, self.i,"### expecting identifier in expression, got '%s'" % (id, self.tok[self.i].id))
695 self.throw(CppConstantExpected,i,"### 'defined' must be followed by macro name or left paren")
699 self.throw(CppConstantExpected,i,"### 'defined' must be followed by macro name")
794 self.throw(BadExpectedToken, "didn't expect to see a %s in factor" % (self.tok[self.i].id))
    [all...]

Completed in 594 milliseconds