Searched +refs:clang +refs:complete +refs:self +refs:insert (Results 1 – 9 of 9) sorted by relevance
/external/clang/docs/ |
D | LanguageExtensions.rst | 47 #define __has_builtin(x) 0 // Compatibility with non-clang compilers. 74 #define __has_feature(x) 0 // Compatibility with non-clang compilers. 126 #define __has_cpp_attribute(x) 0 // Compatibility with non-clang compilers. 130 #if __has_cpp_attribute(clang::fallthrough) 131 #define FALLTHROUGH [[clang::fallthrough]] 152 #define __has_attribute(x) 0 // Compatibility with non-clang compilers. 179 #define __has_declspec_attribute(x) 0 // Compatibility with non-clang compilers. 206 #ifdef __is_identifier // Compatibility with non-clang compilers. 244 // To avoid problem with non-clang compilers not having this macro. 269 // To avoid problem with non-clang compilers not having this macro. [all …]
|
D | AutomaticReferenceCounting.rst | 78 The first and primary purpose of this document is to serve as a complete 196 implementation (and its host project), clang. "LLVM X.Y" refers to an 197 open-source release of clang from the LLVM project. "Apple X.Y" refers to an 199 prepare their own, separately-versioned clang releases and wish to maintain 214 explicitly insert retains and releases. It does not provide a cycle collector; 394 most common scenario here is passing the ``self`` parameter to ``init``, but 400 The implicit ``self`` parameter of a method may be marked as consumed by adding 406 ``ns_consumed`` parameters (other than self) is made with a null receiver. It 1282 <arc.objects.operands.consumed>` their ``self`` parameter and :ref:`return a 1286 A call to an ``init`` method with a receiver that is either ``self`` (possibly [all …]
|
/external/bison/ |
D | NEWS | 160 All the generated headers are self-contained. 186 Warnings from clang ("equality comparison with extraneous parentheses" and 316 Now that the generated headers are more complete and properly protected 732 in two ways, but a more complete fix requires LAC, described above: 1238 * insert it into the header file. This is a good place to put 1263 * insert it into the header file. This is a good place to declare or 1732 complete the core item sets with their closure
|
/external/python/cpython2/Misc/ |
D | NEWS | 316 - Issue #27983: Cause lack of llvm-profdata tool when using clang as 705 - Issue #25940: Changed test_ssl to use self-signed.pythontest.net. This 886 now accept the self keyword argument. 889 accept the self keyword argument. 935 - Issue #24613: Calling array.fromstring() with self is no longer allowed 1262 - Issue #23671: string.Template now allows specifying the "self" parameter as 1263 a keyword argument. string.Formatter now allows specifying the "self" and 1388 collections module now accept the self keyword argument. 1842 - Issue #16537: Check whether self.extensions is empty in setup.py. Patch by 1949 that use 'self' in the example code is generated correctly. [all …]
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSemaKinds.td | 1007 "block implicitly retains 'self'; explicitly mention 'self' to indicate " 1009 InGroup<DiagGroup<"implicit-retain-self">>, DefaultIgnore; 1354 "incomplete type %0 where a complete type is required">; 3032 "convenience initializer missing a 'self' call to another initializer">, 3268 // to complete the type, which doesn't involve changes to the call line 4603 "insert an explicit cast to silence this issue">; 4851 "or assigned to 'self'">; 4888 "cannot assign to 'self' outside of a method in the init family">; 4890 "cannot assign to 'self' in a class method">; 6826 "accepted due to -fheinous-gnu-extensions, but clang may remove support " [all …]
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 157 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits. 362 Fixed coverity, sparse gcc -Wall, and clang warnings/nits. 468 Fixed coverity, sparce gcc -Wall, and clang warnings/nits. 814 Fixed a lot of coverity, sparce gcc -Wall, and clang warnings/nits. 973 Fix sparse, gcc -Wall and clang nits. 1121 Fix gcc -Wall and clang nits. 1337 Add support for e2fsprogs to be compiled using clang/LLVM. 1813 example, by causing it to insert multiple directory entries. 3180 percentage complete when in verbose mode. (Addresses Debian Bug: 3472 replace the configure script, resulting in a self-inflicted fork bomb [all …]
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 16 …ster\-\(spoken\-affectionately\-to\-a\-child\-who\-has\-gotten\-him\(her\)self\-dirty\;\-literally… 4907 全面禁止 < complete\-prohibition; 5317 愛人如己 < love\-others\-as\-self; 6295 暗無天日 < complete\-darkness; 9930 自衛 < self\-defense; 12247 自尊 < self\-pride; 14212 完 < complete; 17538 插 < insert; 19861 自我 < self\-; 19893 吰 < clang; [all …]
|
/external/llvm/docs/ |
D | LangRef.rst | 1103 This indicates that the parameter is the self/context parameter. This is not 1500 `SafeStack <http://clang.llvm.org/docs/SafeStack.html>`_ 2121 complete description; see the C++0x definition of a release 2231 source through the clang front end, for example. It is then preserved through 3379 compatibility with the translation of GCC inline asm coming from clang. 3954 !0 = !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", 4463 self-reference can be used to create globally unique domain names. A 4469 self-reference can be used to create globally unique scope names. A metadata 4798 insert new memory instructions into the loop body). 6741 is an index indicating the position at which to insert the value. The [all …]
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|