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

  /prebuilts/misc/darwin-x86/analyzer/bin/
cxx-analyzer 14 # CCC_CXX: The origianl LOCAL_CXX which does the real compilation and code-gen
85 # Call the real c++-analyzer. Note that tools/scan-build/c++-analyzer "exec" $CCC_CXX,
87 export CCC_CXX="${LOCAL_CXX##* }"
  /prebuilts/misc/linux-x86/analyzer/bin/
cxx-analyzer 14 # CCC_CXX: The origianl LOCAL_CXX which does the real compilation and code-gen
109 # Call the real c++-analyzer. Note that tools/scan-build/c++-analyzer "exec" $CCC_CXX,
111 export CCC_CXX="${LOCAL_CXX##* }"
  /external/clang/tools/scan-build/
scan-build 999 $ENV{"CCC_CXX"} = "g++-4.2";
1049 if (!($Cmd =~ /c\+\+-analyzer/) and !defined $ENV{"CCC_CXX"}) {
1050 $ENV{"CCC_CXX"} = $1;
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 966 $ENV{"CCC_CXX"} = "g++-4.2";
1016 if (!($Cmd =~ /c\+\+-analyzer/) and !defined $ENV{"CCC_CXX"}) {
1017 $ENV{"CCC_CXX"} = $1;
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 966 $ENV{"CCC_CXX"} = "g++-4.2";
1016 if (!($Cmd =~ /c\+\+-analyzer/) and !defined $ENV{"CCC_CXX"}) {
1017 $ENV{"CCC_CXX"} = $1;
    [all...]

Completed in 183 milliseconds