Searched refs:condition (Results 1 – 4 of 4) sorted by relevance
399 std::string condition = generateGuardCondition(avail); in rewriteFile() local400 if (condition.empty()) { in rewriteFile()404 std::string prologue = "\n#if "s + condition + "\n"; in rewriteFile()405 std::string epilogue = "\n#endif /* " + condition + " */\n"; in rewriteFile()
180 struct ff_condition_effect condition[2]; member
111 this condition and abort.
358 the entire condition is always knowable when LLVM is done with LLVM IR-level359 optimizations, so no condition is ever emitted to machine code in practice.