Searched refs:PTH (Results 1 – 14 of 14) sorted by relevance
/external/clang/docs/ |
D | PTHInternals.rst | 2 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 …]
|
D | InternalsManual.rst | 540 Pretokenized headers (:doc:`PTH <PTHInternals>`), on the other hand, contain a
|
/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 80 if (PTH) { in EnterSourceFile() 81 if (PTHLexer *PL = PTH->CreateLexer(FID)) { in EnterSourceFile()
|
D | Preprocessor.cpp | 210 PTH.reset(pm); in setPTHManager() 211 FileMgr.addStatCache(PTH->createStatCache()); in setPTHManager()
|
/external/clang/ |
D | NOTES.txt | 13 Creating and using a PTH file for performance measurement (use a release build).
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 115 std::unique_ptr<PTHManager> PTH; variable 705 PTHManager *getPTHManager() { return PTH.get(); } in getPTHManager()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticFrontendKinds.td | 103 "PTH file '%0' does not designate an original source header file for -include-pth">;
|
D | DiagnosticLexKinds.td | 248 // PTH Diagnostics 251 "invalid or corrupt PTH file '%0'">;
|
/external/python/cpython2/ |
D | pyconfig.h.in | 553 /* Define if you have GNU PTH threads. */
|
D | configure.ac | 2691 [Define if you have GNU PTH threads.])
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 1464 ,"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",
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 3985 ,"GB","PTH","Portishead","Portishead","NSM","123-----","AF","0501",,"5129N 00246W","" 14005 ,"IT","PTH","Porto Ercole","Porto Ercole",,"1-3-----","RL","1201",,"4223N 01112E",""
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 8236 ,"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/ |
D | HISTORY | 4053 - Issue #18774: Remove last bits of GNU PTH thread code and thread_pth.h.
|