Searched refs:DeviceParser (Results 1 – 2 of 2) sorted by relevance
343 auto DeviceParser = std::make_unique<IncrementalCUDADeviceParser>( in createWithCUDA() local349 (*Interp)->DeviceParser = std::move(DeviceParser); in createWithCUDA()394 if (DeviceParser) { in Parse()395 auto DevicePTU = DeviceParser->Parse(Code); in Parse()
98 std::unique_ptr<IncrementalParser> DeviceParser; variable