OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trigraphs
(Results
1 - 25
of
60
) sorted by null
1
2
3
/external/clang/test/Driver/
std.c
1
// RUN: %clang -w -std=c99 -
trigraphs
-std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s
3
// RUN: %clang -w -std=c99 -
trigraphs
-std=gnu99 %s -E -o - | FileCheck -check-prefix=FOVERRIDE %s
7
// RUN: %clang -w -ansi %s -fno-
trigraphs
-E -o - | FileCheck -check-prefix=ANSI-OVERRIDE %s
9
// RUN: %clang -w -std=gnu99 -
trigraphs
%s -E -o - | FileCheck -check-prefix=EXPLICIT %s
13
// RUN: %clang -w -ftrigraphs -fno-
trigraphs
%s -E -o - | FileCheck -check-prefix=ONOFF %s
15
// RUN: %clang -w -fno-
trigraphs
-
trigraphs
%s -E -o - | FileCheck -check-prefix=OFFFON %s
cl-zc.cpp
4
// RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=
TRIGRAPHS
-DEFAULT %s
5
// cc1 will disable
trigraphs
for -fms-compatibility as long as -ftrigraphs
7
//
TRIGRAPHS
-DEFAULT-NOT: "-ftrigraphs"
9
// RUN: %clang_cl /c -### /Zc:
trigraphs
-- %s 2>&1 | FileCheck -check-prefix=
TRIGRAPHS
-ON %s
10
//
TRIGRAPHS
-ON: "-ftrigraphs"
12
// RUN: %clang_cl /c -### /Zc:
trigraphs
- -- %s 2>&1 | FileCheck -check-prefix=
TRIGRAPHS
-OFF %s
13
//
TRIGRAPHS
-OFF: "-fno-
trigraphs
"
[
all
...]
/device/google/marlin/dataservices/rmnetctl/cli/
Makefile.am
1
AM_CFLAGS = -Wall -Werror -Wundef -Wstrict-prototypes -Wno-
trigraphs
/device/huawei/angler/dataservices/rmnetctl/cli/
Makefile.am
1
AM_CFLAGS = -Wall -Werror -Wundef -Wstrict-prototypes -Wno-
trigraphs
/device/google/marlin/dataservices/rmnetctl/src/
Makefile.am
1
AM_CFLAGS = -Wall -Werror -Wundef -Wstrict-prototypes -Wno-
trigraphs
/device/huawei/angler/dataservices/rmnetctl/src/
Makefile.am
1
AM_CFLAGS = -Wall -Werror -Wundef -Wstrict-prototypes -Wno-
trigraphs
/hardware/ti/omap3/dspbridge/libbridge/
Android.mk
20
LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-
trigraphs
-Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
/device/linaro/hikey/wpan/uim/
Makefile
12
CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-
trigraphs
-fno-strict-aliasing -fno-common -Werror-implicit-function-declaration
/external/clang/test/Lexer/
block_cmt_end.c
32
// rdar://6060752 - We should not get warnings about
trigraphs
in comments:
/external/clang/test/Misc/
diag-mapping.c
13
// RUN: %clang_cc1 %s -Werror=
trigraphs
2>&1 | grep "warning:"
/hardware/qcom/audio/legacy/libalsa-intf/
Makefile.am
3
-Wno-
trigraphs
\
/hardware/qcom/gps/msm8084/utils/
Makefile.am
3
-Wno-
trigraphs
\
/hardware/qcom/gps/msm8909/utils/
Makefile.am
3
-Wno-
trigraphs
\
/hardware/qcom/gps/msm8960/utils/
Makefile.am
3
-Wno-
trigraphs
\
/hardware/qcom/gps/msm8994/utils/
Makefile.am
3
-Wno-
trigraphs
\
/hardware/qcom/gps/msm8996/utils/
Makefile.am
3
-Wno-
trigraphs
\
/hardware/qcom/gps/utils/
Makefile.am
3
-Wno-
trigraphs
\
/external/autotest/client/deps/iwcap/src/
Makefile
15
CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-
trigraphs
-fno-strict-aliasing -fno-common -Werror-implicit-function-declaration
/external/clang/include/clang/Driver/
CLCompatOptions.td
160
def _SLASH_Zc_trigraphs : CLFlag<"Zc:
trigraphs
">,
161
HelpText<"Enable
trigraphs
">, Alias<ftrigraphs>;
162
def _SLASH_Zc_trigraphs_off : CLFlag<"Zc:
trigraphs
-">,
163
HelpText<"Disable
trigraphs
(default)">, Alias<fno_trigraphs>;
/external/clang/include/clang/Basic/
LangOptions.def
88
LANGOPT(
Trigraphs
, 1, 0,"
trigraphs
")
DiagnosticLexKinds.td
34
//
Trigraphs
.
35
def trigraph_ignored : Warning<"trigraph ignored">, InGroup<
Trigraphs
>;
37
"ignored trigraph would end block comment">, InGroup<
Trigraphs
>;
39
InGroup<
Trigraphs
>;
41
InGroup<
Trigraphs
>;
/external/iw/
Makefile
13
CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-
trigraphs
-fno-strict-aliasing -fno-common -Werror-implicit-function-declaration
/external/clang/include/clang/Lex/
Token.h
58
/// may be dirty (have
trigraphs
/ escaped newlines).
279
/// \brief Return true if this token has
trigraphs
or escaped newlines in it.
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h
130
// Escape C++
trigraphs
by escaping question marks to \?
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/
objectivec_helpers.h
53
// Escape C++
trigraphs
by escaping question marks to "\?".
Completed in 2322 milliseconds
1
2
3