Home
last modified time | relevance | path

Searched +refs:clang +refs:completion +refs:display (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/vim/
Dvimrc95 " Clang code-completion support. This is somewhat experimental!
97 " A path to a clang executable.
98 let g:clang_path = "clang++"
100 " A list of options to add to the clang commandline, for example to add
122 " Build a clang commandline to do code completion on stdin.
124 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c
130 " TODO: The extra space at the end is for working around clang's
131 " apparent inability to do code completion at the very end of the
133 " TODO: Is it better to feed clang the entire file instead of truncating
161 " Handle "Pattern". TODO: Make clang less weird.
[all …]
/external/llvm/utils/vim/
Dvimrc102 " Clang code-completion support. This is somewhat experimental!
104 " A path to a clang executable.
105 let g:clang_path = "clang++"
107 " A list of options to add to the clang commandline, for example to add
129 " Build a clang commandline to do code completion on stdin.
131 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c
137 " TODO: The extra space at the end is for working around clang's
138 " apparent inability to do code completion at the very end of the
140 " TODO: Is it better to feed clang the entire file instead of truncating
168 " Handle "Pattern". TODO: Make clang less weird.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/
Dvimrc102 " Clang code-completion support. This is somewhat experimental!
104 " A path to a clang executable.
105 let g:clang_path = "clang++"
107 " A list of options to add to the clang commandline, for example to add
129 " Build a clang commandline to do code completion on stdin.
131 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c
137 " TODO: The extra space at the end is for working around clang's
138 " apparent inability to do code completion at the very end of the
140 " TODO: Is it better to feed clang the entire file instead of truncating
168 " Handle "Pattern". TODO: Make clang less weird.
[all …]
/external/clang/include/clang/Driver/
DCC1Options.td1 //===--- CC1Options.td - Options for clang -cc1 ---------------------------===//
10 // This file defines the options accepted by clang -cc1 and clang -cc1as.
70 def analyzer_display_progress : Flag<["-"], "analyzer-display-progress">,
178 HelpText<"Generate debug info with external references to clang modules"
279 HelpText<"Enable PGO instrumentation. The accepted value is clang, llvm, "
357 def code_completion_at : Separate<["-"], "code-completion-at">,
359 HelpText<"Dump code-completion information at a location">;
363 def code_completion_at_EQ : Joined<["-"], "code-completion-at=">,
365 def code_completion_macros : Flag<["-"], "code-completion-macros">,
366 HelpText<"Include macros in code-completion results">;
[all …]
/external/curl/
DRELEASE-NOTES42 o curl: display --version features sorted alphabetically [51]
95 o scripts/completion.pl: also generate fish completion file [67]
116 o travis: use updated compiler versions: clang 7 and gcc 8 [77]
DCHANGES242 For the Linux builds, GCC 8 and 7 and clang 7 were installed, but the
244 nghttp2, while the new clang version was not used at all.
255 - travis: update clang to version 7
434 scripts/completion.pl: also generate fish completion file
636 - curl: display --version features sorted alphabetically
1419 with spaces in them), which causes an completion script with wrong
1422 Here's a diff of the generated completion script, comparing the previous
1495 {-w,--write-out}'[Use output FORMAT after completion]':'<format>' \
1990 Since it isn't totally clang compatible, we detect this IBM clang
1991 front-end and if detected, avoids some clang specific magic.
[all …]
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md134 save parameters values, display the current hardware state,
161 - pretty display parameter values (not just a as an array of bits)
173 check parameter validity (invariants) nor a pretty display of the values.</why>
950 ## Auto completion
951 This command line interface **MAY** offer argument auto completion.
1061 It will be compatible with android thank to clang's libc++"
/external/python/cpython3/Doc/whatsnew/
D3.4.rst60 * Cross referencing tip: :ref:`mod.attr` will display as ``mod.attr``,
61 while :ref:`~mod.attr` will display as ``attr``.
737 The various display tools in the :mod:`dis` module have been rewritten to use
1027 <inspect-module-cli>` to quickly display source code and other
1287 already bound methods. Instead, it aims to always display the exact current
1564 completion and history saving (in :file:`~/.python-history`) if the platform
1915 features of recent versions of GCC and clang: the false alarms in the small
1947 * Tab-completion is now enabled by default in the interactive interpreter
/external/python/cpython3/Misc/
DHISTORY790 - Issue #24570: Idle: make calltip and completion boxes appear on Macs
825 - Issue #16893: Replace help.txt with help.html for Idle doc display.
1259 name you enter (even if your system does not display it). Some systems
1701 now display special message when and only when there are failures.
3326 dis.Bytecode.current_offset to easily display "current instruction"
3784 - Issue #18776: atexit callbacks now display their full traceback when they
3906 in broken interpreters when building with clang.
4020 of clang and GCC by appropriately marking known false alarms in the small
4421 - Issue #5845: Enable tab-completion in the interactive interpreter by
5951 - Issue #16819: IDLE method completion now correctly works for bytes literals.
[all …]
/external/openssh/
DChangeLog2799 Correct LDFLAGS for clang example.
2829 for clang's integer sanitization.
2837 When using clang with -ftrapv or -sanitize=integer the tests would pass
2864 Our explicit_bzero successfully confused clang -fsanitize-memory
3593 Explicitly check for 100% completion to avoid potential
3595 on completion. While there invert the test so the 100% case is clearer. with
4018 and similar data even locally; * take character display widths into account
4370 fix signed/unsigned errors reported by clang-3.7; add
/external/strace/
DChangeLog138 warning reported by clang -Wtautological-constant-out-of-range-compare.
140 build: enable gcc -Woverride-init and clang -Winitializer-overrides.
156 and clang -Winitializer-overrides.
160 macros non-trivially defined for gcc >= 4.2 and clang >= 2.8.
168 tests: workaround clang -Wunneeded-internal-declaration bug.
170 to workaround clang -Wunneeded-internal-declaration bug.
173 to workaround clang -Wunneeded-internal-declaration bug.
2223 Reported by clang.
2237 Reported by clang.
3013 strace.1.in: display -k option description only if it is enabled.
[all …]
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt354 䬦 < food\-items\-merely\-arranged\-for\-display\-purpose\-only;
683 班門弄斧 < display\-one''s\-slight\-skill\-before\-an\-expert;
2012 嚹 < a\-particle\-implying\-completion;
2828 飣 < display\-food\-for\-show\-only;
4637 齞 < to\-display\-the\-teeth;
6238 展覽 < to\-put\-on\-display;
16509 陳列 < display;
19893 吰 < clang;
21989 班門弄斧 > display\-one''s\-slight\-skill\-before\-an\-expert;
27428 展覽 > to\-put\-on\-display;
[all …]
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt37187 clang %19442 klæŋ
40414 completion %32723 kəmplˈiʃən
55398 display %37049 dɪsplˈe
116221 liquid-crystal display lˈɪkwɪdkrˌɪstəl
Dinternal_raw_IPA.txt31391 clang %27678 klæŋ
34083 completion %42723 kəmplˈiʃən
46806 display %46948 dɪsplˈe
98114 liquid-crystal display lˈɪkwɪdkrˌɪstəl