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

  /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 38 base::Value* GlobalStorageInfo::NewValue() const {
59 base::Value* PerHostStorageInfo::NewValue() const {
82 base::Value* PerOriginStorageInfo::NewValue() const {
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 132 void VariantValue::setUnsigned(unsigned NewValue) {
135 Value.Unsigned = NewValue;
147 void VariantValue::setString(const std::string &NewValue) {
150 Value.String = new std::string(NewValue);
162 void VariantValue::setMatchers(const MatcherList &NewValue) {
165 Value.Matchers = new MatcherList(NewValue);
  /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 216 Value *NewValue = C;
228 NewValue = getOrInsertCVTA(M, F, I->second, Builder);
235 NewValue = remapConstantVectorOrConstantAggregate(M, F, C, Builder);
240 NewValue = remapConstantExpr(M, F, cast<ConstantExpr>(C), Builder);
243 ConstantToValueMap[C] = NewValue;
244 return NewValue;
270 Value *NewValue = UndefValue::get(C->getType());
274 NewValue = Builder.CreateInsertElement(NewValue, NewOperands[i], Idx);
278 NewValue
    [all...]
  /external/v8/src/
interface.h 51 static Interface* NewValue() {
scopes.h 53 Interface* interface = Interface::NewValue());
150 Interface* interface = Interface::NewValue());
163 Interface* interface = Interface::NewValue()) {
variables.h 83 Interface* interface = Interface::NewValue());
parser.h 770 Interface* interface = Interface::NewValue());
ast.h     [all...]
  /external/chromium_org/v8/src/
scopes.h 53 Interface* interface = Interface::NewValue());
157 Interface* interface = Interface::NewValue());
169 Interface* interface = Interface::NewValue(),
variables.h 83 Interface* interface = Interface::NewValue());
interface.h 66 static Interface* NewValue() {
parser.cc     [all...]
ast.h     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 277 // *theValue = newValue;
290 const ParmVarDecl *NewValue = D->getParamDecl(1);
291 QualType NewValueTy = NewValue->getType();
321 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 430 void setShouldVisitImplicitCode(bool NewValue) {
431 ShouldVisitImplicitCode = NewValue;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 534 void SetKnownSafe(const bool NewValue) {
535 RRI.KnownSafe = NewValue;
542 void SetTailCallRelease(const bool NewValue) {
543 RRI.IsTailCallRelease = NewValue;
554 void SetReleaseMetadata(MDNode *NewValue) {
555 RRI.ReleaseMetadata = NewValue;
562 void SetCFGHazardAfflicted(const bool NewValue) {
563 RRI.CFGHazardAfflicted = NewValue;
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 334 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
337 II->setIsPoisoned(NewValue);
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 239 milliseconds