Home
last modified time | relevance | path

Searched defs:underscores (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/Parser/
Dasm-qualifiers.c18 void underscores(void) { in underscores() function
/external/rust/crates/remain/src/
Datom.rs15 pub fn underscores(&self) -> usize { in underscores() method
/external/kmod/shared/
Dutil.c126 int underscores(char *s) in underscores() function
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp494 static void getTime(char *buffer, size_t buflen, bool underscores = false) { in getTime()