Searched refs:PCH (Results 1 – 25 of 101) sorted by relevance
12345
/external/clang/include/clang/Basic/ |
D | DiagnosticSerializationKinds.td | 14 "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/ |
D | index-pch-with-module.m | 26 // 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
|
D | annotate-toplevel-in-objccontainer.m | 31 // 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
|
D | annotate-macro-args.m | 1 // Test without PCH 5 // Test with PCH
|
D | get-cursor-macro-args.m | 1 // Test without PCH 10 // Test with PCH
|
/external/clang/docs/ |
D | PTHInternals.rst | 65 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
|
D | PCHInternals.rst | 9 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/ |
D | resolution-change.m | 3 // 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/ |
D | replaced-decl.m | 1 // Without PCH 4 // With PCH
|
D | pending-ids.m | 3 // Without PCH 6 // With PCH
|
D | chain-class-extension.m | 1 // Without PCH 4 // With PCH
|
D | chain-categories.m | 1 // Without PCH 4 // With PCH
|
D | chain-categories2.m | 3 // Without PCH 6 // With PCH
|
D | arc.m | 17 // 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/ |
D | pch-and-module.m | 16 // ===--- PCH 21 // ===--- PCH + Modules
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | CMakeLists.txt | 122 PCH(VKUTILNOSHADER_SRCS ../../modules/vulkan/pch.cpp) 123 PCH(VKUTIL_SRCS ../../modules/vulkan/pch.cpp)
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/ |
D | Application.h | 26 #error include 'stdafx.h' before including this file for PCH
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
D | Application.h | 28 #error include 'stdafx.h' before including this file for PCH
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | CMakeLists.txt | 19 PCH(DEQP_VK_UBO_SRCS ../pch.cpp)
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | CMakeLists.txt | 19 PCH(DEQP_VK_MULTI_VIEW_SRCS ../pch.cpp)
|
/external/deqp/modules/gles31/stress/ |
D | CMakeLists.txt | 14 PCH(DEQP_GLES31_STRESS_SRCS ../../pch.cpp)
|
/external/deqp/modules/gles3/accuracy/ |
D | CMakeLists.txt | 14 PCH(DEQP_GLES3_ACCURACY_SRCS ../../pch.cpp)
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | CMakeLists.txt | 21 PCH(DEQP_VK_QUERY_POOL_SRCS ../pch.cpp)
|
/external/deqp/modules/gles2/accuracy/ |
D | CMakeLists.txt | 14 PCH(DEQP_GLES2_ACCURACY_SRCS ../../pch.cpp)
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | CMakeLists.txt | 21 PCH(DEQP_VK_BINDING_MODEL_SRCS ../pch.cpp)
|
12345