Home
last modified time | relevance | path

Searched refs:PTH (Results 1 – 13 of 13) sorted by relevance

/external/clang/docs/
DPTHInternals.rst2 Pretokenized Headers (PTH)
5 This document first describes the low-level interface for using PTH and
14 options for generating and using PTH files.
16 To generate PTH files using ``clang -cc1``, use the option ``-emit-pth``:
22 This option is transparently used by ``clang`` when generating PTH
23 files. Similarly, PTH files can be used as prefix headers using the
30 Alternatively, Clang's PTH files can be used as a raw "token-cache" (or
32 This means that the contents of the PTH file are searched as substitutes
46 will be retrieved from ``test.h.pth``, as the PTH file is being used in
48 low-level interface used to both implement the high-level PTH interface
[all …]
DInternalsManual.rst540 Pretokenized headers (:doc:`PTH <PTHInternals>`), on the other hand, contain a
/external/clang/lib/Lex/
DPPLexerChange.cpp80 if (PTH) { in EnterSourceFile()
81 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile()
DPreprocessor.cpp210 PTH.reset(pm); in setPTHManager()
211 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()
/external/clang/
DNOTES.txt13 Creating and using a PTH file for performance measurement (use a release build).
/external/clang/include/clang/Lex/
DPreprocessor.h115 std::unique_ptr<PTHManager> PTH; variable
705 PTHManager *getPTHManager() { return PTH.get(); } in getPTHManager()
/external/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td103 "PTH file '%0' does not designate an original source header file for -include-pth">;
DDiagnosticLexKinds.td248 // PTH Diagnostics
251 "invalid or corrupt PTH file '%0'">;
/external/honggfuzz/examples/apache-httpd/corpus_http1/
De382bfa927f3a5d92f46ecf5dba8e5b8.00004083.honggfuzz.cov17 …�J?Τ��W�9]�i��-���A2�z���:����n�����}���<��b��u�����&�d.��;�y��ePTH��b��J����(������…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
De382bfa927f3a5d92f46ecf5dba8e5b8.00004083.honggfuzz.cov17 …�J?Τ��W�9]�i��-���A2�z���:����n�����}���<��b��u�����&�d.��;�y��ePTH��b��J����(������…
/external/python/cpython2/
Dpyconfig.h.in529 /* Define if you have GNU PTH threads. */
Dconfigure.ac2662 [Define if you have GNU PTH threads.])
/external/python/cpython3/Misc/
DHISTORY4053 - Issue #18774: Remove last bits of GNU PTH thread code and thread_pth.h.