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

  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 41 /// This global is stored to, but the only thing stored is the constant it
45 /// This global is stored to, but only its initializer and one other value
46 /// is ever stored to it. If this global isStoredOnce, we track the value
47 /// stored to it in StoredOnceValue below. This is only tracked for scalar
51 /// This global is stored to by multiple values or something else that we
53 Stored
56 /// If only one value (besides the initializer constant) is ever stored to
  /external/clang/include/clang/AST/
CanonicalType.h 39 /// BuiltinType, etc.). The type stored within @c CanQual<T> will be of that
54 QualType Stored;
58 CanQual() : Stored() { }
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
80 operator QualType() const { return Stored; }
86 return Stored.isNull();
89 SplitQualType split() const { return Stored.split(); }
117 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); }
120 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers();
    [all...]
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 89 if (GS.StoredType != GlobalStatus::Stored) {
96 // The stored value changes between threads; don't track it.
115 GS.StoredType = GlobalStatus::Stored;
118 GS.StoredType = GlobalStatus::Stored;
142 GS.StoredType = GlobalStatus::Stored;
149 GS.StoredType = GlobalStatus::Stored;
  /external/clang/include/clang/Sema/
Template.h 46 /// \brief The template argument lists, stored from the innermost template
208 /// set of instantiated parameters. This is stored as a DeclArgumentPack
291 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
294 Stored = I->second.get<Decl *>();
298 Stored = NewPack;
431 // will be stored in LA.
  /external/clang/include/clang/Serialization/
ASTWriter.h 92 /// stored in the stream, the ID number is shifted by 2 bits to
127 /// offset table where information about that input file is stored.
133 DeclOrType(Decl *D) : Stored(D), IsType(false) { }
134 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { }
141 return QualType::getFromOpaquePtr(Stored);
146 return static_cast<Decl *>(Stored);
150 void *Stored;
203 /// stored in the stream, the ID number is shifted by 2 bits to
335 /// headers. The declarations themselves are stored as declaration
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 218 % Stored to generate the legend
286 % Stored to generate the legend
355 % Stored to generate the legend
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
Stmt.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 257 // be stored correctly to chrome.storage.
284 * @param {NotificationDataEntry} notificationData Stored notification entry

Completed in 496 milliseconds