/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | google-objc-avoid-throwing-exception.m | 1 // RUN: %check_clang_tidy %s google-objc-avoid-throwing-exception %t 21 …arning: pass in NSError ** instead of throwing exception to indicate Objective-C errors [google-ob… 26 …arning: pass in NSError ** instead of throwing exception to indicate Objective-C errors [google-ob… 28 …arning: pass in NSError ** instead of throwing exception to indicate Objective-C errors [google-ob…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | google-objc-avoid-throwing-exception.rst | 1 .. title:: clang-tidy - google-objc-avoid-throwing-exception 3 google-objc-avoid-throwing-exception 6 Finds uses of throwing exceptions usages in Objective-C files. 8 For the same reason as the Google C++ style guide, we prefer not throwing 39 https://google.github.io/styleguide/objcguide.html#avoid-throwing-exceptions
|
D | bugprone-exception-escape.rst | 17 A destructor throwing an exception may result in undefined behavior, resource 20 ``swap()`` operations expected to be non throwing most of the cases and they 21 are always possible to implement in a non throwing way. Non throwing ``swap()`` 22 operations are also used to create move operations. A throwing ``main()``
|
D | misc-throw-by-value-catch-by-reference.rst | 20 * Moved named values will not be flagged as not throwing an anonymous 23 * Throwing function parameters will not be flagged as not throwing an 24 anonymous temporary. This allows helper functions for throwing. 25 * Re-throwing caught exception variables will not be flragged as not throwing
|
D | hicpp-exception-baseclass.rst | 9 This enforces `rule 15.1 <http://www.codingstandard.com/section/15-1-throwing-an-exception/>`_ 16 void throwing() noexcept(false) {
|
D | modernize-use-noexcept.rst | 35 ``noexcept``. Fix-it hints will only be generated for non-throwing 58 throwing dynamic exception specs, e.g., ``throw(<something>)``,
|
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/ |
D | CheckedProvidersTest.java | 53 CheckedProviders.throwing(FooCheckedProvider.class, FooException.class); in testThrowingCheckedProviderClass_get_throwsException() 63 CheckedProviders.throwing(TypeLiteral.get(FooCheckedProvider.class), FooException.class); in testThrowingCheckedProviderTypeLiteral_get_throwsException() 106 CheckedProviders.throwing(FooCheckedProvider.class, StringException.class); in testCheckThrowable_unsupportedThrowableConstructor_throwsIllegalArgumentException() 126 CheckedProviders.throwing(FooCheckedProvider.class, BarException.class); in testCheckThrowable_checkedExceptionNotDeclared_throwsIllegalArgumentException() 138 CheckedProviders.throwing(FooCheckedProvider.class, ExpectedRuntimeException.class); in testCheckThrowable_runtimeExceptionNotDeclared_throwsExpectedRuntimeException() 152 CheckedProviders.throwing(FooCheckedProvider.class, ExpectedError.class); in testCheckThrowable_errorNotDeclared_throwsExpectedError()
|
/external/guice/extensions/testlib/test/com/google/inject/testing/throwingproviders/ |
D | CheckedProviderSubjectTest.java | 53 CheckedProviders.throwing(StringCheckedProvider.class, SummerException.class); in providedValue_throws_expectFailure() 68 CheckedProviders.throwing(StringCheckedProvider.class, SummerException.class); in thrownException_threwExpected_expectSuccess() 78 CheckedProviders.throwing(StringCheckedProvider.class, unexpected); in thrownException_threwUnexpected_expectFailure() 117 private String getThrowingProviderName(String throwing) { in getThrowingProviderName() argument 118 return String.format("generated CheckedProvider throwing <%s>", throwing); in getThrowingProviderName()
|
/external/objenesis/tck/src/main/resources/org/objenesis/tck/candidates/ |
D | candidates.properties | 30 ….SerializableWithAncestorThrowingException = Serializable with ancestor throwing exception 35 ….tck.candidates.ConstructorThrowingException = Constructor throwing exception 36 …idates.SerializableConstructorThrowingException = Constructor throwing exception (serial…
|
D | serializable-candidates.properties | 29 …idates.SerializableConstructorThrowingException = Constructor throwing exception (serial…
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/ |
D | MethodReference.java | 61 return this::throwing; in stringer() 78 private String throwing() throws Exception { in throwing() method in MethodReference
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | CheckedProviders.java | 168 public static <T, P extends CheckedProvider<? super T>> P throwing( in throwing() method in CheckedProviders 185 public static <T, P extends CheckedProvider<? super T>> P throwing( in throwing() method in CheckedProviders 187 return throwing(TypeLiteral.get(providerType), throwable); in throwing()
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
D | XLogger.java | 157 public <T extends Throwable> T throwing(T throwable) { in throwing() method in XLogger 172 public <T extends Throwable> T throwing(Level level, T throwable) { in throwing() method in XLogger
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/ |
D | XLoggerTest.java | 107 assertEquals(t, logger.throwing(t)); in testThrowing() 108 assertEquals(t, logger.throwing(XLogger.Level.DEBUG, t)); in testThrowing()
|
/external/clang/test/CodeGenObjC/ |
D | exceptions-nonfragile.m | 15 void throwing() { function
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | exceptions-nonfragile.m | 15 void throwing() { function
|
/external/llvm-project/llvm/test/Transforms/PruneEH/ |
D | 2008-06-02-Weak.ll | 5 ; since it can be overriden by throwing implementation.
|
/external/llvm-project/clang/examples/clang-interpreter/ |
D | README.txt | 15 5. Intercepting a Win64 library call to allow throwing and catching exceptions
|
D | CMakeLists.txt | 45 # /EHs to allow throwing from extern "C"
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | eh-labels.mir | 23 ; TRY should be before EH_LABEL wrappers of throwing calls
|
/external/llvm/test/Transforms/LICM/ |
D | preheader-safe.ll | 58 ; Negative test - can't move out of throwing block
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/ |
D | multiblock-captures.ll | 88 ; We can remove the first store store i8 0, i8* %m because there are no throwing 162 ; is a throwing instruction between them, because %m escapes after the killing 188 ; throwing instruction between them, because %m escapes after the killing store.
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/ |
D | StorCommandHandlerTest.groovy | 86 println "Calling createOutputStream() - throwing exception"
|
/external/llvm-project/polly/lib/External/isl/cpp/ |
D | cpp.h.pre | 86 /* Wrapper for throwing an exception with the given message. 210 /* Wrapper for throwing an exception with the given message.
|
/external/libcxx/docs/DesignDocs/ |
D | DebugMode.rst | 49 ``std::__libcpp_debug_exception``. Libc++ can be changed to use the throwing
|