Searched defs:plural (Results 1 – 3 of 3) sorted by relevance
/llvm-project/openmp/runtime/src/ | ||
H A D | kmp_affinity.cpp | 104 const char *__kmp_hw_get_catalog_string(kmp_hw_t type, bool plural) { in __kmp_hw_get_catalog_string() argument |
/llvm-project/lldb/tools/lldb-test/ | ||
H A D | lldb-test.cpp | 92 static llvm::StringRef plural(uintmax_t value) { return value == 1 ? "" : "s"; } plural() function |
/llvm-project/mlir/lib/AsmParser/ | ||
H A D | Parser.cpp | 1378 auto plural = "s"[parsedOperandUseInfo->size() == 1]; parseGenericOperationAfterOpName() local |