Home
last modified time | relevance | path

Searched refs:foundSecondSingleQuote (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_interface/impl/
H A Digc_ocl_translation_ctx_impl.h268 … std::size_t foundSecondSingleQuote = optionsWithFlags.find('\'', foundFirstSingleQuote + 1); in CIF_DECLARE_INTERFACE_PIMPL() local
269 if (foundFirstSingleQuote != std::string::npos && foundSecondSingleQuote) in CIF_DECLARE_INTERFACE_PIMPL()
271 …romOptions = optionsWithFlags.substr(foundFirstSingleQuote + 1, (foundSecondSingleQuote - foundFir… in CIF_DECLARE_INTERFACE_PIMPL()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/OCLFE/igd_fcl_mcl/source/
H A Dclang_tb.cpp1764 … std::size_t foundSecondSingleQuote = optionsWithFlags.find('\'', foundFirstSingleQuote + 1); in Translate() local
1765 … if (foundFirstSingleQuote != std::string::npos && foundSecondSingleQuote != std::string::npos) in Translate()
1767 …FromOptions = optionsWithFlags.substr(foundFirstSingleQuote + 1, foundSecondSingleQuote - foundFir… in Translate()