Searched defs:IsConstant (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkOperand2.h34 enum IsConstant { enum in struct:SkScriptValue2
44 IsConstant fIsConstant : 8;
/external/skia/src/animator/
H A DSkOperand2.h34 enum IsConstant { enum in struct:SkScriptValue2
44 IsConstant fIsConstant : 8;
/external/ceres-solver/internal/ceres/
H A Dparameter_block.h129 bool IsConstant() const { return is_constant_; } function in class:ceres::internal::ParameterBlock
/external/chromium_org/v8/src/
H A Dproperty.h177 bool IsConstant() const { function in class:v8::internal::BASE_EMBEDDED
H A Dtypes.h426 bool IsConstant() { function in class:v8::internal::TypeImpl
761 DCHECK(type->IsConstant());
H A Dhydrogen.h2487 bool IsConstant() const { return lookup_.IsConstant(); } function in class:v8::internal::HOptimizedGraphBuilder::PropertyAccessInfo
/external/llvm/lib/AsmParser/
H A DLLParser.cpp439 bool LLParser::ParseGlobalType(bool &IsConstant) { argument
441 IsConstant = true;
443 IsConstant = false;
445 IsConstant = false;
813 bool IsConstant, IsExternallyInitialized; local
822 ParseGlobalType(IsConstant) ||
875 GV->setConstant(IsConstant);
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py3028 for arg in func.GetOriginalArgs() if not arg.IsConstant()
3054 if invalid_arg.IsConstant():
3063 if arg.IsConstant():
3303 constants = [arg for arg in func.GetOriginalArgs() if arg.IsConstant()]
3470 for arg in func.GetOriginalArgs() if not arg.IsConstant()
3496 for arg in func.GetOriginalArgs() if not arg.IsConstant()
4800 for arg in func.GetOriginalArgs() if not arg.IsConstant()]))
5252 if not arg.IsConstant():
5283 if not arg.IsConstant():
5389 arg for arg in func.GetOriginalArgs()[0:-1] if arg.IsConstant()
6056 def IsConstant(self): member in class:NamedType
6095 def IsConstant(self): member in class:Argument
6321 def IsConstant(self): member in class:EnumBaseArgument
[all...]
/external/lldb/include/lldb/Core/
H A DValueObject.h478 IsConstant () const function in class:lldb_private::ValueObject::EvaluationPoint
1002 return m_update_point.IsConstant();
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp391 bool IsConstant = Type.isConstant(SemaRef.getASTContext()); local
402 if (IsConstant &&
1352 bool IsConstant = NewStep->isIntegerConstantExpr(Result, SemaRef.Context); local
1355 IsConstant && Result.isSigned() && (Subtract != Result.isNegative());
1356 bool IsConstZero = IsConstant && !Result.getBoolValue();
2623 bool IsConstant = Type.isConstant(Context); local
2649 if (!(IsConstant || VD->isStaticDataMember()) && !DVar.RefExpr &&
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2107 const VarDecl *VD, bool IsConstant) {
2109 return getLLVMLinkageForDeclarator(VD, Linkage, IsConstant);
2106 getLLVMLinkageVarDefinition( const VarDecl *VD, bool IsConstant) argument
/external/llvm/lib/IR/
H A DCore.cpp1444 void LLVMSetGlobalConstant(LLVMValueRef GlobalVar, LLVMBool IsConstant) { argument
1445 unwrap<GlobalVariable>(GlobalVar)->setConstant(IsConstant != 0);

Completed in 432 milliseconds