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

Lines Matching refs:cpp

92 	cat > test.cpp << EOF
97 atf_check -s exit:0 -o ignore -e ignore c++ -o hello test.cpp
108 cat > test.cpp << EOF
113 atf_check -s exit:0 -o ignore -e ignore c++ -static -pg -o hello test.cpp
136 cat > test.cpp << EOF
141 atf_check -s exit:0 -o ignore -e ignore c++ -static -m32 -pg -o hello test.cpp
146 cat > test.cpp << EOF
151 atf_check -s exit:0 -o ignore -e ignore c++ -static -o hello test.cpp
156 cat > test.cpp << EOF
161 cat > pic.cpp << EOF
167 c++ -fPIC -shared -o libtest.so pic.cpp
169 c++ -o hello test.cpp -L. -ltest
188 cat > test.cpp << EOF
193 cat > pic.cpp << EOF
199 c++ -m32 -fPIC -shared -o libtest.so pic.cpp
201 c++ -m32 -o hello test.cpp -L. -ltest
214 cat > test.cpp << EOF
219 cat > pic.cpp << EOF
225 c++ -pg -fPIC -shared -o libtest.so pic.cpp
227 c++ -pg -o hello test.cpp -L. -ltest
252 cat > test.cpp << EOF
257 cat > pic.cpp << EOF
263 c++ -m32 -pg -fPIC -shared -o libtest.so pic.cpp
265 c++ -m32 -pg -o hello test.cpp -L. -ltest
276 cat > test.cpp << EOF
281 atf_check -s exit:0 -o ignore -e ignore c++ -fpie -pie -o hello test.cpp
298 cat > test.cpp << EOF
303 atf_check -s exit:0 -o ignore -e ignore c++ -o hello32 -m32 test.cpp
304 atf_check -s exit:0 -o ignore -e ignore c++ -o hello64 test.cpp
317 cat > test.cpp << EOF
323 -static test.cpp