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

Lines Matching refs:cc

65 	cat > test.cc << EOF
76 c++ -fsanitize=fuzzer -o test test.cc
82 cat > test.cc << EOF
93 c++ -fsanitize=fuzzer -static -o test -pg test.cc
99 cat > test.cc << EOF
108 cat > pic.cc << EOF
119 c++ -fsanitize=fuzzer -fPIC -shared -o libtest.so pic.cc
120 c++ -o test test.cc -fsanitize=fuzzer -L. -ltest
132 cat > test.cc << EOF
143 c++ -fsanitize=fuzzer -o test -fpie -pie test.cc