Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DPtrState.h120 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
124 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
134 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
138 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
DObjCARCOpts.cpp718 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
738 llvm::Value *NewValue = UndefValue::get(CI->getType()); in OptimizeIndividualCalls() local
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp307 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
322 void VariantValue::setString(const std::string &NewValue) { in setString()
337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp221 Value *NewValue = C; in remapConstant() local
275 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/v8/src/
Dinterface.h44 static Interface* NewValue() { in NewValue() function
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp116 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
/external/clang/lib/Analysis/
DBodyFarm.cpp301 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local
/external/clang/lib/Parse/
DRAIIObjectsForParser.h344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/external/clang/include/clang/Basic/
DIdentifierTable.h340 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) in PoisonIdentifierRAIIObject()
/external/llvm/lib/Target/R600/
DAMDGPUISelDAGToDAG.cpp454 SDValue NewValue = CurDAG->getNode(ISD::BITCAST, SDLoc(N), in Select() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8543 SDValue NewValue = DAG.getNode(CondOpcode, SDLoc(SubsNode), VTs, Ops); in performCONDCombine() local
/external/clang/lib/AST/
DExprConstant.cpp2086 APValue NewValue(APValue::UninitArray(), NewElts, Size); in expandArray() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5517 SDValue NewValue = DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Loads); in CombineExtLoad() local