Searched refs:WX (Results 1 – 25 of 65) sorted by relevance
123
/third_party/libdrm/data/ |
D | amdgpu.ids | 79 67C4, 00, AMD Radeon (TM) Pro WX 7100 Graphics 80 67C7, 00, AMD Radeon (TM) Pro WX 5100 Graphics 81 67C0, 00, AMD Radeon (TM) Pro WX 7100 Graphics 84 67E0, 00, AMD Radeon (TM) Pro WX Series 85 67E3, 00, AMD Radeon (TM) Pro WX 4100 86 67E8, 00, AMD Radeon (TM) Pro WX Series 87 67E8, 01, AMD Radeon (TM) Pro WX Series 144 6861, 00, Radeon Pro WX 9100 149 6868, 00, Radeon (TM) PRO WX 8200 178 6981, 00, AMD Radeon (TM) Pro WX 3200 Series [all …]
|
/third_party/freetype/builds/compiler/ |
D | visualc.mk | 69 CFLAGS ?= /nologo /c /Ox /W3 /WX
|
/third_party/flutter/skia/third_party/externals/freetype/builds/compiler/ |
D | visualc.mk | 69 CFLAGS ?= /nologo /c /Ox /W3 /WX
|
/third_party/skia/third_party/externals/freetype/builds/compiler/ |
D | visualc.mk | 69 CFLAGS ?= /nologo /c /Ox /W3 /WX
|
/third_party/gettext/gettext-tools/examples/hello-c++-wxwidgets/m4/ |
D | wxwidgets.m4 | 80 dnl [, WX-LIBS [, ADDITIONAL-WX-CONFIG-FLAGS]]]]) 88 dnl Optional WX-LIBS argument contains comma- or space-separated list of 93 dnl Optional ADDITIONAL-WX-CONFIG-FLAGS argument is appended to wx-config
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/ |
D | CMakeLists.txt | 38 …set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zi /nologo /W4 /WX /O2 /Ob2 /Oy /GF /Gm- /MT /GS /Gy /fp… 39 …set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /Zi /nologo /W4 /WX /Od /Oy- /RTC1 /MTd /GS /…
|
/third_party/skia/third_party/externals/sfntly/cpp/ |
D | CMakeLists.txt | 38 …set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /Zi /nologo /W4 /WX /O2 /Ob2 /Oy /GF /Gm- /MT /GS /Gy /fp… 39 …set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /Zi /nologo /W4 /WX /Od /Oy- /RTC1 /MTd /GS /…
|
/third_party/boost/tools/cmake/include/ |
D | BoostTest.cmake | 108 __boost_test_list_replace(BOOST_TEST_COMPILE_OPTIONS "-Werror" "/WX") 109 __boost_test_list_replace(BOOST_TEST_COMPILE_OPTIONS "-Wno-error" "/WX-")
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedExynosM3.td | 492 def : InstRW<[M3WriteC1], (instregex "^CBN?Z[WX]")>; 493 def : InstRW<[M3WriteAD], (instregex "^TBN?Z[WX]")>; 496 def : InstRW<[M3WriteAX], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)[WX]rs$")>; 498 def : InstRW<[M3WriteAX], (instregex "^(ADD|SUB)S?[WX]rx(64)?$")>; 499 def : InstRW<[M3WriteAX], (instregex "^(ADD|AND|BIC|SUB)S[WX]rs$")>; 506 def : InstRW<[M3WriteZ0], (instregex "^MOV[NZ][WX]i")>; 556 def : InstRW<[M3WriteNALU1], (instregex "^FMOV[WX][DS]r")>; 557 def : InstRW<[M3WriteNALU1], (instregex "^FMOV[DS][WX]r")>; 571 ReadAdrBase], (instregex "^LDRQro[WX]")>;
|
D | AArch64SchedExynosM4.td | 590 def : InstRW<[M4WriteC1], (instregex "^CBN?Z[WX]")>; 591 def : InstRW<[M4WriteAD], (instregex "^TBN?Z[WX]")>; 594 def : InstRW<[M4WriteAX], (instregex "^(ADD|AND|BIC|EON|EOR|ORN|SUB)[WX]rs$")>; 596 def : InstRW<[M4WriteAX], (instregex "^(ADD|AND|BIC|SUB)S[WX]rs$")>; 597 def : InstRW<[M4WriteAX], (instregex "^(ADD|SUB)S?[WX]rx(64)?$")>; 603 def : InstRW<[M4WriteZ0], (instregex "^MOV[NZ][WX]i")>; 665 def : InstRW<[M4WriteSA], (instregex "^FMOV[WX][HSD]r")>; 666 def : InstRW<[M4WriteNEONJ], (instregex "^FMOV[HSD][WX]r")>;
|
D | AArch64SchedExynosM5.td | 625 def : InstRW<[M5WriteC1], (instregex "^CBN?Z[WX]")>; 650 def : InstRW<[M5WriteZ0], (instregex "^MOV[NZ][WX]i$")>; 723 def : InstRW<[M5WriteSA], (instregex "^FMOV[WX][HSD]r")>; 724 def : InstRW<[M5WriteFCVTA], (instregex "^FMOV[HSD][WX]r")>; 760 ReadAdrBase], (instregex "^STR[BHSD]ro[WX]")>;
|
/third_party/boost/libs/nowide/cmake/ |
D | BoostAddWarnings.cmake | 37 set(werror /WX)
|
/third_party/python/Lib/test/ |
D | test_enum.py | 2315 WX = Perm.W | Perm.X 2317 values = list(Perm) + [RW, RX, WX, RWX, Perm(0)] 2346 WX = Perm.W | Perm.X 2348 values = list(Perm) + [RW, RX, WX, RWX, Perm(0)] 2489 WX = W | X 2495 self.assertTrue(W in WX) 2498 self.assertTrue(X in WX) 2500 self.assertFalse(R in WX) 2801 WX = Perm.W | Perm.X 2803 values = list(Perm) + [RW, RX, WX, RWX, Perm(0)] [all …]
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/ |
D | CMakeLists.txt | 31 target_compile_options(native-lib PRIVATE /W4 /WX)
|
/third_party/flatbuffers/docs/source/ |
D | Building.md | 35 With this flag (or `/WX` for MSVC) C++ compiler will treat all warnings as errors. 49 - MSVC: `cmake . -D FLATBUFFERS_CXX_FLAGS="/WX-"`
|
/third_party/boost/libs/safe_numerics/ |
D | CMakeLists.txt | 33 add_compile_options(/W4 /WX)
|
/third_party/boost/libs/callable_traits/ |
D | CMakeLists.txt | 28 boost_callable_traits_append_flag(boost_callable_traits_HAS_WX -WX)
|
/third_party/re2/ |
D | CMakeLists.txt | 33 # CMake defaults to /W3, but some users like /W4 (or /Wall) and /WX,
|
/third_party/flutter/skia/third_party/externals/spirv-tools/ |
D | CMakeLists.txt | 85 set(SPIRV_WARNINGS ${SPIRV_WARNINGS} /WX)
|
/third_party/nghttp2/ |
D | CMakeLists.txt | 320 set(WARNCFLAGS /WX) 321 set(WARNCXXFLAGS /WX)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | nmake.mak | 56 #CFLAGS = $(CFLAGS) /WX
|
/third_party/mbedtls/tests/ |
D | CMakeLists.txt | 154 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX-")
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | nmake.mak | 56 #CFLAGS = $(CFLAGS) /WX
|
/third_party/boost/boost/qvm/gen/ |
D | swizzle2.hpp | 626 WX( V const & a ) 635 WX( V & a )
|
/third_party/jsoncpp/ |
D | CMakeLists.txt | 157 add_compile_options($<$<CONFIG:Debug>:/WX>)
|
123