Searched refs:bool_ (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | dtor.cpp | 374 bool bool_; member 375 NRCheck():bool_(true) {} in NRCheck() 377 operator bool() const { return bool_; } in operator bool() 381 bool bool_; member 382 CheckAutoDestructor():bool_(true) {} in CheckAutoDestructor() 383 operator bool() const { return bool_; } in operator bool() 387 bool bool_; member 388 CheckCustomDestructor():bool_(true) {} in CheckCustomDestructor() 390 operator bool() const { return bool_; } in operator bool()
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | ftime-report-template-decl.cpp | 107 struct bool_ { typedef int type; }; struct 109 struct bool_<false> {}; struct 113 #define sassert(_b_) bool_<(_b_)>::type CAT(var, __LINE__);
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | cxx-template-decl.cpp | 187 template<bool b> struct bool_ { typedef int type; }; 188 template<> struct bool_<false> { }; 192 #define sassert(_b_) bool_<(_b_)>::type CAT(var, __LINE__);
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestTypeSystemClang.cpp | 924 CompilerType bool_ = m_ast->GetBasicType(eBasicTypeBool); in TEST_F() local 925 CompilerType cv_bool = bool_.AddConstModifier().AddVolatileModifier(); in TEST_F() 928 EXPECT_EQ(bool_, cv_bool.GetFullyUnqualifiedType()); in TEST_F() 931 EXPECT_EQ(bool_.GetArrayType(47), in TEST_F() 936 bool_.GetArrayType(42).GetArrayType(47), in TEST_F() 940 EXPECT_EQ(bool_.GetPointerType(), in TEST_F() 945 bool_.GetPointerType().GetArrayType(47), in TEST_F()
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | array_attributes.py | 147 bool_array = np.array([[1, 0, 1], [0, 1, 0]], dtype=np.bool_)
|