/external/clang/lib/Parse/ |
D | RAIIObjectsForParser.h | 344 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/ |
D | NVPTXGenericToNVVM.cpp | 213 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/ |
D | VariantValue.cpp | 218 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/ |
D | quota_internals_types.h | 41 base::Value* NewValue() const; 66 base::Value* NewValue() const; 99 base::Value* NewValue() const;
|
D | quota_internals_handler.cc | 42 scoped_ptr<base::Value> value(data.NewValue()); in ReportGlobalInfo() 51 values.Append(itr->NewValue()); in ReportPerHostInfo() 62 origins_value.Append(itr->NewValue()); in ReportPerOriginInfo()
|
D | quota_internals_types.cc | 40 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/ |
D | objc-properties.m | 53 - (void) setY:(MyClass*) NewValue { 54 _Y = NewValue; // no-warning 57 - (void) setZ:(MyClass*) NewValue { 58 _Z = NewValue; // no-warning
|
/external/llvm/include/llvm/Support/ |
D | SaveAndRestore.h | 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) { in SaveAndRestore() 25 X = NewValue; in SaveAndRestore()
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 412 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/ |
D | feedWatch.uml2.properties | 58 # 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…
|
D | feedWatch.emf.properties | 61 # 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/ |
D | scopes.h | 28 Interface* interface = Interface::NewValue()); 135 Interface* interface = Interface::NewValue()); 147 Interface* interface = Interface::NewValue(),
|
D | variables.h | 58 Interface* interface = Interface::NewValue());
|
D | interface.h | 44 static Interface* NewValue() { in NewValue() function
|
D | parser.cc | 1904 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()
|
D | ast.h | 3377 Interface* interface = Interface::NewValue(),
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 302 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/ |
D | ObjCARCOpts.cpp | 447 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/ |
D | RecursiveASTVisitorTest.cpp | 472 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode() argument 473 ShouldVisitImplicitCode = NewValue; in setShouldVisitImplicitCode()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 332 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject() argument 335 II->setIsPoisoned(NewValue); in PoisonIdentifierRAIIObject()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2067 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()
|