Home
last modified time | relevance | path

Searched refs:PCH (Results 1 – 25 of 101) sorted by relevance

12345

/external/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td14 "unable to read PCH file %0: '%1'">;
16 "input is not a PCH file: '%0'">;
20 "malformed block record in PCH file: '%0'">, DefaultFatal;
32 "PCH file was compiled for the %0 '%1' but the current translation "
39 "PCH file but is currently %select{disabled|enabled}2">;
41 "%0 differs in PCH file vs. current file">;
43 "the PCH file">;
44 def err_pch_modulecache_mismatch : Error<"PCH was compiled with module cache "
48 "PCH file uses an older PCH format that is no longer supported">;
50 "PCH file uses a newer PCH format that cannot be read">;
[all …]
/external/clang/test/Index/
Dindex-pch-with-module.m26 // RUN: c-index-test -index-tu %t.h.pch | FileCheck %s -check-prefix=CHECK-PCH
28 // CHECK-PCH: [enteredMainFile]: {{.*[/\\]}}index-pch-with-module.m
29 // CHECK-PCH: [startedTranslationUnit]
30 // CHECK-PCH: [importedASTFile]: {{.*}}.cache{{[/\\]}}DependsOnModule.pcm | loc: 5:1 | name: "Depen…
31 // CHECK-PCH: [indexDeclaration]: kind: variable | name: pch_glob | {{.*}} | loc: 6:12
Dannotate-toplevel-in-objccontainer.m31 // RUN: | FileCheck -check-prefix=CHECK-PCH %s
32 // CHECK-PCH: Identifier: "meth1" [7:8 - 7:13] ObjCInstanceMethodDecl=meth1:7:8
33 // CHECK-PCH: Identifier: "meth2" [8:8 - 8:13] ObjCInstanceMethodDecl=meth2:8:8
Dannotate-macro-args.m1 // Test without PCH
5 // Test with PCH
Dget-cursor-macro-args.m1 // Test without PCH
10 // Test with PCH
/external/clang/docs/
DPTHInternals.rst65 In the long term there are plans to provide an alternate PCH
67 checking the contents of header files. The current implementation of PCH
84 Further, compared to GCC's PCH implementation (which is the dominate
90 In contrast to GCC's PCH files (and
97 architectures. In contrast, GCC requires a PCH file for each
110 memory-mapped PTH file. In comparison, GCC also memory maps its PCH
118 of the time needed to generate GCC's PCH files. Since PTH/PCH
124 handicaps compared to other PCH strategies such as those used by GCC.
133 of PCH mitigates some of these algorithmic strengths via the use of
138 There is also a PCH implementation for Clang based on the lazy
DPCHInternals.rst9 headers (PCH) and modules. If you are interested in the end-user view, please
16 for generating and using PCH files.
18 To generate PCH files using ``clang -cc1``, use the option `-emit-pch`:
24 This option is transparently used by ``clang`` when generating PCH files. The
25 resulting PCH file contains the serialized form of the compiler's internal
26 representation after it has completed parsing and semantic analysis. The PCH
42 header (PCH file). Then, when compiling the source files in the project, we
43 load the PCH file first (as a prefix header), which acts as a stand-in for that
48 * Loading the PCH file is significantly faster than re-parsing the bundle of
49 headers stored within the PCH file. Thus, a precompiled header design
[all …]
/external/clang/test/Modules/
Dresolution-change.m3 // Build PCH using A from path 1
6 // Use the PCH with the same header search options; should be fine
12 // Use the PCH with no way to resolve DependsOnA
16 // Use the PCH with no way to resolve A
20 // Use the PCH and have it resolve to the other A
/external/clang/test/PCH/
Dreplaced-decl.m1 // Without PCH
4 // With PCH
Dpending-ids.m3 // Without PCH
6 // With PCH
Dchain-class-extension.m1 // Without PCH
4 // With PCH
Dchain-categories.m1 // Without PCH
4 // With PCH
Dchain-categories2.m3 // Without PCH
6 // With PCH
Darc.m17 // CHECK-ERR1: Objective-C automated reference counting was enabled in PCH file but is currently di…
18 // CHECK-ERR2: Objective-C automated reference counting was disabled in PCH file but is currently e…
/external/clang/test/CodeCompletion/
Dpch-and-module.m16 // ===--- PCH
21 // ===--- PCH + Modules
/external/deqp/external/vulkancts/framework/vulkan/
DCMakeLists.txt122 PCH(VKUTILNOSHADER_SRCS ../../modules/vulkan/pch.cpp)
123 PCH(VKUTIL_SRCS ../../modules/vulkan/pch.cpp)
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
DApplication.h26 #error include 'stdafx.h' before including this file for PCH
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DApplication.h28 #error include 'stdafx.h' before including this file for PCH
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DCMakeLists.txt19 PCH(DEQP_VK_UBO_SRCS ../pch.cpp)
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DCMakeLists.txt19 PCH(DEQP_VK_MULTI_VIEW_SRCS ../pch.cpp)
/external/deqp/modules/gles31/stress/
DCMakeLists.txt14 PCH(DEQP_GLES31_STRESS_SRCS ../../pch.cpp)
/external/deqp/modules/gles3/accuracy/
DCMakeLists.txt14 PCH(DEQP_GLES3_ACCURACY_SRCS ../../pch.cpp)
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DCMakeLists.txt21 PCH(DEQP_VK_QUERY_POOL_SRCS ../pch.cpp)
/external/deqp/modules/gles2/accuracy/
DCMakeLists.txt14 PCH(DEQP_GLES2_ACCURACY_SRCS ../../pch.cpp)
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DCMakeLists.txt21 PCH(DEQP_VK_BINDING_MODEL_SRCS ../pch.cpp)

12345