Searched refs:isPreprocessed (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/include/clang/Frontend/ |
D | FrontendOptions.h | 164 bool isPreprocessed() const { return Preprocessed; } in isPreprocessed() function 179 return InputKind(getLanguage(), F, isPreprocessed()); in withFormat() 213 bool isPreprocessed() const { return Kind.isPreprocessed(); } in isPreprocessed() function
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendAction.cpp | 776 Input.isPreprocessed(), in BeginSourceFile() 834 if (Input.isPreprocessed()) in BeginSourceFile()
|
D | FrontendActions.cpp | 885 if (getCurrentFileKind().isPreprocessed()) in ExecuteAction()
|
D | CompilerInvocation.cpp | 3879 if (T.isOSDarwin() && DashX.isPreprocessed()) { in CreateFromArgs()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 1430 …dExecuteGeneratedCommandsNV (VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener… argument 1432 m_vk.cmdExecuteGeneratedCommandsNV(commandBuffer, isPreprocessed, pGeneratedCommandsInfo);
|
D | vkConcreteDeviceInterface.inl | 289 …cuteGeneratedCommandsNV (VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener…
|
D | vkVirtualDeviceInterface.inl | 289 …cuteGeneratedCommandsNV (VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener…
|
D | vkNullDriverImpl.inl | 2598 …dExecuteGeneratedCommandsNV (VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener… argument 2601 DE_UNREF(isPreprocessed);
|
D | vkFunctionPointerTypes.inl | 393 …tedCommandsNVFunc) (VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener…
|
D | vkVulkan_c.inl | 12517 …dExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener… 12534 VkBool32 isPreprocessed,
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 10997 …dExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener… 11014 VkBool32 isPreprocessed,
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 10990 …dExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener… 11007 VkBool32 isPreprocessed,
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 10990 …dExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener… 11007 VkBool32 isPreprocessed,
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_core.h | 11613 …dExecuteGeneratedCommandsNV)(VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGener… 11630 VkBool32 isPreprocessed,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 559 .isPreprocessed()) in CreateCompileUnit()
|