Home
last modified time | relevance | path

Searched refs:expand1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/sh/tests/parser/
H A DMakefile89 ${PACKAGE}FILES+= ps1-expand1.0
94 ${PACKAGE}FILES+= ps2-expand1.0
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp2952 #define expand1(lk, op) \ macro
2972 KMP_FOREACH_LOCK_KIND(expand1, init)
2973 KMP_FOREACH_LOCK_KIND(expand1, init_nested)
2974 KMP_FOREACH_LOCK_KIND(expand1, destroy)
2975 KMP_FOREACH_LOCK_KIND(expand1, destroy_nested)
2985 #undef expand1