/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | CanonicalType.h | 67 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 D | GlobalStatus.cpp | 114 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 D | sanitizer_stack_store.cpp | 49 *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 D | sanitizer_stack_store.h | 110 bool Stored(uptr n);
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 164 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 D | GlobalStatus.h | 58 Stored enumerator
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Template.h | 449 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 D | ExternalMeta.t | 52 "Stored meta-data"
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stack_store_test.cpp | 54 for (BlockInfo& b : store_.blocks_) res += b.Stored(0); in CountReadyToPackBlocks()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 326 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 D | rtl.texi | 417 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 D | rtl.texi | 592 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 D | gccint.info | 8982 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 D | Stmt.cpp | 1332 Stmt **Stored = getStoredStmts(); in CapturedStmt() local 1334 *Stored++ = CaptureInits[I]; in CapturedStmt() 1337 *Stored = S; in CapturedStmt()
|
H A D | ExprCXX.cpp | 1215 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 D | SemaTemplateInstantiate.cpp | 4070 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 D | FAQ.pod | 562 die "Streamed Stored not supported for '$filename'\n";
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 3065 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 D | CGBuiltin.cpp | 15854 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 D | animation | 671 # Stored AAC streams (instead of the MP4 format)
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5160delta.pod | 1093 it supports Streamed Stored context now. And fixed a Zip64 issue in
|
H A D | perlguts.pod | 494 =head2 What's Really Stored in an SV?
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1991 | 1872 symtab.c Stored pervasive types in a structure and make
|