Home
last modified time | relevance | path

Searched refs:Stored (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h54 QualType Stored; variable
58 CanQual() : Stored() { } in CanQual()
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } in getTypePtr()
76 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()
80 operator QualType() const { return Stored; } in QualType()
86 return Stored.isNull(); in isNull()
89 SplitQualType split() const { return Stored.split(); } in split()
117 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); } in getQualifiers()
120 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers(); } in getCVRQualifiers()
123 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); } in hasQualifiers()
[all …]
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp92 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
118 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
121 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
145 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
152 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h53 Stored enumerator
/external/clang/include/clang/Sema/
DTemplate.h296 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = in cloneScopes() local
299 Stored = I->second.get<Decl *>(); in cloneScopes()
303 Stored = NewPack; in cloneScopes()
/external/clang/include/clang/Serialization/
DASTWriter.h137 DeclOrType(Decl *D) : Stored(D), IsType(false) { } in DeclOrType()
138 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { } in DeclOrType()
145 return QualType::getFromOpaquePtr(Stored); in getType()
150 return static_cast<Decl *>(Stored); in getDecl()
154 void *Stored;
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2808 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in InstantiatedLocal() local
2809 if (Stored.isNull()) { in InstantiatedLocal()
2819 Stored = Inst; in InstantiatedLocal()
2820 } else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) { in InstantiatedLocal()
2823 assert(Stored.get<Decl *>() == Inst && "Already instantiated this local"); in InstantiatedLocal()
2844 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in MakeInstantiatedLocalArgPack() local
2846 Stored = Pack; in MakeInstantiatedLocalArgPack()
/external/clang/lib/AST/
DExprCXX.cpp968 Stmt **Stored = getStoredStmts(); in LambdaExpr() local
970 *Stored++ = CaptureInits[I]; in LambdaExpr()
973 *Stored++ = getCallOperator()->getBody(); in LambdaExpr()
DStmt.cpp1095 Stmt **Stored = getStoredStmts(); in CapturedStmt() local
1097 *Stored++ = CaptureInits[I]; in CapturedStmt()
1100 *Stored = S; in CapturedStmt()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.image_load_store.txt62 The image is of the same format as the texture bound to it. Stored results are
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Dusingdatastore.rst225 Retrieving the Stored Greetings With GQL