Home
last modified time | relevance | path

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

123

/external/libchrome-gestures/src/
Dprop_registry.cc85 Json::Value BoolProperty::NewValue() const { in NewValue() function in gestures::BoolProperty
123 Json::Value BoolArrayProperty::NewValue() const { in NewValue() function in gestures::BoolArrayProperty
161 Json::Value DoubleProperty::NewValue() const { in NewValue() function in gestures::DoubleProperty
200 Json::Value DoubleArrayProperty::NewValue() const { in NewValue() function in gestures::DoubleArrayProperty
243 Json::Value IntProperty::NewValue() const { in NewValue() function in gestures::IntProperty
282 Json::Value IntArrayProperty::NewValue() const { in NewValue() function in gestures::IntArrayProperty
320 Json::Value StringProperty::NewValue() const { in NewValue() function in gestures::StringProperty
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.h121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
DPtrState.h121 void SetKnownSafe(const bool NewValue) { RRI.KnownSafe = NewValue; } in SetKnownSafe()
125 void SetTailCallRelease(const bool NewValue) { in SetTailCallRelease()
135 void SetReleaseMetadata(MDNode *NewValue) { RRI.ReleaseMetadata = NewValue; } in SetReleaseMetadata()
139 void SetCFGHazardAfflicted(const bool NewValue) { in SetCFGHazardAfflicted()
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerConstantIntrinsics.cpp51 Value *NewValue) { in replaceConditionalBranchesOnConstant()
116 Value *NewValue; in lowerConstantIntrinsics() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLowerConstantIntrinsics.cpp54 Value *NewValue, in replaceConditionalBranchesOnConstant()
133 Value *NewValue; in lowerConstantIntrinsics() local
/external/bazelbuild-rules_android/src/tools/ak/extractaar/
Dbuildozer.go26 NewValue string member
/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp307 void VariantValue::setUnsigned(unsigned NewValue) { in setUnsigned()
322 void VariantValue::setString(StringRef NewValue) { in setString()
337 void VariantValue::setMatcher(const VariantMatcher &NewValue) { in setMatcher()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp161 Value *NewValue = C; in remapConstant() local
214 Value *NewValue = PoisonValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp165 Value *NewValue = C; in remapConstant() local
218 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h70 Value *NewValue = nullptr; member
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp216 Value *NewValue = C; in remapConstant() local
269 Value *NewValue = UndefValue::get(C->getType()); in remapConstantVectorOrConstantAggregate() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h73 Value *NewValue = nullptr; member
/external/swiftshader/third_party/subzero/src/
DIceUtils.h164 BoolFlagSaver(bool &F, bool NewValue) : OldValue(F), Flag(F) { F = NewValue; } in BoolFlagSaver()
DIceLoopAnalyzer.cpp75 void setOnStack(bool NewValue = true) { OnStack = NewValue; } in setOnStack()
DIceAssembler.h77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition()
/external/golang-protobuf/internal/impl/
Dconvert_map.go113 func (ms *mapReflect) NewValue() protoreflect.Value { func
/external/golang-protobuf/reflect/protoreflect/
Dvalue.go274 NewValue() Value methodSpec
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp116 void setShouldVisitImplicitCode(bool NewValue) { in setShouldVisitImplicitCode()
/external/golang-protobuf/testing/protocmp/
Dreflect.go253 func (ms reflectMap) NewValue() protoreflect.Value { func
/external/golang-protobuf/testing/prototest/
Dmessage.go432 func (m testMap) NewValue() protoreflect.Value { panic("unimplemented") } func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h109 void setValue(uint64_t NewValue) { Value = NewValue; } in setValue()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DIntrinsicInst.cpp115 Value *NewValue) { in replaceVariableLocationOp()
153 Value *NewValue) { in replaceVariableLocationOp()
/external/clang/lib/Parse/
DRAIIObjectsForParser.h350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject()
/external/clang/lib/Analysis/
DBodyFarm.cpp299 const ParmVarDecl *NewValue = D->getParamDecl(1); in create_OSAtomicCompareAndSwap() local

123