Home
last modified time | relevance | path

Searched defs:False (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project/libcxx/test/std/utilities/meta/meta.logical/
H A Dnegation.pass.cpp22 struct False { static constexpr bool value = false; }; argument
H A Ddisjunction.compile.pass.cpp22 struct False { static constexpr bool value = false; }; struct
H A Dconjunction.compile.pass.cpp22 struct False { static constexpr bool value = false; }; struct
/llvm-project/clang/test/SemaTemplate/
H A Dconstraints.cpp11 struct False { static constexpr bool value = false; }; argument
/llvm-project/clang/test/SemaCXX/
H A DPR29152.cpp3 static const bool False = false; variable
/llvm-project/mlir/include/mlir/Reducer/
H A DTester.h37 False, enumerator
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dnested-requirement.cpp133 struct False { static constexpr bool value = false; }; argument
/llvm-project/clang/test/Layout/
H A Daix-bitfield-alignment.cpp21 enum class Bool : bool { False = 0, enumerator
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-mustprogress.cpp408 void False() { in False() function
/llvm-project/llvm/unittests/ADT/
H A DAPSIntTest.cpp203 APSInt False(APInt(1, 0), false); in TEST() local
246 APSInt False(APInt(1, 0)); in TEST() local
/llvm-project/libcxx/test/libcxx/utilities/meta/
H A Dmeta_base.pass.cpp24 using False = std::false_type; global() typedef
[all...]
/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.erasure/
H A Derase_if.pass.cpp37 auto False = [](auto) { return false; }; in test() local
/llvm-project/libcxx/test/std/strings/strings.erasure/
H A Derase_if.pass.cpp38 auto False = [](auto) { return false; }; in test() local
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/
H A Derase_if.pass.cpp37 auto False = [](auto) { return false; }; in test() local
/llvm-project/libcxx/test/std/containers/associative/set/set.erasure/
H A Derase_if.pass.cpp37 auto False = [](auto) { return false; }; in test() local
/llvm-project/libcxx/test/std/containers/sequences/deque/deque.erasure/
H A Derase_if.pass.cpp41 auto False = [](auto) { return false; }; in test() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h147 const Formula &True, &False; variable
/llvm-project/libcxx/test/std/containers/sequences/list/list.erasure/
H A Derase_if.pass.cpp37 auto False = [](auto) { return false; }; in test() local
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.erasure/
H A Derase_if.pass.cpp37 auto False = [](auto) { return false; }; in test() local
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DIterator.h100 enum class Kind { And, Or, True, False, Other }; enumerator
/llvm-project/lldb/tools/debugserver/source/
H A DJSON.h31 enum class Kind { String, Number, True, False, Null, Object, Array }; enumerator
281 False, enumerator
/llvm-project/libcxx/test/std/containers/associative/map/map.erasure/
H A Derase_if.pass.cpp48 auto False = [](auto) { return false; }; in test() local
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.erasure/
H A Derase_if.pass.cpp48 auto False = [](auto) { return false; }; in test() local
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
H A Derase_if.pass.cpp51 auto False = [](auto) { return false; }; in test() local
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/
H A Derase_if.pass.cpp50 auto False = [](auto) { return false; }; in test() local

1234