Home
last modified time | relevance | path

Searched defs:SectionT (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXUtil.h607 struct SectionT { struct
614 using SectionSeq = std::vector<SectionT>; argument
/dports/cad/opencascade/opencascade-7.6.0/src/IGESData/
H A DIGESData_IGESWriter.cxx206 void IGESData_IGESWriter::SectionT () in SectionT() function in IGESData_IGESWriter
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/offline_compiler/
H A Docloc_api_tests.cpp295 using SectionT = std::remove_reference_t<decltype(*elf.sectionHeaders.begin())>; in TEST() typedef