Lines Matching refs:cpp
89 cat > test.cpp << EOF
99 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once test.cpp -pthread
110 cat > test.cpp << EOF
120 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o call_once test.cpp -pthread
143 cat > test.cpp << EOF
153 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o call_once test.cpp -pthread
158 cat > test.cpp << EOF
163 cat > pic.cpp << EOF
175 c++ -fPIC -shared -o libtest.so pic.cpp
177 c++ -o call_once test.cpp -L. -ltest -pthread
196 cat > test.cpp << EOF
201 cat > pic.cpp << EOF
213 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
215 c++ -m32 -o call_once test.cpp -L. -ltest -pthread
228 cat > test.cpp << EOF
233 cat > pic.cpp << EOF
245 c++ -pg -fPIC -shared -o libtest.so pic.cpp
247 c++ -pg -o call_once test.cpp -L. -ltest -pthread
272 cat > test.cpp << EOF
277 cat > pic.cpp << EOF
289 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
291 c++ -m32 -pg -o call_once test.cpp -L. -ltest -pthread
302 cat > test.cpp << EOF
312 atf_check -s exit:0 -o ignore -e ignore c++ -fpie -pie -o call_once test.cpp -pthread
329 cat > test.cpp << EOF
339 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once_32 -m32 test.cpp -pthread
340 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once_64 test.cpp -pthread
353 cat > test.cpp << EOF
364 -static test.cpp
369 cat > test.cpp << EOF
379 atf_check -s exit:0 -o ignore -e ignore c++ -static -o call_once test.cpp -pthread