/llvm-project/libcxx/test/support/ |
H A D | test_execution_policies.h | 51 struct Bool { struct 53 Bool() = default; argument 54 Bool(bool b) : b_(b) {} in Bool() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | ubsan-bitfields.cpp | 23 struct Bool { struct 30 bool load_cpp_bool(Bool *b) { in load_cpp_bool() argument
|
/llvm-project/clang/test/Index/ |
H A D | complete-super.m | 4 typedef int Bool; typedef 8 + (void)select:(Bool)condition first:(int)x second:(int)y; argument 15 + (void)select:(Bool)condition first:(int)x second:(int)y; argument 23 + (void)select:(Bool)condition first:(int)a second:(int)b { argument
|
H A D | annotate-tokens-cxx0x.cpp | 12 typedef bool Bool; in test() typedef
|
/llvm-project/clang/test/CXX/class/class.compare/class.rel/ |
H A D | p1.cpp | 12 enum Bool : bool {}; enum
|
/llvm-project/clang/test/CXX/class/class.compare/class.eq/ |
H A D | p1.cpp | 12 enum Bool : bool {}; enum
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-namespace-after-missing-semicolon.cpp | 17 using Bool = bool; typedef
|
/llvm-project/clang/test/OpenMP/ |
H A D | for_codegen.cpp | 666 struct Bool { struct 667 Bool(bool b) : b(b) {} in Bool() argument 668 operator bool() const { return b; } in operator bool() 669 const bool b;
|
/llvm-project/clang/test/Layout/ |
H A D | aix-bitfield-alignment.cpp | 21 enum class Bool : bool { False = 0, enum
|
/llvm-project/lldb/test/API/lang/cpp/chained-calls/ |
H A D | main.cpp | 1 class Bool { class
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstShared.h | 34 Bool = 4, global() enumerator
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | current-instantiation.cpp | 170 struct Bool { struct 171 enum anonymous_enum { value = b };
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 89 bool Bool; member
|
H A D | MsgPackDocument.h | 57 bool Bool; member
|
/llvm-project/third-party/unittest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 359 inline internal::ParamGenerator<bool> Bool() { return Values(false, true); } in Bool() function
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.cpp | 101 __anonb09a0b610102(StringRef AttrName, bool &Bool) AArch64FunctionInfo() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | signal-handler.cpp | 187 bool Bool = true; in handler_cpp() local
|
H A D | easily-swappable-parameters-ignore-default.cpp | 9 using Bool = A; typedef
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | SimplifyBooleanExprCheck.cpp | 307 if (const auto *Bool = dyn_cast<CXXBoolLiteralExpr>(E)) { in getAsBoolLiteral() local 325 bool Bool = false; member 373 if (std::optional<bool> Bool = getAsBoolLiteral(Cond, true)) { in VisitIfStmt() local 628 const CXXBoolLiteralExpr *Bool = nullptr; in reportBinOp() local
|
/llvm-project/clang/test/Sema/ |
H A D | cast.c | 23 typedef _Bool Bool; typedef
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | every-enum.cpp | 71 enum Bool : bool { enum
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 344 Bool = 10, enumerator 407 Bool, enumerator 455 bool Bool; member
|
/llvm-project/llvm/unittests/ADT/ |
H A D | BitFieldsTest.cpp | 20 using Bool = Bitfield::Element<bool, 0, 1>; in TEST() typedef
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | AsmState.h | 276 Bool, global() enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | explicit.cpp | 116 struct Bool { in testBool() struct
|