Home | History | Annotate | Download | only in c++

Lines Matching refs:cpp

99 	cat > test.cpp << EOF
125 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once2 test.cpp -pthread
131 cat > test.cpp << EOF
157 atf_check -s exit:0 -o ignore -e ignore c++ -pg -o call_once2 test.cpp -pthread
175 cat > test.cpp << EOF
201 atf_check -s exit:0 -o ignore -e ignore c++ -m32 -pg -o call_once2 test.cpp -pthread
207 cat > test.cpp << EOF
212 cat > pic.cpp << EOF
240 c++ -fPIC -shared -o libtest.so pic.cpp
242 c++ -o call_once2 test.cpp -L. -ltest -pthread
261 cat > test.cpp << EOF
266 cat > pic.cpp << EOF
294 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
296 c++ -m32 -o call_once2 test.cpp -L. -ltest -pthread
304 cat > test.cpp << EOF
309 cat > pic.cpp << EOF
337 c++ -pg -fPIC -shared -o libtest.so pic.cpp
339 c++ -pg -o call_once2 test.cpp -L. -ltest -pthread
359 cat > test.cpp << EOF
364 cat > pic.cpp << EOF
392 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
394 c++ -m32 -pg -o call_once2 test.cpp -L. -ltest -pthread
405 cat > test.cpp << EOF
431 atf_check -s exit:0 -o ignore -e ignore c++ -fpie -pie -o call_once2 test.cpp -pthread
448 cat > test.cpp << EOF
474 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once2_32 -m32 test.cpp -pthread
475 atf_check -s exit:0 -o ignore -e ignore c++ -o call_once2_64 test.cpp -pthread
488 cat > test.cpp << EOF
515 -static test.cpp
520 cat > test.cpp << EOF
546 atf_check -s exit:0 -o ignore -e ignore c++ -static -o call_once2 test.cpp -pthread