OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__except
(Results
1 - 25
of
41
) sorted by null
1
2
/external/clang/test/Sema/
__try.c
47
} // expected-error{{expected '
__except
' or '__finally' block}}
50
__except
( FilterExpression() ) { // expected-warning{{implicit declaration of function '
__except
' is invalid in C99}} \
64
__except
( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-error{{expected expression}}
73
__except
( ) { // expected-error{{expected expression}} expected-error{{expected expression}}
function
81
__except
( FilterExpression(GetExceptionCode()) ) {
88
__except
( FilterExpression(__exception_code()) ) {
95
__except
( FilterExceptionInformation(__exception_info()) ) {
102
__except
(FilterExceptionInformation( GetExceptionInformation() ) ) {
111
__except
( NotFilterExpression() ) { // expected-error{{filter expression type should be an integral value (…)
[
all
...]
/external/libvpx/vpx_ports/
arm_cpudetect.c
64
__except
(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION)
77
__except
(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION)
91
__except
(GetExceptionCode() == EXCEPTION_ILLEGAL_INSTRUCTION)
/external/clang/test/SemaCXX/
__try.cpp
42
__except
(EXCEPTION_EXECUTE_HANDLER)
function
MicrosoftExtensions.cpp
204
void f() { int
__except
= 0; }
local
/external/chromium/base/win/
wrapped_window_proc.h
61
}
__except
(CallExceptionFilter(GetExceptionInformation())) {
/external/chromium/base/threading/
platform_thread_win.cc
111
}
__except
(EXCEPTION_CONTINUE_EXECUTION) {
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h
247
exceptions(iostate
__except
)
249
_M_exception =
__except
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h
249
exceptions(iostate
__except
)
251
_M_exception =
__except
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_ios.h
249
exceptions(iostate
__except
)
251
_M_exception =
__except
;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h
247
exceptions(iostate
__except
)
249
_M_exception =
__except
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h
247
exceptions(iostate
__except
)
249
_M_exception =
__except
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h
247
exceptions(iostate
__except
)
249
_M_exception =
__except
;
/external/clang/include/clang/Basic/
DiagnosticParseKinds.td
[
all
...]
/external/openssl/crypto/rand/
rand_win.c
534
__except
(EXCEPTION_EXECUTE_HANDLER)
function
699
}
__except
(EXCEPTION_EXECUTE_HANDLER) {
function
/external/chromium/third_party/libjingle/source/talk/base/
thread.cc
332
__except
(EXCEPTION_CONTINUE_EXECUTION) {
function
proxydetect.cc
620
}
__except
(EXCEPTION_EXECUTE_HANDLER) {
function
[
all
...]
/external/webkit/Source/JavaScriptCore/
jsc.cpp
317
#define EXCEPT(x) }
__except
(EXCEPTION_EXECUTE_HANDLER) { x; }
/external/webkit/Source/JavaScriptCore/wtf/
ThreadingWin.cpp
135
}
__except
(EXCEPTION_CONTINUE_EXECUTION) {
function
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc
389
// This function is useful as an
__except
condition.
[
all
...]
/external/chromium/base/
message_loop.cc
330
}
__except
(SEHFilter(current_filter)) {
/external/protobuf/gtest/src/
gtest.cc
488
// This function is useful as an
__except
condition.
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
[
all
...]
/external/clang/lib/Parse/
Parser.cpp
27
//
__except
is accepted as a (contextual) keyword
29
Ident__except = PP.getIdentifierInfo("
__except
");
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h
771
// This function is useful as an
__except
condition.
[
all
...]
/external/chromium/testing/gtest/src/
gtest-internal-inl.h
388
// This function is useful as an
__except
condition.
[
all
...]
Completed in 2108 milliseconds
1
2