Home
last modified time | relevance | path

Searched defs:plural (Results 1 – 3 of 3) sorted by relevance

/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp104 const char *__kmp_hw_get_catalog_string(kmp_hw_t type, bool plural) { in __kmp_hw_get_catalog_string() argument
138 __kmp_hw_get_keyword(kmp_hw_t type,bool plural) __kmp_hw_get_keyword() argument
783 bool plural; print() local
993 __kmp_hw_get_catalog_core_string(const kmp_hw_attr_t & attr,kmp_str_buf_t * buf,bool plural) __kmp_hw_get_catalog_core_string() argument
1098 bool plural = (num > 1); filter_hw_subset() local
[all...]
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp92 static llvm::StringRef plural(uintmax_t value) { return value == 1 ? "" : "s"; } plural() function
/llvm-project/mlir/lib/AsmParser/
H A DParser.cpp1378 auto plural = "s"[parsedOperandUseInfo->size() == 1]; parseGenericOperationAfterOpName() local