Lines Matching refs:cpp
89 cat > test.cpp << EOF
98 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once test.cpp -pthread
109 cat > test.cpp << EOF
118 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o pthread_once test.cpp -pthread
141 cat > test.cpp << EOF
150 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o pthread_once test.cpp -pthread
155 cat > test.cpp << EOF
160 cat > pic.cpp << EOF
171 c++ -fPIC -shared -o libtest.so pic.cpp
173 c++ -o pthread_once test.cpp -L. -ltest -pthread
192 cat > test.cpp << EOF
197 cat > pic.cpp << EOF
208 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
210 c++ -m32 -o pthread_once test.cpp -L. -ltest -pthread
223 cat > test.cpp << EOF
228 cat > pic.cpp << EOF
239 c++ -pg -fPIC -shared -o libtest.so pic.cpp
241 c++ -pg -o pthread_once test.cpp -L. -ltest -pthread
266 cat > test.cpp << EOF
271 cat > pic.cpp << EOF
282 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
284 c++ -m32 -pg -o pthread_once test.cpp -L. -ltest -pthread
295 cat > test.cpp << EOF
304 atf_check -s exit:0 -o ignore -e ignore c++ -fpie -pie -o pthread_once test.cpp -pthread
321 cat > test.cpp << EOF
330 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once_32 -m32 test.cpp -pthread
331 atf_check -s exit:0 -o ignore -e ignore c++ -o pthread_once_64 test.cpp -pthread
344 cat > test.cpp << EOF
354 -static test.cpp
359 cat > test.cpp << EOF
368 atf_check -s exit:0 -o ignore -e ignore c++ -static -o pthread_once test.cpp -pthread