HomeSort by relevance Sort by last modified time
    Searched refs:xcrun (Results 26 - 43 of 43) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/
scan-build     [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build     [all...]
ccc-analyzer 45 # If on OSX, use xcrun to determine the SDK root.
51 # Older versions of OSX do not have xcrun to
53 if (-x "/usr/bin/xcrun") {
667 # default SDK is inferred by xcrun use xcrun to infer
670 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build     [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build     [all...]
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 73 # If on OSX, use xcrun to determine the SDK root.
79 # Older versions of OSX do not have xcrun to
81 if (-x "/usr/bin/xcrun") {
686 # default SDK is inferred by xcrun use xcrun to infer
689 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
ccc-analyzer 45 # If on OSX, use xcrun to determine the SDK root.
51 # Older versions of OSX do not have xcrun to
53 if (-x "/usr/bin/xcrun") {
667 # default SDK is inferred by xcrun use xcrun to infer
670 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
ccc-analyzer 72 # If on OSX, use xcrun to determine the SDK root.
78 # Older versions of OSX do not have xcrun to
80 if (-x "/usr/bin/xcrun") {
670 # default SDK is inferred by xcrun use xcrun to infer
673 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 73 # If on OSX, use xcrun to determine the SDK root.
79 # Older versions of OSX do not have xcrun to
81 if (-x "/usr/bin/xcrun") {
686 # default SDK is inferred by xcrun use xcrun to infer
689 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 73 # If on OSX, use xcrun to determine the SDK root.
79 # Older versions of OSX do not have xcrun to
81 if (-x "/usr/bin/xcrun") {
686 # default SDK is inferred by xcrun use xcrun to infer
689 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 73 # If on OSX, use xcrun to determine the SDK root.
79 # Older versions of OSX do not have xcrun to
81 if (-x "/usr/bin/xcrun") {
686 # default SDK is inferred by xcrun use xcrun to infer
689 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
ccc-analyzer 72 # If on OSX, use xcrun to determine the SDK root.
78 # Older versions of OSX do not have xcrun to
80 if (-x "/usr/bin/xcrun") {
670 # default SDK is inferred by xcrun use xcrun to infer
673 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 73 # If on OSX, use xcrun to determine the SDK root.
79 # Older versions of OSX do not have xcrun to
81 if (-x "/usr/bin/xcrun") {
686 # default SDK is inferred by xcrun use xcrun to infer
689 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 73 # If on OSX, use xcrun to determine the SDK root.
79 # Older versions of OSX do not have xcrun to
81 if (-x "/usr/bin/xcrun") {
686 # default SDK is inferred by xcrun use xcrun to infer
689 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 73 # If on OSX, use xcrun to determine the SDK root.
79 # Older versions of OSX do not have xcrun to
81 if (-x "/usr/bin/xcrun") {
686 # default SDK is inferred by xcrun use xcrun to infer
689 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 27 XCRun = \
29 result=`xcrun -find $(1) 2> /dev/null`; \
35 CC := $(call XCRun,clang)
36 AR := $(call XCRun,ar)
37 RANLIB := $(call XCRun,ranlib)
38 STRIP := $(call XCRun,strip)
39 LIPO := $(call XCRun,lipo)
40 DSYMUTIL := $(call XCRun,dsymutil)
  /external/libvpx/libvpx/build/make/
configure.sh 630 # xcrun don't support --show-sdk-path.)
632 xcrun --sdk $1 --show-sdk-path 2>/dev/null ||
638 xcrun --sdk $1 --show-sdk-version 2>/dev/null | cut -d. -f1
1000 XCRUN_FIND="xcrun --sdk iphoneos --find"
    [all...]

Completed in 1805 milliseconds

12