Home
last modified time | relevance | path

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

12345

/external/libcxx/test/std/utilities/meta/meta.logical/
Ddisjunction.pass.cpp21 struct False { static constexpr bool value = false; }; argument
Dnegation.pass.cpp21 struct False { static constexpr bool value = false; }; argument
Dconjunction.pass.cpp21 struct False { static constexpr bool value = false; }; argument
/external/libcxx/test/std/experimental/utilities/meta/meta.logical/
Ddisjunction.pass.cpp23 struct False { static constexpr bool value = false; }; argument
Dnegation.pass.cpp23 struct False { static constexpr bool value = false; }; struct
Dconjunction.pass.cpp23 struct False { static constexpr bool value = false; }; argument
/external/skia/src/shaders/gradients/
DSk4fGradientPriv.h23 enum class ApplyPremul { True, False }; enumerator
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventListenerConstants.cs43 public const int False = 0; field in Antlr.Runtime.Debug.DebugEventListenerConstants
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventListenerConstants.cs43 public const int False = 0; field in Antlr.Runtime.Debug.DebugEventListenerConstants
/external/valgrind/tests/
Darch_test.c21 #define False 0 macro
Dlibc_test.c17 #define False 0 macro
Dos_test.c19 #define False 0 macro
Dx86_amd64_features.c22 #define False 0 macro
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLazyValueInfo.h41 Unknown = -1, False = 0, True = 1 enumerator
/external/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs50 internal static JsonToken False { get { return _false; } } property in Google.Protobuf.JsonToken
76 False, enumerator
/external/valgrind/none/tests/arm64/
Dcrc32.c21 #define False ((Bool)0) macro
Dmemory.c21 #define False ((Bool)0) macro
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DVerifierTest.cpp36 Constant *False = ConstantInt::getFalse(C); in TEST() local
/external/valgrind/none/tests/arm/
Dv8memory_t.c30 #define False ((Bool)0) macro
Dv8memory_a.c30 #define False ((Bool)0) macro
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h62 Unknown = -1, False = 0, True = 1 enumerator
/external/valgrind/none/tests/amd64/
Dpcmpxstrx64.c15 #define False ((Bool)0) macro
Dpcmpxstrx64w.c16 #define False ((Bool)0) macro
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False; typedef
98 typedef Cond<true, int, char>::False False; typedef
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp87False = nullptr // expected-error {{conversion from 'nullptr_t' to 'bool' is not allowed in a conv… enumerator

12345