Searched refs:Stored (Results 1 – 11 of 11) sorted by relevance
55 QualType Stored; variable59 CanQual() : Stored() { } in CanQual()71 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } in getTypePtr()77 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()81 operator QualType() const { return Stored; } in QualType()87 return Stored.isNull(); in isNull()90 SplitQualType split() const { return Stored.split(); } in split()118 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); } in getQualifiers()121 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers(); } in getCVRQualifiers()124 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); } in hasQualifiers()[all …]
91 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()117 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()120 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()144 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()151 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
133 DeclOrType(Decl *D) : Stored(D), IsType(false) { } in DeclOrType()134 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { } in DeclOrType()141 return QualType::getFromOpaquePtr(Stored); in getType()146 return static_cast<Decl *>(Stored); in getDecl()150 void *Stored;
291 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = in cloneScopes() local294 Stored = I->second.get<Decl *>(); in cloneScopes()298 Stored = NewPack; in cloneScopes()
53 Stored enumerator
2800 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in InstantiatedLocal() local2801 if (Stored.isNull()) in InstantiatedLocal()2802 Stored = Inst; in InstantiatedLocal()2803 else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) in InstantiatedLocal()2806 assert(Stored.get<Decl *>() == Inst && "Already instantiated this local"); in InstantiatedLocal()2818 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in MakeInstantiatedLocalArgPack() local2819 assert(Stored.isNull() && "Already instantiated this local"); in MakeInstantiatedLocalArgPack()2821 Stored = Pack; in MakeInstantiatedLocalArgPack()
208 Stored position status (must be "Stored")
560 Stored in the @code{unchanging} field and printed as @samp{/u}.568 Stored in the @code{unchanging} field and printed as @samp{/u}.578 @code{sequence} below. Stored in the @code{unchanging} field and592 nonzero if the insn has been deleted. Stored in the608 this insn will always be executed. Stored in the @code{in_struct}618 Labels referenced by a non-local goto will have this bit set. Stored628 Stored in the @code{volatil} field and printed as @samp{/v}.639 Stored in the @code{in_struct} field and printed as @samp{/s}.648 Stored in the @code{jump} field and printed as @samp{/j}.660 Stored in the @code{frame_related} field and printed as @samp{/f}.[all …]
1038 Stmt **Stored = getStoredStmts(); in CapturedStmt() local1040 *Stored++ = CaptureInits[I]; in CapturedStmt()1043 *Stored = S; in CapturedStmt()
964 Stmt **Stored = getStoredStmts(); in LambdaExpr() local966 *Stored++ = CaptureInits[I]; in LambdaExpr()969 *Stored++ = getCallOperator()->getBody(); in LambdaExpr()
673 # Stored AAC streams (instead of the MP4 format)