Lines Matching +full:way +full:- +full:select
28 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
68 "@bazel_tools//tools/cpp:compiler": "msvc-cl",
97 "googletest/src/gtest-all.cc",
99 "googlemock/src/gmock-all.cc",
107 copts = select({
110 "//conditions:default": ["-pthread"],
112 defines = select({
116 features = select({
126 linkopts = select({
127 ":qnx": ["-lregex"],
130 "-lm",
131 "-pthread",
134 "-lm",
135 "-pthread",
137 "//conditions:default": ["-pthread"],
139 deps = select({
156 }) + select({
157 # `gtest-death-test.cc` has `EXPECT_DEATH` that spawns a process,
173 features = select({
192 "googletest/samples/sample3-inl.h",
195 features = select({