Home
last modified time | relevance | path

Searched refs:pragmas (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/musl/libc-test/src/common/
DBUILD.gn29 "-Wno-unknown-pragmas",
65 "-Wno-unknown-pragmas",
97 "-Wno-unknown-pragmas",
/third_party/node/deps/v8/bazel/
DBUILD.icu19 "/wd4068", # Unknown pragmas.
70 "/wd4068", # Unknown pragmas.
102 "/wd4068", # Unknown pragmas.
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dmeson.build17 if cc.has_argument ('-Wno-unknown-pragmas')
18 local_c_args += ['-Wno-unknown-pragmas']
/third_party/json/tools/amalgamate/
Damalgamate.py188 pragmas = []
192 pragmas.append(pragma_once_match)
200 for pragma_match in pragmas:
/third_party/musl/libc-test/
Dconfig.mak.def2 CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math
Dtest_template.gni62 "-Wno-unknown-pragmas",
64 "-Wno-ignored-pragmas",
301 "-Wno-unknown-pragmas",
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
Dmeson.build5 _c_args_d3d10umd += '-Wno-unknown-pragmas'
/third_party/vk-gl-cts/external/amber/src/samples/
DAndroid.mk30 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti -Werror -Wno-unknown-pragmas -DAMBER_ENGINE_VU…
/third_party/musl/libc-test/src/nativehook/
DBUILD.gn27 "-Wno-unknown-pragmas",
/third_party/musl/libc-test/src/api/
DBUILD.gn29 "-Wno-unknown-pragmas",
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DCMakeLists.txt25 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas")
DBUILD.gn21 cflags_cc += [ "-Wno-unknown-pragmas" ]
/third_party/unity/examples/example_2/
Dmakefile40 CFLAGS += -Wno-unknown-pragmas
/third_party/cJSON/tests/unity/examples/example_2/
Dmakefile40 CFLAGS += -Wno-unknown-pragmas
/third_party/unity/examples/example_1/
Dmakefile40 CFLAGS += -Wno-unknown-pragmas
/third_party/cJSON/tests/unity/examples/example_1/
Dmakefile40 CFLAGS += -Wno-unknown-pragmas
/third_party/skia/gn/
Doh_skia.gni44 "-Wno-unknown-pragmas",
/third_party/rust/crates/bindgen/book/src/
Dtutorial-4.md15 bunch of warnings with a few `#![allow(...)]` pragmas.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DCMakeLists.txt97 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas")
/third_party/vk-gl-cts/external/amber/src/
DAndroid.mk20 -Wno-unknown-pragmas \
/third_party/selinux/libselinux/utils/
DMakefile22 -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith \
/third_party/openGLES/extensions/ARB/
DARB_fragment_coord_conventions.txt495 6. Should there be pragmas and OPTIONs for specifying both the OpenGL
498 RESOLVED: Just provide pragmas and OPTIONS for the non-OpenGL
522 There are not queries for other pragmas and OPTIONs.
566 your hardware has some magic knobs to implement these pragmas,
571 RESOLVED: Because this extension's pragmas only support requesting
588 DirectX 9 or 10 will be compiled with these pragmas appropriately;
733 Change language to make clear that pragmas apply
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_coord_conventions.txt485 6. Should there be pragmas and OPTIONs for specifying both the OpenGL
488 RESOLVED: Just provide pragmas and OPTIONS for the non-OpenGL
512 There are not queries for other pragmas and OPTIONs.
556 your hardware has some magic knobs to implement these pragmas,
561 RESOLVED: Because this extension's pragmas only support requesting
578 DirectX 9 or 10 will be compiled with these pragmas appropriately;
723 Change language to make clear that pragmas apply
/third_party/libunwind/
DCMakeLists.txt51 add_compile_options(-wd4068) # ignore unknown pragma warnings (gcc pragmas)
/third_party/skia/third_party/externals/dng_sdk/
DAndroid.bp131 "-Wno-unknown-pragmas",

123456