Lines Matching full:then
18 if [[ "$1" == "-v" ]]; then
25 if [[ -z "$CC" ]]; then
27 if [[ -x $(dirname $0)/clang ]]; then
29 elif [[ ! -z $(which clang) ]]; then
39 if [[ -z "$CXX" ]]; then
40 if [[ -x $(dirname $0)/clang++ ]]; then
42 elif [[ ! -z $(which clang++) ]]; then
50 if [[ -z "$diagtool" ]]; then
51 if [[ -x $(dirname $0)/diagtool ]]; then
63 if [[ -z "$tool" ]]; then
66 elif [[ "$tool" == "xcodebuild" ]]; then
69 elif [[ "$tool" == "make" ]]; then
74 if [[ $guessing_cc -eq 1 ]]; then
98 if [[ -z "$command" ]]; then
100 if [[ "$tool" != "xcodebuild" ]]; then