Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp1122 ArrayRef<const ValueDecl *> Declarations) { in getUniqueDeclarationsTotalNumber() argument
1125 for (const ValueDecl *D : Declarations) { in getUniqueDeclarationsTotalNumber()
1137 ArrayRef<ValueDecl *> Declarations, in Create() argument
1145 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations); in Create()
1172 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1194 ArrayRef<ValueDecl *> Declarations, in Create() argument
1201 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations); in Create()
1227 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1244 ArrayRef<ValueDecl *> Declarations, in Create() argument
1251 Sizes.NumUniqueDeclarations = getUniqueDeclarationsTotalNumber(Declarations); in Create()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.td10 // Declarations that describe the BPF register file
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVRegisterInfo.td9 // Declarations that describe the SPIR-V register file.
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.td10 // Declarations that describe the XCore register file
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.td8 // Declarations that describe the Lanai register file
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCRegisterInfo.td10 // Declarations that describe the ARC register file
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.td10 // Declarations that describe the CSKY registers.
147 // Declarations that describe the CSKY register class.
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.td10 // Declarations that describe the MSP430 register file
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.td10 // Declarations that describe the PTX register file
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSystemRegister.td12 // Declarations that describe the ARM system-registers
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5149 getUniqueDeclarationsTotalNumber(ArrayRef<const ValueDecl *> Declarations);
5339 void setClauseInfo(ArrayRef<ValueDecl *> Declarations, in setClauseInfo() argument
5343 assert(getUniqueDeclarationsTotalNumber(Declarations) == in setClauseInfo()
5348 assert(Declarations.size() == ComponentLists.size() && in setClauseInfo()
5350 assert(Declarations.size() == NumComponentLists && in setClauseInfo()
5360 for (auto DI = Declarations.begin(), DE = Declarations.end(); DI != DE; in setClauseInfo()
5891 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
6864 ArrayRef<ValueDecl *> Declarations,
7065 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
7236 ArrayRef<Expr *> Inits, ArrayRef<ValueDecl *> Declarations,
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.td10 // Declarations that describe the LoongArch register files
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVERegisterInfo.td10 // Declarations that describe the VE register file
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp237 DenseMap<StringRef, const Record *> Declarations; in checkSTIPredicates() local
243 const auto It = Declarations.find(Name); in checkSTIPredicates()
244 if (It == Declarations.end()) { in checkSTIPredicates()
245 Declarations[Name] = R; in checkSTIPredicates()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DNodes.td238 // Declarations.
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td10 // Declarations that describe the AVR register file
/openbsd-src/gnu/llvm/libcxx/docs/
H A DReleaseNotes.rst89 - Declarations of ``std::c8rtomb()`` and ``std::mbrtoc8()`` from P0482R6 are
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td10 // Declarations that describe the Sparc register file
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi55 * Declarations:: Type declarations and variables.
687 list, @xref{Declarations}. Some declarations will not appear on this
822 @c Declarations
825 @node Declarations
826 @section Declarations
1909 more information, @pxref{Declarations}.
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td10 // Declarations that describe the RISC-V register files
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.td10 // Declarations that describe the MIPS register file
/openbsd-src/gnu/gcc/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}.
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td10 // Declarations that describe the Hexagon register file.

123