Searched refs:DeviceParser (Results 1 – 2 of 2) sorted by relevance
310 auto DeviceParser = std::make_unique<IncrementalCUDADeviceParser>( in createWithCUDA() local316 (*Interp)->DeviceParser = std::move(DeviceParser); in createWithCUDA()356 if (DeviceParser) { in Parse()357 auto DevicePTU = DeviceParser->Parse(Code); in Parse()
82 std::unique_ptr<IncrementalParser> DeviceParser; variable