Home
last modified time | relevance | path

Searched refs:NewValue (Results 1 – 21 of 21) sorted by relevance

/external/clang/lib/Parse/
DRAIIObjectsForParser.h344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() argument
345 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue), in PoisonSEHIdentifiersRAIIObject()
346 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue), in PoisonSEHIdentifiersRAIIObject()
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue), in PoisonSEHIdentifiersRAIIObject()
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
349 Ident__exception_code(Self.Ident__exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
350 Ident__exception_info(Self.Ident__exception_info, NewValue), in PoisonSEHIdentifiersRAIIObject()
351 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue), in PoisonSEHIdentifiersRAIIObject()
352 Ident___exception_code(Self.Ident___exception_code, NewValue), in PoisonSEHIdentifiersRAIIObject()
353 Ident___exception_info(Self.Ident___exception_info, NewValue) { in PoisonSEHIdentifiersRAIIObject()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp213 Value *NewValue = C; in remapConstant() local
225 NewValue = getOrInsertCVTA(M, F, I->second, Builder); in remapConstant()
232 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder); in remapConstant()
237 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder); in remapConstant()
240 ConstantToValueMap[C] = NewValue; in remapConstant()
241 return NewValue; in remapConstant()
267 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
271 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx); in remapConstantVectorOrConstantAggregate()
275 NewValue = in remapConstantVectorOrConstantAggregate()
276 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate()
[all …]
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp218 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned() argument
221 Value.Unsigned = NewValue; in setUnsigned()
233 void VariantValue::setString(const std::string &NewValue) { in setString() argument
236 Value.String = new std::string(NewValue); in setString()
248 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher() argument
251 Value.Matcher = new VariantMatcher(NewValue); in setMatcher()
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
Dquota_internals_types.h41 base::Value* NewValue() const;
66 base::Value* NewValue() const;
99 base::Value* NewValue() const;
Dquota_internals_handler.cc42 scoped_ptr<base::Value> value(data.NewValue()); in ReportGlobalInfo()
51 values.Append(itr->NewValue()); in ReportPerHostInfo()
62 origins_value.Append(itr->NewValue()); in ReportPerOriginInfo()
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/test/Analysis/
Dobjc-properties.m53 - (void) setY:(MyClass*) NewValue {
54 _Y = NewValue; // no-warning
57 - (void) setZ:(MyClass*) NewValue {
58 _Z = NewValue; // no-warning
/external/llvm/include/llvm/Support/
DSaveAndRestore.h24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { in SaveAndRestore()
25 X = NewValue; in SaveAndRestore()
/external/clang/include/clang/AST/
DExternalASTSource.h412 void set(T NewValue) { in set()
414 LazyVal->LastValue = NewValue; in set()
417 Value = NewValue; in set()
421 void setNotUpdated(T NewValue) { Value = NewValue; } in setNotUpdated()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedWatch.uml2.properties58 # feedWatchAction.NewValue.0 - The changed value of the node you asked for, from the latest versi…
73 # If the node is found and the feed has been changed, the property feedWatchAction.NewValue.0
74 # (and/or feedWatchAction.NewValue.1, feedWatchAction.NewValue.2, etc.) will be set to the new chan…
DfeedWatch.emf.properties61 # feedWatchAction.NewValue.0 - The changed value of the node you asked for, from the latest versi…
76 # If the node is found and the feed has been changed, the property feedWatchAction.NewValue.0
77 # (and/or feedWatchAction.NewValue.1, feedWatchAction.NewValue.2, etc.) will be set to the new chan…
/external/chromium_org/v8/src/
Dscopes.h28 Interface* interface = Interface::NewValue());
135 Interface* interface = Interface::NewValue());
147 Interface* interface = Interface::NewValue(),
Dvariables.h58 Interface* interface = Interface::NewValue());
Dinterface.h44 static Interface* NewValue() { in NewValue() function
Dparser.cc1904 VariableProxy* proxy = NewUnresolved(name, VAR, Interface::NewValue()); in ParseNativeDeclaration()
1945 VariableProxy* proxy = NewUnresolved(name, mode, Interface::NewValue()); in ParseFunctionDeclaration()
1979 VariableProxy* proxy = NewUnresolved(name, mode, Interface::NewValue()); in ParseClassDeclaration()
2201 is_const ? Interface::NewConst() : Interface::NewValue(); in ParseVariableDeclarations()
2988 NewUnresolved(names->at(i), LET, Interface::NewValue()); in DesugarLetBindingsInForStatement()
3024 NewUnresolved(names->at(i), LET, Interface::NewValue()); in DesugarLetBindingsInForStatement()
3127 is_const ? Interface::NewConst() : Interface::NewValue(); in ParseForStatement()
3193 scope_->NewUnresolved(factory(), name, Interface::NewValue()); in ParseForStatement()
Dast.h3377 Interface* interface = Interface::NewValue(),
/external/clang/lib/Analysis/
DBodyFarm.cpp302 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
303 QualType NewValueTy = NewValue->getType(); in create_OSAtomicCompareAndSwap()
333 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy), in create_OSAtomicCompareAndSwap()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp447 void SetKnownSafe(const bool NewValue) { in SetKnownSafe() argument
448 RRI.KnownSafe = NewValue; in SetKnownSafe()
455 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() argument
456 RRI.IsTailCallRelease = NewValue; in SetTailCallRelease()
467 void SetReleaseMetadata(MDNode *NewValue) { in SetReleaseMetadata() argument
468 RRI.ReleaseMetadata = NewValue; in SetReleaseMetadata()
475 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted() argument
476 RRI.CFGHazardAfflicted = NewValue; in SetCFGHazardAfflicted()
1339 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
1341 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n"); in OptimizeIndividualCalls()
[all …]
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp472 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode() argument
473 ShouldVisitImplicitCode = NewValue; in setShouldVisitImplicitCode()
/external/clang/include/clang/Basic/
DIdentifierTable.h332 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject() argument
335 II->setIsPoisoned(NewValue); in PoisonIdentifierRAIIObject()
/external/clang/lib/AST/
DExprConstant.cpp2067 APValue NewValue(APValue::UninitArray(), NewElts, Size); in expandArray() local
2069 NewValue.getArrayInitializedElt(I).swap(Array.getArrayInitializedElt(I)); in expandArray()
2071 NewValue.getArrayInitializedElt(I) = Array.getArrayFiller(); in expandArray()
2072 if (NewValue.hasArrayFiller()) in expandArray()
2073 NewValue.getArrayFiller() = Array.getArrayFiller(); in expandArray()
2074 Array.swap(NewValue); in expandArray()