HomeSort by relevance Sort by last modified time
    Searched refs:NewValue (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/Support/
SaveAndRestore.h 24 SaveAndRestore(T &X, const T &NewValue) : X(X), OldValue(X) {
25 X = NewValue;
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.h 41 base::Value* NewValue() const;
66 base::Value* NewValue() const;
99 base::Value* NewValue() const;
quota_internals_handler.cc 43 scoped_ptr<base::Value> value(data.NewValue());
52 values.Append(itr->NewValue());
63 origins_value.Append(itr->NewValue());
quota_internals_types.cc 40 base::Value* GlobalStorageInfo::NewValue() const {
61 base::Value* PerHostStorageInfo::NewValue() const {
84 base::Value* PerOriginStorageInfo::NewValue() const {
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
345 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
346 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
349 Ident__exception_code(Self.Ident__exception_code, NewValue),
350 Ident__exception_info(Self.Ident__exception_info, NewValue),
351 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
352 Ident___exception_code(Self.Ident___exception_code, NewValue),
353 Ident___exception_info(Self.Ident___exception_info, NewValue) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 213 Value *NewValue = C;
225 NewValue = getOrInsertCVTA(M, F, I->second, Builder);
232 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder);
237 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder);
240 ConstantToValueMap[C] = NewValue;
241 return NewValue;
267 Value *NewValue = UndefValue::get(C->getType());
271 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx);
275 NewValue
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 218 void VariantValue::setUnsigned(unsigned NewValue) {
221 Value.Unsigned = NewValue;
233 void VariantValue::setString(const std::string &NewValue) {
236 Value.String = new std::string(NewValue);
248 void VariantValue::setMatcher(const VariantMatcher &NewValue) {
251 Value.Matcher = new VariantMatcher(NewValue);
  /external/clang/include/clang/AST/
ExternalASTSource.h 412 void set(T NewValue) {
414 LazyVal->LastValue = NewValue;
417 Value = NewValue;
421 void setNotUpdated(T NewValue) { Value = NewValue; }
  /external/chromium_org/v8/src/
scopes.h 30 Interface* interface = Interface::NewValue());
134 Interface* interface = Interface::NewValue());
146 Interface* interface = Interface::NewValue(),
variables.h 60 Interface* interface = Interface::NewValue());
interface.h 43 static Interface* NewValue() {
parser.cc     [all...]
ast.h     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 289 // *theValue = newValue;
302 const ParmVarDecl *NewValue = D->getParamDecl(1);
303 QualType NewValueTy = NewValue->getType();
333 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 447 void SetKnownSafe(const bool NewValue) {
448 RRI.KnownSafe = NewValue;
455 void SetTailCallRelease(const bool NewValue) {
456 RRI.IsTailCallRelease = NewValue;
467 void SetReleaseMetadata(MDNode *NewValue) {
468 RRI.ReleaseMetadata = NewValue;
475 void SetCFGHazardAfflicted(const bool NewValue) {
476 RRI.CFGHazardAfflicted = NewValue;
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 332 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
335 II->setIsPoisoned(NewValue);
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 472 void setShouldVisitImplicitCode(bool NewValue) {
473 ShouldVisitImplicitCode = NewValue;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoex.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 320 milliseconds