Searched refs:condition (Results 1 – 2 of 2) sorted by relevance
400 std::string condition = generateGuardCondition(avail); in rewriteFile() local401 if (condition.empty()) { in rewriteFile()405 std::string prologue = "\n#if "s + condition + "\n"; in rewriteFile()406 std::string epilogue = "\n#endif /* " + condition + " */\n"; in rewriteFile()
215 struct ff_condition_effect condition[2]; member