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
/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
/build/core/
config.mk
350
# Normalize WITH_STATIC_ANALYZER and
WITH_SYNTAX_CHECK
354
ifeq ($(strip $(
WITH_SYNTAX_CHECK
)),0)
355
WITH_SYNTAX_CHECK
:=
361
# Disable WITH_STATIC_ANALYZER and
WITH_SYNTAX_CHECK
if tool can't be found
371
# WITH_STATIC_ANALYZER trumps
WITH_SYNTAX_CHECK
373
ifneq ($(strip $(
WITH_SYNTAX_CHECK
)),)
374
$(warning *** Disable
WITH_SYNTAX_CHECK
in the presence of static analyzer WITH_STATIC_ANALYZER)
375
WITH_SYNTAX_CHECK
:=
[
all
...]
binary.mk
399
ifeq ($(strip $(
WITH_SYNTAX_CHECK
)),)
[
all
...]
/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 89 milliseconds