Home
last modified time | relevance | path

Searched refs:mention (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/llvm-project/clang/test/SemaObjCXX/
Dwarn-implicit-self-in-block.mm20 …_bar = 3; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to indi…
28 …(void)_bar; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to in…
30 …(void)_bar; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to in…
32 …(void)_bar; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to in…
40 …); }); // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to indicat…
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
DResolvedWildcard.java166 public boolean mention(List<ResolvedTypeParameterDeclaration> typeParameters) { in mention() method in ResolvedWildcard
167 return boundedType != null && boundedType.mention(typeParameters); in mention()
DResolvedType.java179 default boolean mention(List<ResolvedTypeParameterDeclaration> typeParameters) { in mention() method
DResolvedTypeVariable.java126 public boolean mention(List<ResolvedTypeParameterDeclaration> typeParameters) { in mention() method in ResolvedTypeVariable
/external/python/cpython3/PC/bdist_wininst/
DREADME.txt3 XXX Dont't forget to mention upx
/external/python/cpython2/PC/bdist_wininst/
DREADME.txt3 XXX Dont't forget to mention upx
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpending/
Dcoverage.txt10 POSIX spec doesn't mention how to cause sigfillset() to fail
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
Dcoverage.txt10 POSIX spec doesn't mention how to cause sigemptyset() to fail
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/
Dcoverage.txt10 POSIX spec doesn't mention how to cause sigfillset() to fail
/external/clang/test/SemaObjC/
Dwarn-implicit-self-in-block.m15 …_bar = 3; // expected-warning {{block implicitly retains 'self'; explicitly mention 'self' to indi…
/external/llvm-project/llvm/test/CodeGen/ARM/
Darm-macho-tail.ll4 ; Relocation needs to explicitly mention _bar rather than be __text relative
DPR35379.ll17 ; Check unwind info does not mention the registers used for padding, and
/external/rust/crates/plotters/.github/ISSUE_TEMPLATE/
Dbug_report.md18 …on you are using. If you are pulling `Plotters` directly from git repo, please mention this as well
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DCMakeLists.txt6 # FIXME: Move this into generate_protos. Currently we only mention proto
/external/python/cpython3/Doc/library/
Dundoc.rst20 documented beyond this mention. There's little need to document these.
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/
DReferenceTypeImpl.java167 public boolean mention(List<ResolvedTypeParameterDeclaration> typeParameters) { in mention() method in ReferenceTypeImpl
168 return typeParametersValues().stream().anyMatch(tp -> tp.mention(typeParameters)); in mention()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dabseil-no-internal-dependencies.rst9 you mention it or refer to it in any way. Doing so violates Abseil's
/external/curl/tests/libtest/
Dlib582.c47 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd() argument
51 if(mention) in removeFd()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
DInferenceVariable.java90 public boolean mention(List<ResolvedTypeParameterDeclaration> typeParameters) { in mention() method in InferenceVariable
/external/angle/doc/
DUpdate20131120.md4 it important to mention in a front-page update.
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnu-sections.test70 ## Check we mention it in the flag key.
103 ## Check we mention it in the flag key.
/external/llvm-project/polly/lib/External/isl/
DREADME32 Whenever you report a bug, please mention the exact version of isl
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt39 the caveats that you mention. Also, it does not slow down the normal case
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt39 the caveats that you mention. Also, it does not slow down the normal case
/external/curl/docs/libcurl/
DABI.md15 the release notes, and if they mention an ABI break/soname bump, you may have

12345678910