Home
last modified time | relevance | path

Searched refs:Declarations (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp781 ArrayRef<const ValueDecl *> Declarations) { in getUniqueDeclarationsTotalNumber() argument
784 for (const ValueDecl *D : Declarations) { in getUniqueDeclarationsTotalNumber()
805 getUniqueDeclarationsTotalNumber(Declarations); in Create()
830 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
856 getUniqueDeclarationsTotalNumber(Declarations); in Create()
881 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
905 getUniqueDeclarationsTotalNumber(Declarations); in Create()
930 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
966 getUniqueDeclarationsTotalNumber(Declarations); in Create()
993 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
[all …]
/freebsd-12.1/contrib/gperf/doc/
H A Dgperf.texi122 * Declarations:: Declarations.
127 Declarations
331 * Declarations:: Declarations.
352 @subsection Declarations
365 @node User-supplied Struct, Gperf Declarations, Declarations, Declarations
418 @node Gperf Declarations, C Code Inclusion, User-supplied Struct, Declarations
419 @subsubsection Gperf Declarations
633 @node C Code Inclusion, , Gperf Declarations, Declarations
886 (@pxref{Gperf Declarations}).
923 (@pxref{Gperf Declarations}).
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.td11 // Declarations that describe the BPF register file
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.td11 // Declarations that describe the XCore register file
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.td9 // Declarations that describe the Lanai register file
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h3596 getUniqueDeclarationsTotalNumber(ArrayRef<const ValueDecl *> Declarations);
3745 void setClauseInfo(ArrayRef<ValueDecl *> Declarations, in setClauseInfo() argument
3749 assert(getUniqueDeclarationsTotalNumber(Declarations) == in setClauseInfo()
3754 assert(Declarations.size() == ComponentLists.size() && in setClauseInfo()
3756 assert(Declarations.size() == NumComponentLists && in setClauseInfo()
3766 for (auto DI = Declarations.begin(), DE = Declarations.end(); DI != DE; in setClauseInfo()
4191 ArrayRef<ValueDecl *> Declarations,
4915 ArrayRef<ValueDecl *> Declarations,
5014 ArrayRef<ValueDecl *> Declarations,
5149 ArrayRef<ValueDecl *> Declarations,
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.td11 // Declarations that describe the PTX register file
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.td11 // Declarations that describe the MSP430 register file
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARCRegisterInfo.td11 // Declarations that describe the ARC register file
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSystemRegister.td13 // Declarations that describe the ARM system-registers
H A DARMRegisterInfo.td13 // Declarations that describe the ARM register file
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp239 DenseMap<StringRef, const Record *> Declarations; in checkSTIPredicates() local
245 const auto It = Declarations.find(Name); in checkSTIPredicates()
246 if (It == Declarations.end()) { in checkSTIPredicates()
247 Declarations[Name] = R; in checkSTIPredicates()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td11 // Declarations that describe the AVR register file
/freebsd-12.1/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config32 # Declarations for SNMP-USER-BASED-SM-MIB authentication and privacy options
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td11 // Declarations that describe the RISC-V register files
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Droken.h.in62 /* Declarations for Microsoft Windows */
126 /* Declarations for Microsoft Visual C runtime on Windows */
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td11 // Declarations that describe the Sparc register file
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td11 // Declarations that describe the Hexagon register file.
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.td11 // Declarations that describe the MIPS register file
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td31 // Declarations that describe the SI registers
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi55 * Declarations:: Type declarations and variables.
684 list, @xref{Declarations}. Some declarations will not appear on this
819 @c Declarations
822 @node Declarations
823 @section Declarations
2069 more information, @pxref{Declarations}.
H A Drtl.texi37 * RTL Declarations:: Declaring volatility, constancy, etc.
2403 @node RTL Declarations
2404 @section Declarations
/freebsd-12.1/contrib/gperf/
H A DChangeLog173 * doc/gperf.texi (Gperf Declarations): Document %define
282 * doc/gperf.texi (Gperf Declarations): Document %define
367 (Gperf Declarations): Document %pic, %define string-pool-name,
567 * doc/gperf.texi (Gperf Declarations): Document %ignore-case.
935 * doc/gperf.texi (Declarations): Add new subnodes.
936 (User-supplied Struct, Gperf Declarations, C Code Inclusion): New
1026 * doc/gperf.texi (Declarations): Correct the example.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td350 // Declarations.
/freebsd-12.1/contrib/gcc/
H A Dtree.def291 /* Declarations. All references to names are represented as ..._DECL

12