Home
last modified time | relevance | path

Searched defs:IsFalse (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/FlatBuffers.Test/
DAssert.cs110 public static void IsFalse(bool value) in IsFalse() method in FlatBuffers.Test.Assert
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1117 bool IsTrue = true, IsFalse = true; in evaluateCMPrr() local
1144 bool IsTrue = true, IsFalse = true; in evaluateCMPri() local
1172 bool IsTrue = true, IsFalse = true; in evaluateCMPrp() local
DHexagonISelLoweringHVX.cpp529 auto IsFalse = [] (SDValue V) { in buildHvxVectorPred() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1070 llvm::Value *IsFalse = Builder.getFalse(); in GenerateCode() local
/external/v8/src/
Dapi.cc3358 bool Value::IsFalse() const { in IsFalse() function in v8::Value