Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtempover.C3 #define TEMPL template <class T> macro
7 TEMPL class A : virtual public B {
12 TEMPL A<T>::A(int){} in A()
/openbsd/regress/sys/kern/mmap/
H A Dmmaptest.c37 #define TEMPL "test-fileXXXXXXXXXX" macro
47 static char nm[] = TEMPL; in main()