/external/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe() argument 124 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease() argument 125 RRI.IsTailCallRelease = NewValue; in SetTailCallRelease() 134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata() argument 138 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted() argument 139 RRI.CFGHazardAfflicted = NewValue; in SetCFGHazardAfflicted()
|
D | ObjCARCOpts.cpp | 718 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local 720 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n"); in OptimizeIndividualCalls() 721 CI->replaceAllUsesWith(NewValue); in OptimizeIndividualCalls() 738 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local 740 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n"); in OptimizeIndividualCalls() 742 CI->replaceAllUsesWith(NewValue); in OptimizeIndividualCalls()
|
/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 | 221 Value *NewValue = C; in remapConstant() local 233 NewValue = getOrInsertCVTA(M, F, I->second, Builder); in remapConstant() 240 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder); in remapConstant() 245 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder); in remapConstant() 248 ConstantToValueMap[C] = NewValue; in remapConstant() 249 return NewValue; in remapConstant() 275 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local 279 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx); in remapConstantVectorOrConstantAggregate() 283 NewValue = in remapConstantVectorOrConstantAggregate() 284 Builder.CreateInsertValue(NewValue, NewOperands[i], makeArrayRef(i)); in remapConstantVectorOrConstantAggregate() [all …]
|
/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/clang/lib/ASTMatchers/Dynamic/ |
D | VariantValue.cpp | 307 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned() argument 310 Value.Unsigned = NewValue; in setUnsigned() 322 void VariantValue::setString(const std::string &NewValue) { in setString() argument 325 Value.String = new std::string(NewValue); in setString() 337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher() argument 340 Value.Matcher = new VariantMatcher(NewValue); in setMatcher()
|
/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()
|
D | Endian.h | 119 void operator=(value_type NewValue) { 120 endian::write<value_type, endian, alignment>(Ptr, NewValue);
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 419 void set(T NewValue) { in set() 421 LazyVal->LastValue = NewValue; in set() 424 Value = NewValue; in set() 428 void setNotUpdated(T NewValue) { Value = NewValue; } in setNotUpdated()
|
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestExprVisitor.cpp | 116 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode() argument 117 ShouldVisitImplicitCode = NewValue; in setShouldVisitImplicitCode()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
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…
|
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…
|
/external/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 | 301 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local 302 QualType NewValueTy = NewValue->getType(); in create_OSAtomicCompareAndSwap() 332 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy), in create_OSAtomicCompareAndSwap()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 340 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject() argument 343 II->setIsPoisoned(NewValue); in PoisonIdentifierRAIIObject()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelDAGToDAG.cpp | 454 SDValue NewValue = CurDAG->getNode(ISD::BITCAST, SDLoc(N), in Select() local 456 SDValue NewStore = CurDAG->getStore(ST->getChain(), SDLoc(N), NewValue, in Select() 461 if (NewValue.getOpcode() == ISD::BITCAST) { in Select() 463 return SelectCode(NewValue.getNode()); in Select()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2086 APValue NewValue(APValue::UninitArray(), NewElts, Size); in expandArray() local 2088 NewValue.getArrayInitializedElt(I).swap(Array.getArrayInitializedElt(I)); in expandArray() 2090 NewValue.getArrayInitializedElt(I) = Array.getArrayFiller(); in expandArray() 2091 if (NewValue.hasArrayFiller()) in expandArray() 2092 NewValue.getArrayFiller() = Array.getArrayFiller(); in expandArray() 2093 Array.swap(NewValue); in expandArray()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5517 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); in CombineExtLoad() local 5519 CombineTo(N, NewValue); in CombineExtLoad() 5524 DAG.getNode(ISD::TRUNCATE, SDLoc(N0), N0.getValueType(), NewValue); in CombineExtLoad() 5526 ExtendSetCCUses(SetCCs, Trunc, NewValue, DL, in CombineExtLoad()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8543 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); in performCONDCombine() local 8544 DAG.ReplaceAllUsesWith(SubsNode, NewValue.getNode()); in performCONDCombine()
|