Home
last modified time | relevance | path

Searched defs:MyBool (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/utilities/variant/variant.relops/
H A Drelops.pass.cpp86 struct MyBool { struct
88 constexpr explicit MyBool(bool v) : value(v) {} in MyBool() argument
95 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument
/llvm-project/clang/test/CodeGenObjC/
H A Dreorder-synthesized-ivars.m24 @property (readwrite) BOOL MyBool; property
/llvm-project/mlir/test/python/ir/
H A Dattributes.py374 class MyBool: global() class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters.c16 typedef bool MyBool; typedef