Searched refs:Bool (Results 401 - 412 of 412) sorted by relevance

<<11121314151617

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp406 case BuiltinType::Bool: Encoding = llvm::dwarf::DW_ATE_boolean; break;
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1693 Opts.Bool = Opts.OpenCL || Opts.CPlusPlus;
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-param-test.h92 // Bool() - Yields sequence {false, true}.
1201 // Bool() allows generating tests with parameters in a set of (false, true).
1204 // Bool()
1208 // of multiple flags can be tested when several Bool()'s are combined using
1219 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1221 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1272 // Combine(Bool(), Bool()));
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc4511 TEST(EqAssertionTest, Bool) {
/external/gtest/include/gtest/
H A Dgtest-param-test.h92 // Bool() - Yields sequence {false, true}.
1200 // Bool() allows generating tests with parameters in a set of (false, true).
1203 // Bool()
1207 // of multiple flags can be tested when several Bool()'s are combined using
1218 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1220 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1271 // Combine(Bool(), Bool()));
/external/gtest/test/
H A Dgtest_unittest.cc4511 TEST(EqAssertionTest, Bool) {
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h92 // Bool() - Yields sequence {false, true}.
1205 // Bool() allows generating tests with parameters in a set of (false, true).
1208 // Bool()
1212 // of multiple flags can be tested when several Bool()'s are combined using
1223 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1225 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1276 // Combine(Bool(), Bool()));
/external/protobuf/gtest/include/gtest/
H A Dgtest-param-test.h88 // Bool() - Yields sequence {false, true}.
1165 // Bool() allows generating tests with parameters in a set of (false, true).
1168 // Bool()
1172 // of multiple flags can be tested when several Bool()'s are combined using
1183 // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
1185 inline internal::ParamGenerator<bool> Bool() { function in namespace:testing
1236 // Combine(Bool(), Bool()));
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4639 TEST(EqAssertionTest, Bool) {
/external/sqlite/dist/orig/
H A Dsqlite3.c12858 typedef unsigned char Bool; typedef
12883 Bool zeroed; /* True if zeroed out and ready for reuse */
12884 Bool rowidIsValid; /* True if lastRowid is valid */
12885 Bool atFirst; /* True if pointing to first entry */
12886 Bool useRandomRowid; /* Generate new record numbers semi-randomly */
12887 Bool nullRow; /* True if pointing to a row with no data */
12888 Bool deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
12889 Bool isTable; /* True if a table requiring integer keys */
12890 Bool isIndex; /* True if an index containing keys only - no data */
12891 Bool isOrdere
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12858 typedef unsigned char Bool; typedef
12883 Bool zeroed; /* True if zeroed out and ready for reuse */
12884 Bool rowidIsValid; /* True if lastRowid is valid */
12885 Bool atFirst; /* True if pointing to first entry */
12886 Bool useRandomRowid; /* Generate new record numbers semi-randomly */
12887 Bool nullRow; /* True if pointing to a row with no data */
12888 Bool deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
12889 Bool isTable; /* True if a table requiring integer keys */
12890 Bool isIndex; /* True if an index containing keys only - no data */
12891 Bool isOrdere
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp7067 if ((getLangOpts().Bool && !RHS.get()->getType()->isBooleanType()) ||

Completed in 795 milliseconds

<<11121314151617