Searched refs:CLMode (Results 1 – 4 of 4) sorted by relevance
46 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
68 CLMode, enumerator188 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode()
76 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() argument77 if (CLMode) { in getTypeTempSuffix()
197 .Case("cl", CLMode) in setDriverModeFromOption()