Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1068 ArrayRef<const ValueDecl *> Declarations) { in getUniqueDeclarationsTotalNumber() argument
1071 for (const ValueDecl *D : Declarations) { in getUniqueDeclarationsTotalNumber()
1083 ArrayRef<ValueDecl *> Declarations, in Create() argument
1091 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations); in Create()
1117 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1137 ArrayRef<ValueDecl *> Declarations, in Create() argument
1144 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations); in Create()
1170 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1187 ArrayRef<ValueDecl *> Declarations, in Create() argument
1194 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations); in Create()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dgetopt_.h.diff5 /* Declarations for getopt.
11 /* Declarations for getopt.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A DFILES180 | Declarations.
204 format.h Declarations of the language dependent format string handlers.
205 format-invalid.h Declarations of some error messages for invalid strings.
238 | Declarations.
265 | Declarations used by the backends.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.td10 // Declarations that describe the BPF register file
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.td10 // Declarations that describe the XCore register file
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.td10 // Declarations that describe the CSKY registers.
143 // Declarations that describe the CSKY register class.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.td8 // Declarations that describe the Lanai register file
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.td10 // Declarations that describe the MSP430 register file
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCRegisterInfo.td10 // Declarations that describe the ARC register file
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.td10 // Declarations that describe the PTX register file
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSystemRegister.td12 // Declarations that describe the ARM system-registers
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h4889 getUniqueDeclarationsTotalNumber(ArrayRef<const ValueDecl *> Declarations);
5079 void setClauseInfo(ArrayRef<ValueDecl *> Declarations, in setClauseInfo() argument
5083 assert(getUniqueDeclarationsTotalNumber(Declarations) == in setClauseInfo()
5088 assert(Declarations.size() == ComponentLists.size() && in setClauseInfo()
5090 assert(Declarations.size() == NumComponentLists && in setClauseInfo()
5100 for (auto DI = Declarations.begin(), DE = Declarations.end(); DI != DE; in setClauseInfo()
5625 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
6548 ArrayRef<ValueDecl *> Declarations,
6750 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
6921 ArrayRef<Expr *> Inits, ArrayRef<ValueDecl *> Declarations,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVERegisterInfo.td10 // Declarations that describe the VE register file
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp238 DenseMap<StringRef, const Record *> Declarations; in checkSTIPredicates() local
244 const auto It = Declarations.find(Name); in checkSTIPredicates()
245 if (It == Declarations.end()) { in checkSTIPredicates()
246 Declarations[Name] = R; in checkSTIPredicates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td10 // Declarations that describe the AVR register file
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.td238 // Declarations.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A DREADME.md71 | [attrib.d](https://github.com/dlang/dmd/blob/master/src/dmd/nogc.d) | Declarations of…
217 …thub.com/dlang/dmd/blob/master/src/dmd/gluelayer.d) | Declarations for back-end fu…
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Droken.h.in69 /* Declarations for Microsoft Windows */
118 /* Declarations for Microsoft Visual C runtime on Windows */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td10 // Declarations that describe the Sparc register file
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DBlockLanguageSpec.rst50 Block Variable Declarations
H A DPCHInternals.rst265 Declarations Block
278 Declarations in Clang's abstract syntax trees are stored hierarchically. At
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td10 // Declarations that describe the RISC-V register files
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td10 // Declarations that describe the Hexagon register file.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.td10 // Declarations that describe the MIPS register file
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfc-internals.texi747 * Accessing Declarations:: Accessing declarations.
861 @node Accessing Declarations

12345