Searched refs:IsPrefixed (Results 1 – 1 of 1) sorted by relevance
1490 bool IsPrefixed = (Ext[0] == '+' || Ext[0] == '-'); in setCommandLineOpenCLOpts() local1491 std::string Name = IsPrefixed ? Ext.substr(1) : Ext; in setCommandLineOpenCLOpts()1492 bool V = IsPrefixed ? Ext[0] == '+' : true; in setCommandLineOpenCLOpts()