Home
last modified time | relevance | path

Searched +refs:clang +refs:complete +refs:self +refs:insert (Results 1 – 7 of 7) sorted by relevance

/external/clang/docs/
DLanguageExtensions.rst47 #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 …]
DAutomaticReferenceCounting.rst78 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/
DNEWS160 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/clang/include/clang/Basic/
DDiagnosticSemaKinds.td999 "block implicitly retains 'self'; explicitly mention 'self' to indicate "
1001 InGroup<DiagGroup<"implicit-retain-self">>, DefaultIgnore;
1338 "incomplete type %0 where a complete type is required">;
2937 "convenience initializer missing a 'self' call to another initializer">,
3161 // to complete the type, which doesn't involve changes to the call line
4441 "insert an explicit cast to silence this issue">;
4687 "or assigned to 'self'">;
4724 "cannot assign to 'self' outside of a method in the init family">;
4726 "cannot assign to 'self' in a class method">;
6601 "accepted due to -fheinous-gnu-extensions, but clang may remove support "
[all …]
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt14 …ster\-\(spoken\-affectionately\-to\-a\-child\-who\-has\-gotten\-him\(her\)self\-dirty\;\-literally…
4905 全面禁止 < complete\-prohibition;
5315 愛人如己 < love\-others\-as\-self;
6293 暗無天日 < complete\-darkness;
9928 自衛 < self\-defense;
12245 自尊 < self\-pride;
14210 完 < complete;
17536 插 < insert;
19859 自我 < self\-;
19891 吰 < clang;
[all …]
/external/e2fsprogs/
DRELEASE-NOTES117 Fix sparse, gcc -Wall and clang nits.
265 Fix gcc -Wall and clang nits.
481 Add support for e2fsprogs to be compiled using clang/LLVM.
957 example, by causing it to insert multiple directory entries.
2324 percentage complete when in verbose mode. (Addresses Debian Bug:
2616 replace the configure script, resulting in a self-inflicted fork bomb
6066 complete, and it avoids a bit of code duplication.
6286 - Fsck now prints more self-explanatory message if an invalid UUID=
6462 using the "features" command. Dumpe2fs will print out the complete
/external/llvm/docs/
DLangRef.rst1379 `SafeStack <http://clang.llvm.org/docs/SafeStack.html>`_
1972 complete description; see the C++0x definition of a release
3210 compatibility with the translation of GCC inline asm coming from clang.
3779 !0 = !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang",
4260 self-reference can be used to create globally unique domain names. A
4266 self-reference can be used to create globally unique scope names. A metadata
4562 insert new memory instructions into the loop body).
6581 is an index indicating the position at which to insert the value. The
6729 a first-class value to insert. The following operands are constant
6730 indices indicating the position at which to insert the value in a
[all …]