Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 4 of 4) sorted by relevance

/bionic/tools/versioner/src/
DPreprocessor.cpp399 std::string condition = generateGuardCondition(avail); in rewriteFile() local
400 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()
/bionic/libc/kernel/uapi/linux/
Dinput.h180 struct ff_condition_effect condition[2]; member
/bionic/docs/
D32-bit-abi.md111 this condition and abort.
Dclang_fortify_anatomy.md358 the entire condition is always knowable when LLVM is done with LLVM IR-level
359 optimizations, so no condition is ever emitted to machine code in practice.