Searched refs:CLMode (Results 1 – 4 of 4) sorted by relevance
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix() argument48 if (Id == TY_Object && CLMode) in getTypeTempSuffix()50 if (Id == TY_Image && CLMode) in getTypeTempSuffix()52 if (Id == TY_PP_Asm && CLMode) in getTypeTempSuffix()
109 .Case("cl", CLMode) in ParseDriverMode()2653 if (Mode == CLMode) { in getIncludeExcludeOptionFlagMasks()
37 const char *getTypeTempSuffix(ID Id, bool CLMode = false);
77 CLMode enumerator164 bool IsCLMode() const { return Mode == CLMode; } in IsCLMode()