Home
last modified time | relevance | path

Searched refs:Except (Results 1 – 25 of 178) sorted by relevance

12345678

/external/libcxx/test/support/
Drapid-cxx-test.hpp209 # define TEST_CHECK_THROW(Except, ...) \ argument
214 , "TEST_CHECK_THROW(" #Except "," #__VA_ARGS__ ")", "" \
219 } catch (Except const &) {} \
224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument
229 "TEST_CHECK_THROW_RESULT(" #Except \
235 } catch (Except const& Caught) { \
256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument
257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument
286 # define TEST_REQUIRE_THROW(Except, ...) \ argument
291 , "TEST_REQUIRE_THROW(" #Except "," #__VA_ARGS__ ")", "" \
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/PruneEH/
Drecursivetest.ll5 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
8 Except: ; preds = %0
14 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
17 Except: ; preds = %0
Dsimpletest.ll12 to label %Normal unwind label %Except
17 Except: ; preds = %0
/external/llvm/test/Transforms/PruneEH/
Drecursivetest.ll5 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
8 Except: ; preds = %0
16 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
19 Except: ; preds = %0
Dsimpletest.ll12 to label %Normal unwind label %Except
17 Except: ; preds = %0
Doperand-bundles.ll15 to label %Normal unwind label %Except
20 Except: ; preds = %0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PruneEH/
Drecursivetest.ll8 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
11 Except: ; preds = %0
21 to label %Normal unwind label %Except ; <i32>:1 [#uses=0]
24 Except: ; preds = %0
Dsimpletest.ll15 to label %Normal unwind label %Except
20 Except: ; preds = %0
Doperand-bundles.ll16 to label %Normal unwind label %Except
21 Except: ; preds = %0
/external/clang/test/SemaCXX/
D__try.cpp62 void Except() { in Except() function
75 template void Except<void>();
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dreturn-ext.ll43 ; Except on Darwin, for legacy reasons.
64 ; Except on Darwin, for legacy reasons.
88 ; Except on Darwin, for legacy reasons.
/external/llvm/test/CodeGen/X86/
Dreturn-ext.ll43 ; Except on Darwin, for legacy reasons.
64 ; Except on Darwin, for legacy reasons.
88 ; Except on Darwin, for legacy reasons.
/external/clang/lib/Tooling/
DFileMatchTrie.cpp138 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
148 if (It == Except) in getAll()
/external/libcap-ng/
DREADME4 Except for some "#if !defined(ANDROID)" lines, this
/external/icu/android_icu4j/
DREADME.android1 Except where noted, source code in this directory is generated by tools beneath
/external/jacoco/
DNOTICE7 available by Mountainminds GmbH & Co. KG, Munich. Except indicated below, the
DLICENSE.md7 available by Mountainminds GmbH & Co. KG, Munich. Except indicated below, the
/external/clang/lib/CodeGen/
DCGException.cpp1690 const SEHExceptStmt &Except) { in GenerateSEHFilterFunction() argument
1691 const Expr *FilterExpr = Except.getFilterExpr(); in GenerateSEHFilterFunction()
1792 const SEHExceptStmt *Except = S.getExceptHandler(); in EnterSEHTryStmt() local
1793 assert(Except); in EnterSEHTryStmt()
1802 CGM.EmitConstantExpr(Except->getFilterExpr(), getContext().IntTy, this); in EnterSEHTryStmt()
1812 HelperCGF.GenerateSEHFilterFunction(*this, *Except); in EnterSEHTryStmt()
1826 const SEHExceptStmt *Except = S.getExceptHandler(); in ExitSEHTryStmt() local
1827 assert(Except && "__try must have __finally xor __except"); in ExitSEHTryStmt()
1873 EmitStmt(Except->getBlock()); in ExitSEHTryStmt()
/external/libchrome/base/third_party/icu/
DLICENSE30 Except as contained in this notice, the name of a copyright holder
70 Except as contained in this notice, the name of a copyright holder
/external/google-breakpad/src/third_party/curl/
DCOPYING19 Except as contained in this notice, the name of a copyright holder shall not
/external/doclava/res/assets/templates-sdk/
Dcustomizations.cs219 Except as noted, this content is
227 Except as noted, this content is licensed under <a
/external/curl/
DCOPYING20 Except as contained in this notice, the name of a copyright holder shall not
DNOTICE20 Except as contained in this notice, the name of a copyright holder shall not
/external/libxml2/
DNOTICE1 Except where otherwise noted in the source code (e.g. the files hash.c,
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Daltmacro_string.s21 # Except adding new string marks '<..>', a regular macro behavior is expected.

12345678