Searched refs:pragmas (Results 1 – 25 of 131) sorted by relevance
123456
/third_party/musl/libc-test/src/common/ |
D | BUILD.gn | 29 "-Wno-unknown-pragmas", 65 "-Wno-unknown-pragmas", 97 "-Wno-unknown-pragmas",
|
/third_party/node/deps/v8/bazel/ |
D | BUILD.icu | 19 "/wd4068", # Unknown pragmas. 70 "/wd4068", # Unknown pragmas. 102 "/wd4068", # Unknown pragmas.
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | meson.build | 17 if cc.has_argument ('-Wno-unknown-pragmas') 18 local_c_args += ['-Wno-unknown-pragmas']
|
/third_party/json/tools/amalgamate/ |
D | amalgamate.py | 188 pragmas = [] 192 pragmas.append(pragma_once_match) 200 for pragma_match in pragmas:
|
/third_party/musl/libc-test/ |
D | config.mak.def | 2 CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math
|
D | test_template.gni | 62 "-Wno-unknown-pragmas", 64 "-Wno-ignored-pragmas", 301 "-Wno-unknown-pragmas",
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | meson.build | 5 _c_args_d3d10umd += '-Wno-unknown-pragmas'
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
D | Android.mk | 30 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti -Werror -Wno-unknown-pragmas -DAMBER_ENGINE_VU…
|
/third_party/musl/libc-test/src/nativehook/ |
D | BUILD.gn | 27 "-Wno-unknown-pragmas",
|
/third_party/musl/libc-test/src/api/ |
D | BUILD.gn | 29 "-Wno-unknown-pragmas",
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
D | CMakeLists.txt | 25 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas")
|
D | BUILD.gn | 21 cflags_cc += [ "-Wno-unknown-pragmas" ]
|
/third_party/unity/examples/example_2/ |
D | makefile | 40 CFLAGS += -Wno-unknown-pragmas
|
/third_party/cJSON/tests/unity/examples/example_2/ |
D | makefile | 40 CFLAGS += -Wno-unknown-pragmas
|
/third_party/unity/examples/example_1/ |
D | makefile | 40 CFLAGS += -Wno-unknown-pragmas
|
/third_party/cJSON/tests/unity/examples/example_1/ |
D | makefile | 40 CFLAGS += -Wno-unknown-pragmas
|
/third_party/skia/gn/ |
D | oh_skia.gni | 44 "-Wno-unknown-pragmas",
|
/third_party/rust/crates/bindgen/book/src/ |
D | tutorial-4.md | 15 bunch of warnings with a few `#![allow(...)]` pragmas.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | CMakeLists.txt | 97 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas")
|
/third_party/vk-gl-cts/external/amber/src/ |
D | Android.mk | 20 -Wno-unknown-pragmas \
|
/third_party/selinux/libselinux/utils/ |
D | Makefile | 22 -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith \
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_fragment_coord_conventions.txt | 495 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/ |
D | ARB_fragment_coord_conventions.txt | 485 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/ |
D | CMakeLists.txt | 51 add_compile_options(-wd4068) # ignore unknown pragma warnings (gcc pragmas)
|
/third_party/skia/third_party/externals/dng_sdk/ |
D | Android.bp | 131 "-Wno-unknown-pragmas",
|
123456