HomeSort by relevance Sort by last modified time
    Searched refs:Except (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/clang/test/SemaCXX/
__try.cpp 62 void Except() {
75 template void Except<void>();
  /external/libcxx/test/support/
rapid-cxx-test.hpp 209 # define TEST_CHECK_THROW(Except, ...) \
214 , "TEST_CHECK_THROW(" #Except "," #__VA_ARGS__ ")", "" \
219 } catch (Except const &) {} \
238 #define TEST_CHECK_THROW(Except, ...) ((void)0)
267 # define TEST_REQUIRE_THROW(Except, ...) \
272 , "TEST_REQUIRE_THROW(" #Except "," #__VA_ARGS__ ")", "" \
277 } catch (Except const &) {} \
299 #define TEST_REQUIRE_THROW(Except, ...) ((void)0)
327 # define TEST_ASSERT_THROW(Except, ...) \
332 , "TEST_ASSERT_THROW(" #Except "," #__VA_ARGS__ ")", ""
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
rapid-cxx-test.hpp 209 # define TEST_CHECK_THROW(Except, ...) \
214 , "TEST_CHECK_THROW(" #Except "," #__VA_ARGS__ ")", "" \
219 } catch (Except const &) {} \
238 #define TEST_CHECK_THROW(Except, ...) ((void)0)
267 # define TEST_REQUIRE_THROW(Except, ...) \
272 , "TEST_REQUIRE_THROW(" #Except "," #__VA_ARGS__ ")", "" \
277 } catch (Except const &) {} \
299 #define TEST_REQUIRE_THROW(Except, ...) ((void)0)
327 # define TEST_ASSERT_THROW(Except, ...) \
332 , "TEST_ASSERT_THROW(" #Except "," #__VA_ARGS__ ")", ""
    [all...]
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 138 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const {
148 if (It == Except)
  /prebuilts/go/darwin-x86/src/os/
path_windows_test.go 27 // string which triggers the rewriting. Except in the
  /prebuilts/go/linux-x86/src/os/
path_windows_test.go 27 // string which triggers the rewriting. Except in the
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
xwindows.md 31 Except as contained in this notice, the name of the X Consortium shall
63 Except as contained in this notice, the name of the X Consortium shall not
91 Except as contained in this notice, the name of the X Consortium shall not be
113 Except as contained in this notice, the name of The Open Group shall not be
146 Except as contained in this notice, the name of The Open Group shall
204 Except as contained in this notice, the name of The Open Group shall
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
xwindows.md 31 Except as contained in this notice, the name of the X Consortium shall
63 Except as contained in this notice, the name of the X Consortium shall not
91 Except as contained in this notice, the name of the X Consortium shall not be
113 Except as contained in this notice, the name of The Open Group shall not be
146 Except as contained in this notice, the name of The Open Group shall
204 Except as contained in this notice, the name of The Open Group shall
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.base/
cldr.md 37 Except as contained in this notice, the name of a copyright holder shall not
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.localedata/
cldr.md 37 Except as contained in this notice, the name of a copyright holder shall not
  /prebuilts/jdk/jdk9/linux-x86/legal/java.base/
cldr.md 37 Except as contained in this notice, the name of a copyright holder shall not
  /external/clang/lib/CodeGen/
CGException.cpp 369 // to a copy constructor, then according to [except.terminate]p1 we
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCStreamer.cpp 465 bool Except) {
471 if (!Except && !Unwind)
475 if (Except)
MCAsmStreamer.cpp 225 bool Except);
997 bool Except) {
998 MCStreamer::EmitWin64EHHandler(Sym, Unwind, Except);
1003 if (Except)
1004 OS << ", @except";
    [all...]
  /build/make/tools/droiddoc/templates-pdk/
customizations.cs 127 Except as noted, this content is
136 Except as noted, this content is licensed under <a
  /external/doclava/res/assets/templates-sdk/
customizations.cs 219 Except as noted, this content is
227 Except as noted, this content is licensed under <a
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 551 bool Except);
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 395 if (SEHExceptStmt *Except = TS->getExceptHandler()) {
400 Except->getSourceRange().getBegin()));
401 BuildScopeInformation(Except->getBlock(), NewParentScope);
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 502 bool Except) {
507 if (!Except && !Unwind)
511 if (Except)
MCAsmStreamer.cpp 266 void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except) override;
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 758 virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 817 virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCStreamer.h 817 virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCStreamer.h 817 virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCStreamer.h     [all...]

Completed in 1266 milliseconds

1 2 3 4