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

1 2 3 4 5 6

  /external/libcxxabi/test/
catch_multi_level_pointer.pass.cpp 51 template <class Throw, class Catch>
55 // implicitly converted to type Catch.
56 const bool can_convert = test_conversion<Catch>(throw_ptr);
60 } catch (Catch catch_ptr) {
61 Catch catch2 = CreatePointer<Catch>()();
65 } catch (...) {
89 template <class Throw, class Catch, int level, bool first = false>
92 typedef TestTypes<Catch, first> CatchTypes
    [all...]
catch_pointer_nullptr.pass.cpp 24 catch (int* p)
28 catch (long*)
41 catch (A* p)
45 catch (int*)
51 template <class Catch>
56 } catch (Catch c) {
58 } catch (...) {
66 // catch naked nullptrs
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_multi_level_pointer.pass.cpp 51 template <class Throw, class Catch>
55 // implicitly converted to type Catch.
56 const bool can_convert = test_conversion<Catch>(throw_ptr);
60 } catch (Catch catch_ptr) {
61 Catch catch2 = CreatePointer<Catch>()();
65 } catch (...) {
89 template <class Throw, class Catch, int level, bool first = false>
92 typedef TestTypes<Catch, first> CatchTypes
    [all...]
catch_pointer_nullptr.pass.cpp 24 catch (int* p)
28 catch (long*)
41 catch (A* p)
45 catch (int*)
51 template <class Catch>
56 } catch (Catch c) {
58 } catch (...) {
66 // catch naked nullptrs
  /external/libpng/contrib/visupng/
cexcept.h 69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
108 are used by a Try/Catch statement. It does no harm to initialize
112 Try/Catch statement.
116 Catch (expression) statement
118 The Try/Catch/Throw macros are capitalized in order to avoid
122 A Try/Catch statement has a syntax similar to an if/else statement,
127 the else clause is optional, the Catch clause is required. The
132 If a Throw that uses the same exception context as the Try/Catch is
135 Try/Catch statement, then a copy of the exception will be assigne
    [all...]
  /external/parameter-framework/upstream/utility/test/
utility.cpp 34 #include <catch.hpp>
60 CAPTURE(Catch::toString(test.input));
86 CAPTURE(Catch::toString(test.input));
120 CAPTURE(Catch::toString(test.input));
178 // and suggests that parentheses should be added. This is related to catch
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 871 if ((pprog = getBytes(env, prog)) == NULL) goto Catch;
872 if ((pargBlock = getBytes(env, argBlock)) == NULL) goto Catch;
873 if ((c->argv = NEW(const char *, argc + 3)) == NULL) goto Catch;
879 if ((penvBlock = getBytes(env, envBlock)) == NULL) goto Catch;
880 if ((c->envv = NEW(const char *, envc + 1)) == NULL) goto Catch;
885 if ((c->pdir = getBytes(env, dir)) == NULL) goto Catch;
890 if (fds == NULL) goto Catch;
897 goto Catch;
915 goto Catch;
925 goto Catch;
    [all...]
zip_util.c 537 if (1) { zip->msg = message; goto Catch; } else ((void)0)
615 if (pagesize == 0) goto Catch;
637 goto Catch;
646 goto Catch;
669 if ((entries == NULL && total != 0) || table == NULL) goto Catch;
711 goto Catch;
751 Catch:
978 if ((cen = malloc(bufsize)) == NULL) goto Catch;
979 if (readFullyAt(zfd, cen, bufsize, cenpos) == -1) goto Catch;
982 if ((cen = realloc(cen, censize)) == NULL) goto Catch;
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java 33 public Catch toCatch;
53 public static class Catch {
54 Catch next;
57 Catch(BasicBlock b, int i, Catch c) {
85 Catch th = toCatch;
101 Catch catcher;
391 bb.toCatch = new Catch(handler, type, bb.toCatch);
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo4/
libgo4.go 27 // Catch SIGIO.
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo4/
libgo4.go 27 // Catch SIGIO.
  /external/libcxxabi/test/native/arm-linux-eabi/
ttype-encoding-00.pass.sh.s 17 @ } catch (int i) {
93 @ Catch TypeInfo 1
95 @ >> Catch TypeInfos <<
ttype-encoding-90.pass.sh.s 16 @ } catch (int i) {
92 @ Catch TypeInfo 1
94 @ >> Catch TypeInfos <<
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/native/arm-linux-eabi/
ttype-encoding-00.pass.sh.s 17 @ } catch (int i) {
93 @ Catch TypeInfo 1
95 @ >> Catch TypeInfos <<
ttype-encoding-90.pass.sh.s 16 @ } catch (int i) {
92 @ Catch TypeInfo 1
94 @ >> Catch TypeInfos <<
  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 82 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 82 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
WinEHFuncInfo.h 80 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
WinEHFuncInfo.h 80 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
WinEHFuncInfo.h 80 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
WinEHFuncInfo.h 80 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
WinEHFuncInfo.h 80 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
WinEHFuncInfo.h 80 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 82 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
WinEHFuncInfo.h 80 enum class ClrHandlerType { Catch, Finally, Fault, Filter };

Completed in 667 milliseconds

1 2 3 4 5 6