Home
last modified time | relevance | path

Searched refs:PTH (Results 1 – 14 of 14) 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/python/cpython2/
Dpyconfig.h.in553 /* Define if you have GNU PTH threads. */
Dconfigure.ac2691 [Define if you have GNU PTH threads.])
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart1.csv1464 ,"AT","PTH","Perwarth","Perwarth","3","--3-----","RQ","1101",,"4801N 01459E",
7579 ,"BR","PTH","Porteirinha","Porteirinha","MG","--3-----","RQ","0607",,,
10044 ,"CA","PTH","Penetanguishene","Penetanguishene","ON","1-3-----","RQ","0901",,"4446N 07956W",
22875 ,"DE","PTH","Petershausen","Petershausen","BY","-23-----","RL","0212",,"4824N 01128E",
39994 ,"FR","PTH","Ponthierry","Ponthierry","77","-----6--","RQ","1001",,"4832N 00233E",
D2013-1_UNLOCODE_CodeListPart2.csv3985 ,"GB","PTH","Portishead","Portishead","NSM","123-----","AF","0501",,"5129N 00246W",""
14005 ,"IT","PTH","Porto Ercole","Porto Ercole",,"1-3-----","RL","1201",,"4223N 01112E",""
D2013-1_UNLOCODE_CodeListPart3.csv8236 ,"TH","PTH","Pathum Thani","Pathum Thani","13","--3-----","RL","0401",,"1401N 10032E",
22465 ,"US","PTH","Port Heiden","Port Heiden","AK","---4----","AI","1101",,,""
/external/python/cpython3/Misc/
DHISTORY4053 - Issue #18774: Remove last bits of GNU PTH thread code and thread_pth.h.