Home
last modified time | relevance | path

Searched refs:InternalData (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/LineEditor/
DLineEditor.cpp99 struct LineEditor::InternalData { struct in LineEditor
114 LineEditor::InternalData *Data; in ElGetPromptFn() argument
125 LineEditor::InternalData *Data; in ElCompletionFn()
202 Data(new InternalData) { in LineEditor()
282 struct LineEditor::InternalData { struct in LineEditor
289 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp98 struct LineEditor::InternalData { struct in LineEditor
113 LineEditor::InternalData *Data; in ElGetPromptFn() argument
124 LineEditor::InternalData *Data; in ElCompletionFn()
201 Data(new InternalData) { in LineEditor()
281 struct LineEditor::InternalData { struct in LineEditor
288 : Prompt((ProgName + "> ").str()), Data(new InternalData) { in LineEditor()
/external/llvm/include/llvm/LineEditor/
DLineEditor.h110 struct InternalData;
115 std::unique_ptr<InternalData> Data;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/
DLineEditor.h109 struct InternalData;
114 std::unique_ptr<InternalData> Data;
/external/deqp/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.hpp296 struct InternalData;
309 de::SharedPtr<InternalData> m_internalData;
DvkPipelineConstructionUtil.cpp239 struct GraphicsPipelineWrapper::InternalData struct in vk::GraphicsPipelineWrapper
271InternalData(const DeviceInterface& vkd, VkDevice vkDevice, const PipelineConstructionType constru… in InternalData() function
337 : m_internalData (new InternalData(vk, device, pipelineConstructionType, flags)) in GraphicsPipelineWrapper()