HomeSort by relevance Sort by last modified time
    Searched refs:IsBoolean (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/pdfium/core/fpdfapi/parser/
cpdf_boolean.cpp 36 bool CPDF_Boolean::IsBoolean() const {
cpdf_boolean.h 28 bool IsBoolean() const override;
cpdf_object.cpp 69 bool CPDF_Object::IsBoolean() const {
cpdf_object.h 66 virtual bool IsBoolean() const;
  /external/v8/src/builtins/
builtins-async-iterator.cc 214 Branch(IsBoolean(var_done.value()), &done, &to_boolean);
245 CSA_ASSERT(this, IsBoolean(done));
317 CSA_ASSERT(this, IsBoolean(done));
  /external/pdfium/fxjs/
cfxjse_value.h 29 bool IsBoolean() const;
  /external/v8/src/crankshaft/
hydrogen-types.cc 48 if (raw_value->IsBoolean()) return HType::Boolean();
  /art/runtime/verifier/
reg_type.h 56 virtual bool IsBoolean() const { return false; }
138 IsShort() || IsBoolean();
143 bool IsBooleanTypes() const { return IsBoolean() || IsConstantBoolean(); }
145 return IsConstantByte() || IsByte() || IsBoolean();
148 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
155 IsBoolean();
288 if (IsBoolean()) {
484 bool IsBoolean() const OVERRIDE { return true; }
    [all...]
reg_type_test.cc 99 EXPECT_TRUE(bool_reg_type.IsBoolean());
132 EXPECT_FALSE(byte_reg_type.IsBoolean());
165 EXPECT_FALSE(char_reg_type.IsBoolean());
198 EXPECT_FALSE(short_reg_type.IsBoolean());
231 EXPECT_FALSE(int_reg_type.IsBoolean());
264 EXPECT_FALSE(long_reg_type.IsBoolean());
297 EXPECT_FALSE(float_reg_type.IsBoolean());
330 EXPECT_FALSE(double_reg_type.IsBoolean());
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTypes.cpp 126 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \
130 IsFloat & !IsVec, IsFloat & IsVec, IsBoolean, IsParam, \
  /external/v8/src/extensions/
externalize-string-extension.cc 71 if (args[1]->IsBoolean()) {
statistics-extension.cc 66 if (args[0]->IsBoolean() &&
  /external/v8/src/runtime/
runtime-utils.h 33 CHECK(args[index]->IsBoolean()); \
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 27 if !v.Type.IsBoolean() {
type.go 15 IsBoolean() bool // is a named or unnamed boolean type
59 func (t *CompilerType) IsBoolean() bool { return false }
92 func (t *TupleType) IsBoolean() bool { return false }
type_test.go 29 func (t *TypeImpl) IsBoolean() bool { return t.Boolean }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 27 if !v.Type.IsBoolean() {
type.go 15 IsBoolean() bool // is a named or unnamed boolean type
59 func (t *CompilerType) IsBoolean() bool { return false }
92 func (t *TupleType) IsBoolean() bool { return false }
type_test.go 29 func (t *TypeImpl) IsBoolean() bool { return t.Boolean }
  /external/v8/src/inspector/
v8-value-copier.cc 21 if (value->IsNull() || value->IsUndefined() || value->IsBoolean() ||
92 if (value->IsBoolean()) {
java-script-call-frame.cc 77 !result->IsBoolean())
  /external/v8/src/ic/
ic-state.cc 414 if (value->IsBoolean()) return BOOLEAN;
425 if (value->IsBoolean()) return BOOLEAN;
467 if (x->IsBoolean() && y->IsBoolean()) return BOOLEAN;
  /prebuilts/go/darwin-x86/src/go/types/
universe.go 26 Bool: {Bool, IsBoolean, "bool"},
45 UntypedBool: {UntypedBool, IsBoolean | IsUntyped, "untyped bool"},
  /prebuilts/go/linux-x86/src/go/types/
universe.go 26 Bool: {Bool, IsBoolean, "bool"},
45 UntypedBool: {UntypedBool, IsBoolean | IsUntyped, "untyped bool"},
  /external/python/cpython2/Lib/plat-mac/
aetypes.py 97 def IsBoolean(x):
101 if IsBoolean(bool): return bool

Completed in 554 milliseconds

1 2 3 4 5