Lines Matching defs:FullFS
203 std::string FullFS = std::string(FS);
207 if (!FullFS.empty())
208 FullFS = "+64bit," + FullFS;
210 FullFS = "+64bit";
214 if (!FullFS.empty())
215 FullFS = "+crbits," + FullFS;
217 FullFS = "+crbits";
221 if (!FullFS.empty())
222 FullFS = "+invariant-function-descriptors," + FullFS;
224 FullFS = "+invariant-function-descriptors";
228 if (!FullFS.empty())
229 FullFS = "+aix," + FullFS;
231 FullFS = "+aix";
234 return FullFS;