Lines Matching defs:text
229 bool isSet() const { return text.size() > 0; }
230 const char* get() const { return text.c_str(); }
235 text.append("#define ");
246 text.append(def);
247 text.append("\n");
253 text.append("#undef ");
259 text.append(undef);
260 text.append("\n");
267 Processes.push_back("preamble-text");
270 text.append(preambleText);
271 text.append("\n");
283 std::string text; // contents of preamble
743 } else if (lowerword == "preamble-text" ||
748 Error("expects <text>", argv[0]);
952 UserPreamble.addText(getStringOperand("-P<text>"));
1226 const char* text[maxCount]; // memory owned/managed externally
1238 text[i] = rhs.text[i];
1247 text[count] = itext;
1327 shader->setStringsWithLengthsAndNames(compUnit.text, nullptr, compUnit.fileNameList, compUnit.count);
1342 std::string intrinsicString = getIntrinsic(compUnit.text, compUnit.count);
1643 FreeFileData(const_cast<char*>(it->text[0]));
1946 " -P<text> | --preamble-text <text> | --P <text>\n"
1947 " inject custom preamble text, which is treated as if it\n"
1989 " -x save binary output as text-based 32-bit hexadecimal numbers\n"