Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h67 QualType Stored; variable
98 return Stored.isNull(); in isNull()
162 return Stored.withConst(); in withConst()
168 return Stored.isMoreQualifiedThan(Other.Stored); in isMoreQualifiedThan()
174 return Stored.isAtLeastAsQualifiedAs(Other.Stored); in isAtLeastAsQualifiedAs()
241 CanQual<T> Stored;
354 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() argument
646 Result.Stored = Other;
656 if (Stored.isNull())
659 if (isa<U>(Stored.getTypePtr()))
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp114 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
140 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
143 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
166 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
173 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp49 *pack += blocks_[GetBlockIdx(idx)].Stored(h.size + 1); in Store()
90 *pack += blocks_[block_idx].Stored(in_first); in Alloc()
91 *pack += blocks_[last_idx].Stored(count - in_first); in Alloc()
315 if (!ptr || !Stored(0)) in Pack()
369 bool StackStore::BlockInfo::Stored(uptr n) { in Stored() function in __sanitizer::StackStore::BlockInfo
H A Dsanitizer_stack_store.h110 bool Stored(uptr n);
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTWriter.h164 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType()
165 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType()
172 return QualType::getFromOpaquePtr(Stored); in getType()
177 return static_cast<Decl *>(Stored); in getDecl()
181 void *Stored;
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h58 Stored enumerator
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h449 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = in cloneScopes() local
452 Stored = I->second.get<Decl *>(); in cloneScopes()
456 Stored = NewPack; in cloneScopes()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/
H A DExternalMeta.t52 "Stored meta-data"
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp54 for (BlockInfo& b : store_.blocks_) res += b.Stored(0); in CountReadyToPackBlocks()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp326 Value *Stored = I.getOperand(0); in computeFunctionSummary() local
327 if (auto *GV = dyn_cast<GlobalValue>(Stored)) in computeFunctionSummary()
331 else if (auto *U = dyn_cast<User>(Stored)) in computeFunctionSummary()
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi417 Stored in the @code{in_struct} field and printed as @samp{/s}.
430 nonzero if the insn has been deleted. Stored in the
474 Stored in the @code{volatil} field and printed as @samp{/v}.
494 Stored in the @code{jump} field and printed as @samp{/j}.
516 Stored in the @code{volatil} field and printed as @samp{/v}.
532 contained in the exit test code for some loop. Stored in the
648 Stored in the @code{jump} field and printed as @samp{/j}.
655 Stored in the @code{jump} field and printed as @samp{/j}.
674 Stored in the @code{unchanging}
708 once. Stored in the @code{used} field.
[all …]
/openbsd/gnu/gcc/gcc/doc/
H A Drtl.texi592 nonzero if the insn has been deleted. Stored in the
628 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}.
670 Stored in the @code{volatil} field and printed as @samp{/v}.
677 Stored in the @code{call} field and printed as @samp{/c}.
789 Stored in the @code{jump} field and printed as @samp{/j}.
796 Stored in the @code{jump} field and printed as @samp{/j}.
815 Stored in the @code{unchanging}
849 once. Stored in the @code{used} field.
[all …]
H A Dgccint.info8982 Stored in the `unchanging' field and printed as `/u'.
8987 Stored in the `unchanging' field and printed as `/u'.
8992 Stored in the `unchanging' field and printed as `/u'.
9033 Stored in the `jump' field and printed as `/j'.
9051 Stored in the `call' field and printed as `/c'.
9076 register to use in place of the frame pointer. Stored in the
9114 Stored in the `unchanging' field and printed as `/u'.
9143 instruction. Stored in the `unchanging' field and `volatil'
9168 once. Stored in the `used' field.
9172 Stored in the `integrated' field and printed as `/i'.
[all …]
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp1332 Stmt **Stored = getStoredStmts(); in CapturedStmt() local
1334 *Stored++ = CaptureInits[I]; in CapturedStmt()
1337 *Stored = S; in CapturedStmt()
H A DExprCXX.cpp1215 Stmt **Stored = getStoredStmts(); in LambdaExpr() local
1217 *Stored++ = CaptureInits[I]; in LambdaExpr()
1220 *Stored++ = getCallOperator()->getBody(); in LambdaExpr()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4070 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in InstantiatedLocal() local
4071 if (Stored.isNull()) { in InstantiatedLocal()
4081 Stored = Inst; in InstantiatedLocal()
4082 } else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) { in InstantiatedLocal()
4085 assert(Stored.get<Decl *>() == Inst && "Already instantiated this local"); in InstantiatedLocal()
4106 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in MakeInstantiatedLocalArgPack() local
4108 Stored = Pack; in MakeInstantiatedLocalArgPack()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DFAQ.pod562 die "Streamed Stored not supported for '$filename'\n";
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp3065 const MachineOperand &Stored = in canExecuteInBundle() local
3067 if (!Stored.isReg()) in canExecuteInBundle()
3071 if (Op.isReg() && Op.isDef() && Op.getReg() == Stored.getReg()) in canExecuteInBundle()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp15854 unsigned Stored = 0; in EmitPPCBuiltinExpr() local
15862 Stored += 8; in EmitPPCBuiltinExpr()
15865 Result = StoreSubVec(4, NumBytes - Stored - 4, in EmitPPCBuiltinExpr()
15866 IsLE ? (Stored >> 2) : 3 - (Stored >> 2)); in EmitPPCBuiltinExpr()
15868 Stored += 4; in EmitPPCBuiltinExpr()
15871 Result = StoreSubVec(2, NumBytes - Stored - 2, in EmitPPCBuiltinExpr()
15872 IsLE ? (Stored >> 1) : 7 - (Stored >> 1)); in EmitPPCBuiltinExpr()
15874 Stored += 2; in EmitPPCBuiltinExpr()
15878 StoreSubVec(1, NumBytes - Stored - 1, IsLE ? Stored : 15 - Stored); in EmitPPCBuiltinExpr()
/openbsd/usr.bin/file/magdir/
H A Danimation671 # Stored AAC streams (instead of the MP4 format)
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5160delta.pod1093 it supports Streamed Stored context now. And fixed a Zip64 issue in
H A Dperlguts.pod494 =head2 What's Really Stored in an SV?
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19911872 symtab.c Stored pervasive types in a structure and make