OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WITH_SYNTAX_CHECK
(Results
1 - 10
of
10
) sorted by null
/prebuilts/misc/darwin-x86/analyzer/bin/
cxx-syntax
3
# This script is invoked by Android build system "
WITH_SYNTAX_CHECK
=1 make ..." and
15
# should be the same as w/o
WITH_SYNTAX_CHECK
36
# Define
WITH_SYNTAX_CHECK
for code wish to behave differently when check
91
test $
WITH_SYNTAX_CHECK
-ge 2 && echo '*** ERROR ***': `dirname $0`/analyzer++ $CLANG_FLAGS "$@" $CLANG_FLAGS_END
ccc-syntax
3
# This script is invoked by Android build system "
WITH_SYNTAX_CHECK
=1 make ..." and
15
# should be the same as w/o
WITH_SYNTAX_CHECK
36
# Define
WITH_SYNTAX_CHECK
for code wish to behave differently when check
94
test $
WITH_SYNTAX_CHECK
-ge 2 && echo '*** ERROR ***': `dirname $0`/analyzer $CLANG_FLAGS "$@" $CLANG_FLAGS_END
/build/core/
config.mk
323
# Normalize WITH_STATIC_ANALYZER and
WITH_SYNTAX_CHECK
327
ifeq ($(strip $(
WITH_SYNTAX_CHECK
)),0)
328
WITH_SYNTAX_CHECK
:=
331
# Disable WITH_STATIC_ANALYZER and
WITH_SYNTAX_CHECK
if tool can't be found
339
ifneq ($(strip $(
WITH_SYNTAX_CHECK
)),)
341
$(warning *** Disable
WITH_SYNTAX_CHECK
because $(SYNTAX_TOOLS_PREFIX)/ccc-syntax does not exist)
342
WITH_SYNTAX_CHECK
:=
346
# WITH_STATIC_ANALYZER trumps
WITH_SYNTAX_CHECK
348
ifneq ($(strip $(
WITH_SYNTAX_CHECK
)),)
349
$(warning *** Disable
WITH_SYNTAX_CHECK
in the presence of static analyzer WITH_STATIC_ANALYZER
[
all
...]
binary.mk
324
ifeq ($(strip $(
WITH_SYNTAX_CHECK
)),)
[
all
...]
/prebuilts/misc/linux-x86/analyzer/bin/
ccc-syntax
3
# This script is invoked by Android build system "
WITH_SYNTAX_CHECK
=1 make ..." and
15
# should be the same as w/o
WITH_SYNTAX_CHECK
36
# Define
WITH_SYNTAX_CHECK
for code wish to behave differently when check
113
test $
WITH_SYNTAX_CHECK
-ge 2 && echo '*** ERROR ***': `dirname $0`/analyzer $CLANG_FLAGS "$@" $CLANG_FLAGS_END
cxx-syntax
3
# This script is invoked by Android build system "
WITH_SYNTAX_CHECK
=1 make ..." and
15
# should be the same as w/o
WITH_SYNTAX_CHECK
36
# Define
WITH_SYNTAX_CHECK
for code wish to behave differently when check
116
test $
WITH_SYNTAX_CHECK
-ge 2 && echo '*** ERROR ***': `dirname $0`/analyzer++ $CLANG_FLAGS "$@" $CLANG_FLAGS_END
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
xmmintrin.h
56
#if defined(__clang__) && defined(
WITH_SYNTAX_CHECK
)
[
all
...]
emmintrin.h
49
#if defined(__clang__) && defined(
WITH_SYNTAX_CHECK
)
[
all
...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
xmmintrin.h
56
#if defined(__clang__) && defined(
WITH_SYNTAX_CHECK
)
[
all
...]
emmintrin.h
49
#if defined(__clang__) && defined(
WITH_SYNTAX_CHECK
)
[
all
...]
Completed in 1769 milliseconds