HomeSort by relevance Sort by last modified time
    Searched defs:IsConstant (Results 1 - 12 of 12) sorted by null

  /art/compiler/optimizing/
locations.h 75 bool IsConstant() const {
85 DCHECK(IsConstant());
  /external/chromium_org/third_party/skia/src/animator/
SkOperand2.h 34 enum IsConstant {
44 IsConstant fIsConstant : 8;
51 bool isConstant() const { return fIsConstant == kConstant; }
  /external/skia/src/animator/
SkOperand2.h 34 enum IsConstant {
44 IsConstant fIsConstant : 8;
51 bool isConstant() const { return fIsConstant == kConstant; }
  /external/ceres-solver/internal/ceres/
parameter_block.h 129 bool IsConstant() const { return is_constant_; }
  /external/llvm/lib/AsmParser/
LLParser.cpp 439 bool LLParser::ParseGlobalType(bool &IsConstant) {
441 IsConstant = true;
443 IsConstant = false;
445 IsConstant = false;
813 bool IsConstant, IsExternallyInitialized;
822 ParseGlobalType(IsConstant) ||
875 GV->setConstant(IsConstant);
    [all...]
  /external/chromium_org/v8/src/
property.h 259 bool IsConstant() const {
265 return IsConstant() && GetConstant()->IsJSFunction();
types.h 374 bool IsConstant() {
653 ASSERT(type->IsConstant());
    [all...]
  /art/runtime/verifier/
reg_type.h 74 bool IsConstant() const {
126 return IsConstant() && (ConstantValue() >= 0) && (ConstantValue() <= 1);
150 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
169 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
180 return IsFloat() || IsConstant();
595 return IsConstant() && ConstantValue() >= 0 &&
599 return IsConstant() &&
604 return IsConstant() &&
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 46 static bool IsConstant(Type* t) { return IsStruct(t, 1); }
95 static bool IsConstant(Handle<HeapType> t) { return IsStruct(t, 1); }
370 Rep::IsConstant(type1) == Rep::IsConstant(type2) &&
381 (!Rep::IsConstant(type1) ||
530 CHECK(this->IsConstant(type));
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 391 bool IsConstant = Type.isConstant(SemaRef.getASTContext());
402 if (IsConstant &&
815 else if (VD->getType().isConstant(SemaRef.getASTContext()))
    [all...]
  /external/lldb/include/lldb/Core/
ValueObject.h 478 IsConstant () const
1002 return m_update_point.IsConstant();
    [all...]

Completed in 530 milliseconds