Lines Matching refs:cpp
89 cat > test.cpp << EOF
94 atf_check -s exit:0 -o ignore -e ignore c++ -o hello test.cpp
105 cat > test.cpp << EOF
110 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o hello test.cpp
132 cat > test.cpp << EOF
137 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o hello test.cpp
143 cat > test.cpp << EOF
148 atf_check -s exit:0 -o ignore -e ignore c++ -static -o hello test.cpp
153 cat > test.cpp << EOF
158 cat > pic.cpp << EOF
164 c++ -fPIC -shared -o libtest.so pic.cpp
166 c++ -o hello test.cpp -L. -ltest
183 cat > test.cpp << EOF
188 cat > pic.cpp << EOF
194 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
196 c++ -m32 -o hello test.cpp -L. -ltest
209 cat > test.cpp << EOF
214 cat > pic.cpp << EOF
220 c++ -pg -fPIC -shared -o libtest.so pic.cpp
222 c++ -pg -o hello test.cpp -L. -ltest
246 cat > test.cpp << EOF
251 cat > pic.cpp << EOF
257 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
259 c++ -m32 -pg -o hello test.cpp -L. -ltest
270 cat > test.cpp << EOF
275 atf_check -s exit:0 -o ignore -e ignore c++ -fpie -pie -o hello test.cpp
292 cat > test.cpp << EOF
297 atf_check -s exit:0 -o ignore -e ignore c++ -o hello32 -m32 test.cpp
298 atf_check -s exit:0 -o ignore -e ignore c++ -o hello64 test.cpp
311 cat > test.cpp << EOF
317 -static test.cpp