HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_CXX (Results 1 - 7 of 7) sorted by null

  /prebuilts/misc/darwin-x86/analyzer/bin/
cxx-analyzer 6 # ccc-analyzer ARCH LOCAL_CXX ...
11 # Android build system recognizes WITH_SYNTAX_CHECK and replace LOCAL_CXX with our own cxx-syntax,
14 # CCC_CXX: The origianl LOCAL_CXX which does the real compilation and code-gen
25 LOCAL_CXX="$2"
54 if [ "$LOCAL_CXX" != "${LOCAL_CXX%clang++*}" ]; then
55 # Don't look for its own lib/clang/x.y/include when LOCAL_CXX is clang
70 # and $LOCAL_CXX
86 # which is LOCAL_CXX w/o optional ccache (in "ccache g++" format)
87 export CCC_CXX="${LOCAL_CXX##* }"
    [all...]
cxx-syntax 6 # cxx-syntax ARCH LOCAL_CXX ...
9 # before calling "LOCAL_CXX ..." for code generation. ARCH is translated
17 # Note that although Android build system doesn't call LOCAL_CXX with any of
24 LOCAL_CXX="$2"
56 if [ "$LOCAL_CXX" != "${LOCAL_CXX%clang++*}" ]; then
57 # Don't look for its own lib/clang/x.y/include when LOCAL_CXX is clang
72 # and $LOCAL_CXX
94 $LOCAL_CXX "$@"
  /prebuilts/misc/linux-x86/analyzer/bin/
cxx-analyzer 6 # ccc-analyzer ARCH LOCAL_CXX ...
11 # Android build system recognizes WITH_SYNTAX_CHECK and replace LOCAL_CXX with our own cxx-syntax,
14 # CCC_CXX: The origianl LOCAL_CXX which does the real compilation and code-gen
25 LOCAL_CXX="$2"
54 if [ "$LOCAL_CXX" != "${LOCAL_CXX%clang++*}" ]; then
55 # Don't look for its own lib/clang/x.y/include when LOCAL_CXX is clang
70 # and $LOCAL_CXX
110 # which is LOCAL_CXX w/o optional ccache (in "ccache g++" format)
111 export CCC_CXX="${LOCAL_CXX##* }"
    [all...]
cxx-syntax 6 # cxx-syntax ARCH LOCAL_CXX ...
9 # before calling "LOCAL_CXX ..." for code generation. ARCH is translated
17 # Note that although Android build system doesn't call LOCAL_CXX with any of
24 LOCAL_CXX="$2"
56 if [ "$LOCAL_CXX" != "${LOCAL_CXX%clang++*}" ]; then
57 # Don't look for its own lib/clang/x.y/include when LOCAL_CXX is clang
72 # and $LOCAL_CXX
119 $LOCAL_CXX "$@"
  /build/core/
clear_vars.mk 42 LOCAL_CXX:=
binary.mk 51 my_cxx := $(LOCAL_CXX)
    [all...]
  /bionic/tests/
Android.mk 450 LOCAL_CXX = $(LOCAL_PATH)/file-check-cxx \
469 LOCAL_CXX := $(LOCAL_PATH)/file-check-cxx \

Completed in 3688 milliseconds