| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1122 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 D | BPFRegisterInfo.td | 10 // Declarations that describe the BPF register file
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegisterInfo.td | 9 // Declarations that describe the SPIR-V register file.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreRegisterInfo.td | 10 // Declarations that describe the XCore register file
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiRegisterInfo.td | 8 // Declarations that describe the Lanai register file
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCRegisterInfo.td | 10 // Declarations that describe the ARC register file
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYRegisterInfo.td | 10 // Declarations that describe the CSKY registers. 147 // Declarations that describe the CSKY register class.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430RegisterInfo.td | 10 // Declarations that describe the MSP430 register file
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXRegisterInfo.td | 10 // Declarations that describe the PTX register file
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMSystemRegister.td | 12 // Declarations that describe the ARM system-registers
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5149 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 D | LoongArchRegisterInfo.td | 10 // Declarations that describe the LoongArch register files
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VERegisterInfo.td | 10 // Declarations that describe the VE register file
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 237 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 D | Nodes.td | 238 // Declarations.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRRegisterInfo.td | 10 // Declarations that describe the AVR register file
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | ReleaseNotes.rst | 89 - Declarations of ``std::c8rtomb()`` and ``std::mbrtoc8()`` from P0482R6 are
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcRegisterInfo.td | 10 // Declarations that describe the Sparc register file
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | BlockLanguageSpec.rst | 50 Block Variable Declarations
|
| H A D | PCHInternals.rst | 265 Declarations Block 278 Declarations in Clang's abstract syntax trees are stored hierarchically. At
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 55 * 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 D | RISCVRegisterInfo.td | 10 // Declarations that describe the RISC-V register files
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterInfo.td | 10 // Declarations that describe the MIPS register file
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 55 * 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 D | HexagonRegisterInfo.td | 10 // Declarations that describe the Hexagon register file.
|