Searched refs:DescribeType (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | runtime-type-info.cpp | 44 const Symbol *DescribeType(Scope &); 169 DescribeType(scope); in DescribeTypes() 324 const Symbol *RuntimeTableBuilder::DescribeType(Scope &dtScope) { in DescribeType() function in Fortran::semantics::RuntimeTableBuilder 373 parentDescObject = DescribeType(*const_cast<Scope *>(parentScope)); in DescribeType() 387 DescribeType(DEREF(const_cast<Scope *>(dtSymbol->scope())))}; in DescribeType() 650 const Symbol *derivedDescription{DescribeType(DEREF(derivedScope))}; in DescribeComponent()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 353 static std::string DescribeType(SHADER_MODULE_STATE const *src, unsigned type) { in DescribeType() function 987 … string_VkFormat(it_a->second->format), a_first, DescribeType(vs, it_b->second.type_id).c_str()); in ValidateViAgainstVsInputs() 1066 … it_b->first, string_VkFormat(it_b->second), DescribeType(fs, it_a->second.type_id).c_str()); in ValidateFsOutputsAgainstRenderPass() 2848 …string_VkFormat(rpci->pAttachments[index].format), DescribeType(module, use.second.type_id).c_str(… in ValidatePipelineShaderStage() 2901 DescribeType(producer, a_it->second.type_id).c_str(), in ValidateInterfaceBetweenStages() 2902 DescribeType(consumer, b_it->second.type_id).c_str()); in ValidateInterfaceBetweenStages()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | StencilTest.cpp | 370 TEST_F(StencilTest, DescribeType) { in TEST_F() argument
|