Home
last modified time | relevance | path

Searched refs:Helpers (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/t/mro/
H A Ddbic_dfs.t44 xx::DBIx::Class::Relationship::Helpers
52 package xx::DBIx::Class::Relationship::Helpers; use mro 'dfs';
104 xx::DBIx::Class::Relationship::Helpers
H A Ddbic_c3.t44 xx::DBIx::Class::Relationship::Helpers
52 package xx::DBIx::Class::Relationship::Helpers; use mro 'c3';
100 xx::DBIx::Class::Relationship::Helpers
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/riscv/
H A Dint_mul_impl.inc9 // Helpers used by __mulsi3, __muldi3.
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DZip.rst7 .. include:: ../Helpers/Styles.rst
H A DRanges.rst7 .. include:: ../Helpers/Styles.rst
H A DCxx14.rst7 .. include:: ../Helpers/Styles.rst
H A DFormat.rst7 .. include:: ../Helpers/Styles.rst
H A DSpaceship.rst7 .. include:: ../Helpers/Styles.rst
H A DCxx2b.rst7 .. include:: ../Helpers/Styles.rst
H A DCxx17.rst7 .. include:: ../Helpers/Styles.rst
H A DCxx20.rst7 .. include:: ../Helpers/Styles.rst
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h323 ArrayRef<OMPIteratorHelperData> Helpers);
361 ArrayRef<OMPIteratorHelperData> Helpers);
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptParser.td116 // Helpers for defining options.
147 // Helpers for defining marshalling information (typically used in Clang's -cc1
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dint_div_impl.inc9 // Helpers used by __udivsi3, __umodsi3, __udivdi3, and __umodsi3.
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp5082 ArrayRef<OMPIteratorHelperData> Helpers) in OMPIteratorExpr() argument
5092 setHelper(I, Helpers[I]); in OMPIteratorExpr()
5102 ArrayRef<OMPIteratorHelperData> Helpers) { in Create() argument
5103 assert(Data.size() == Helpers.size() && in Create()
5109 Helpers.size()), in Create()
5111 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsSystemZ.def289 // Helpers to implement vec_revb.
H A DDiagnosticCommonKinds.td10 // Common Helpers
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Schedule.td64 // Helpers to mark SchedWrites as unsupported.
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td21 // Helpers to define the SDNode patterns.
H A DRISCVInstrInfo.td1645 // Helpers for defining specific operations. They are defined for each system
H A DRISCVInstrInfoVVLPatterns.td21 // Helpers to define the VL patterns.
H A DRISCVInstrInfoVPseudos.td621 // Helpers to define the different pseudo instructions.
3708 // Helpers to define the intrinsic patterns.
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td52 // Helpers
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td265 // Helpers for defining instructions that directly correspond to intrinsics.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp5479 SmallVector<OMPIteratorHelperData, 4> Helpers; in ActOnOMPIteratorExpr() local
5624 OMPIteratorHelperData &HD = Helpers.emplace_back(); in ActOnOMPIteratorExpr()
5631 Helpers.assign(ID.size(), {}); in ActOnOMPIteratorExpr()
5642 LLoc, RLoc, ID, Helpers); in ActOnOMPIteratorExpr()

12