Home
last modified time | relevance | path

Searched defs:NewValue (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/quota_internals/
Dquota_internals_types.cc40 base::Value* GlobalStorageInfo::NewValue() const { in NewValue() function in quota_internals::GlobalStorageInfo
61 base::Value* PerHostStorageInfo::NewValue() const { in NewValue() function in quota_internals::PerHostStorageInfo
84 base::Value* PerOriginStorageInfo::NewValue() const { in NewValue() function in quota_internals::PerOriginStorageInfo
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp132 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
147 void VariantValue::setString(const std::string &NewValue) { in setString()
162 void VariantValue::setMatchers(const MatcherList &NewValue) { in setMatchers()
/external/v8/src/
Dinterface.h51 static Interface* NewValue() { in NewValue() function
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp216 Value *NewValue = C; in remapConstant() local
270 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/chromium_org/v8/src/
Dinterface.h66 static Interface* NewValue() { in NewValue() function
/external/clang/lib/Analysis/
DBodyFarm.cpp290 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp534 void SetKnownSafe(const bool NewValue) { in SetKnownSafe()
542 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
554 void SetReleaseMetadata(MDNode *NewValue) { in SetReleaseMetadata()
562 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
1453 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
1473 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
/external/clang/lib/Parse/
DRAIIObjectsForParser.h344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp430 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
/external/clang/include/clang/Basic/
DIdentifierTable.h334 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
/external/clang/lib/AST/
DExprConstant.cpp1923 APValue NewValue(APValue::UninitArray(), NewElts, Size); in expandArray() local