Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h67 QualType Stored; variable
83 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } in getTypePtr()
88 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()
92 operator QualType() const { return Stored; } in QualType()
98 return Stored.isNull(); in isNull()
101 SplitQualType split() const { return Stored.split(); } in split()
129 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); } in getQualifiers()
132 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers(); } in getCVRQualifiers()
135 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); } in hasQualifiers()
138 return Stored.isLocalConstQualified(); in isConstQualified()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp107 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
133 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
136 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
159 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
166 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h176 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType()
177 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType()
184 return QualType::getFromOpaquePtr(Stored); in getType()
189 return static_cast<Decl *>(Stored); in getDecl()
193 void *Stored;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h385 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = in cloneScopes() local
388 Stored = I->second.get<Decl *>(); in cloneScopes()
392 Stored = NewPack; in cloneScopes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h54 Stored enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp291 Value *Stored = I.getOperand(0); in computeFunctionSummary() local
292 if (auto *GV = dyn_cast<GlobalValue>(Stored)) in computeFunctionSummary()
296 else if (auto *U = dyn_cast<User>(Stored)) in computeFunctionSummary()
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.stats208 Stored position status (must be "Stored")
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A DREADME116 Stored password hash: K7gNU3sdo+OL0wNhqoVWhr3g6s1xYv72ol/pe/Unols=
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3624 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in InstantiatedLocal() local
3625 if (Stored.isNull()) { in InstantiatedLocal()
3635 Stored = Inst; in InstantiatedLocal()
3636 } else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) { in InstantiatedLocal()
3639 assert(Stored.get<Decl *>() == Inst && "Already instantiated this local"); in InstantiatedLocal()
3660 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in MakeInstantiatedLocalArgPack() local
3662 Stored = Pack; in MakeInstantiatedLocalArgPack()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1319 Stmt **Stored = getStoredStmts(); in CapturedStmt() local
1321 *Stored++ = CaptureInits[I]; in CapturedStmt()
1324 *Stored = S; in CapturedStmt()
H A DExprCXX.cpp1142 Stmt **Stored = getStoredStmts(); in LambdaExpr() local
1144 *Stored++ = CaptureInits[I]; in LambdaExpr()
1147 *Stored++ = getCallOperator()->getBody(); in LambdaExpr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Drtl.texi591 Stored in the @code{unchanging} field and printed as @samp{/u}.
601 @code{sequence} below. Stored in the @code{unchanging} field and
616 nonzero if the insn has been deleted. Stored in the
632 this insn will always be executed. Stored in the @code{in_struct}
642 Labels referenced by a non-local goto will have this bit set. Stored
652 Stored in the @code{volatil} field and printed as @samp{/v}.
661 Stored in the @code{jump} field and printed as @samp{/j}.
671 Stored in the @code{volatil} field and printed as @samp{/v}.
678 Stored in the @code{call} field and printed as @samp{/c}.
685 Stored in the @code{frame_related} field and printed as @samp{/f}.
[all …]
H A Dgccint.info16424 Stored in the 'unchanging' field and printed as '/u'.
16429 Stored in the 'unchanging' field and printed as '/u'.
16434 been deleted. Stored in the 'volatil' field and printed as '/v'.
16443 this insn will always be executed. Stored in the 'in_struct' field
16449 referenced by a non-local goto will have this bit set. Stored in
16454 reference to a non-local label. Stored in the 'volatil' field and
16461 Stored in the 'jump' field and printed as '/j'.
16465 volatile memory references. Stored in the 'volatil' field and
16469 In 'mem', nonzero for memory references that will not trap. Stored
16473 Nonzero in a 'mem' if the memory reference holds a pointer. Stored
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Drtl.texi592 Stored in the @code{unchanging} field and printed as @samp{/u}.
602 @code{sequence} below. Stored in the @code{unchanging} field and
617 nonzero if the insn has been deleted. Stored in the
633 this insn will always be executed. Stored in the @code{in_struct}
643 Labels referenced by a non-local goto will have this bit set. Stored
653 Stored in the @code{volatil} field and printed as @samp{/v}.
662 Stored in the @code{jump} field and printed as @samp{/j}.
672 Stored in the @code{volatil} field and printed as @samp{/v}.
679 Stored in the @code{call} field and printed as @samp{/c}.
686 Stored in the @code{frame_related} field and printed as @samp{/f}.
[all …]
H A Dgccint.info16826 Stored in the 'unchanging' field and printed as '/u'.
16831 Stored in the 'unchanging' field and printed as '/u'.
16836 been deleted. Stored in the 'volatil' field and printed as '/v'.
16845 this insn will always be executed. Stored in the 'in_struct' field
16851 referenced by a non-local goto will have this bit set. Stored in
16856 reference to a non-local label. Stored in the 'volatil' field and
16863 Stored in the 'jump' field and printed as '/j'.
16867 volatile memory references. Stored in the 'volatil' field and
16871 In 'mem', nonzero for memory references that will not trap. Stored
16875 Nonzero in a 'mem' if the memory reference holds a pointer. Stored
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-arc.texi327 @cindex Stored STATUS32 register on entry to level P0 interrupts, ARC
328 @cindex ARC Stored STATUS32 register on entry to level P0 interrupts
329 Stored STATUS32 register on entry to level P0 interrupts. Auxiliary
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-arc.texi327 @cindex Stored STATUS32 register on entry to level P0 interrupts, ARC
328 @cindex ARC Stored STATUS32 register on entry to level P0 interrupts
329 Stored STATUS32 register on entry to level P0 interrupts. Auxiliary
H A Das.info7718 Stored STATUS32 register on entry to level P0 interrupts.
27989 * ARC Stored STATUS32 register on entry to level P0 interrupts: ARC-Regs.
29743 * Stored STATUS32 register on entry to level P0 interrupts, ARC: ARC-Regs.
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-3.268 [Feature 20161217] Stored-procedure support for MySQL databases.
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dmysql_table400 # Stored-procedure support by John Fawcett.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2998 const MachineOperand &Stored = in canExecuteInBundle() local
3000 if (!Stored.isReg()) in canExecuteInBundle()
3004 if (Op.isReg() && Op.isDef() && Op.getReg() == Stored.getReg()) in canExecuteInBundle()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Danimation793 # Stored AAC streams (instead of the MP4 format)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3454.txt832 stringprep profile are called "unassigned code points". Stored
910 Stored strings MUST NOT contain any code points outside of AO for the
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19911872 symtab.c Stored pervasive types in a structure and make
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19911872 symtab.c Stored pervasive types in a structure and make

12