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

1 2 3 4

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_pointer_nullptr.pass.cpp 24 catch (int*)
27 catch (long*)
40 catch (A*)
43 catch (int*)
49 template <class Catch>
54 } catch (Catch) {
56 } catch (...) {
64 // catch naked nullptrs
catch_multi_level_pointer.pass.cpp 49 template <class Throw, class Catch>
53 // implicitly converted to type Catch.
54 const bool can_convert = test_conversion<Catch>(throw_ptr);
58 } catch (Catch catch_ptr) {
59 Catch catch2 = CreatePointer<Catch>()();
63 } catch (...) {
87 template <class Throw, class Catch, int level, bool first = false>
90 typedef TestTypes<Catch, first> CatchTypes
    [all...]
  /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
  /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...]
PngFile.c 275 Catch (msg)
389 Catch (msg)
  /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 866 if ((pprog = getBytes(env, prog)) == NULL) goto Catch;
867 if ((pargBlock = getBytes(env, argBlock)) == NULL) goto Catch;
868 if ((c->argv = NEW(const char *, argc + 3)) == NULL) goto Catch;
874 if ((penvBlock = getBytes(env, envBlock)) == NULL) goto Catch;
875 if ((c->envv = NEW(const char *, envc + 1)) == NULL) goto Catch;
880 if ((c->pdir = getBytes(env, dir)) == NULL) goto Catch;
885 if (fds == NULL) goto Catch;
892 goto Catch;
910 goto Catch;
920 goto Catch;
    [all...]
zip_util.c 536 if (1) { zip->msg = message; goto Catch; } else ((void)0)
614 if (pagesize == 0) goto Catch;
636 goto Catch;
645 goto Catch;
668 if ((entries == NULL && total != 0) || table == NULL) goto Catch;
710 goto Catch;
750 Catch:
977 if ((cen = malloc(bufsize)) == NULL) goto Catch;
978 if (readFullyAt(zfd, cen, bufsize, cenpos) == -1) goto Catch;
981 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);
Liveness.java 78 BasicBlock.Catch handlers = tb.toCatch;
171 BasicBlock.Catch handlers = tb.toCatch;
MapMaker.java 173 BasicBlock.Catch handlers = tb.toCatch;
198 private void traceException(byte[] code, TypedBlock.Catch handler)
  /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 16 @ } catch (int i) {
92 @ Catch TypeInfo 1
94 @ >> Catch TypeInfos <<
ttype-encoding-90.pass.sh.s 15 @ } catch (int i) {
91 @ Catch TypeInfo 1
93 @ >> Catch TypeInfos <<
  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 82 enum class ClrHandlerType { Catch, Finally, Fault, Filter };
  /external/clang/lib/CodeGen/
CGCleanup.h 37 /// type of a catch handler, so we use this wrapper.
106 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd };
147 /// after the catch scope.
157 /// for a catch-all.
160 /// The catch handler for this type.
184 : EHScope(Catch, enclosingEHScope) {
228 return Scope->getKind() == Catch;
523 case EHScope::Catch:
CGObjCRuntime.cpp 178 // Jump destination for falling out of catch bodies.
190 // Enter the catch, if there is one.
200 Handler.Block = CGF.createBasicBlock("catch");
202 // @catch(...) always matches.
204 Handler.TypeInfo = nullptr; // catch-all
212 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size());
214 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
234 // Enter the catch.
244 // Add a cleanup to leave the catch.
252 // Bind the catch parameter if it exists
    [all...]
CGException.cpp 243 // Check if the catch value has the ObjC prefix.
335 /// presence of a catch-all.
337 // Possibly we should use @llvm.eh.catch.all.value here.
477 // If this isn't a catch-all filter, we need to check whether we got
549 llvm::BasicBlock *Handler = createBasicBlock("catch");
552 // impossible to correctly implement catch-by-reference
569 // No exception decl indicates '...', a catch-all.
591 case EHScope::Catch: {
592 // Apply a special case to a single catch-all.
600 dispatchBlock = createBasicBlock("catch.dispatch")
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 15 // personality requires catch handler code to be outlined.
235 "shouldn't revist catch funclets!");
265 // enclosing catch pad doesn't it must be post-dominated by an
336 "shouldn't revist catch funclets!");
374 // enclosing catch pad doesn't it must be post-dominated by an
546 // Create the entry for this catch with the appropriate handler
548 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI());
550 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue());
553 ClrHandlerType::Catch, TypeToken, CatchBlock);
555 for (const User *U : Catch->users()
    [all...]
  /external/v8/src/inspector/
debugger-script.js 53 DebuggerScript._scopeTypeNames.set(ScopeType.Catch, "catch");
207 } catch (e) {
541 case ScopeType.Catch:
debugger_script_externs.js 221 Catch: 4,
  /external/v8/src/compiler/
wasm-compiler.h 138 Node* Catch(Node* input, wasm::WasmCodePosition position);
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 1183 milliseconds

1 2 3 4