Home
last modified time | relevance | path

Searched refs:template_test (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/kyua-testers/dist/
H A Drun_test.c580 char* template_test; in ATF_TC_BODY() local
581 RE(kyua_fs_concat(&template_test, atf_tc_get_config_var(tc, "srcdir"), in ATF_TC_BODY()
583 ATF_REQUIRE(access(template_test, X_OK) == -1); in ATF_TC_BODY()
584 free(template_test); in ATF_TC_BODY()
609 char* template_test; in ATF_TC_BODY() local
610 RE(kyua_fs_concat(&template_test, atf_tc_get_config_var(tc, "srcdir"), in ATF_TC_BODY()
612 ATF_REQUIRE(access(template_test, X_OK) == -1); in ATF_TC_BODY()
613 free(template_test); in ATF_TC_BODY()
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-unused-filescoped.cpp111 template <typename T> void template_test(X<T> x) { in template_test() function
116 template_test(x); in test()
H A Derr_init_conversion_failed.cpp47 namespace template_test { namespace
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dpragma-unroll.cpp82 void template_test(double *List, int Length) { in template_test() function
H A Dpragma-loop.cpp152 void template_test(double *List, int Length) { in template_test() function