Home
last modified time | relevance | path

Searched refs:Templates (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp445 TemplateInsts Templates = {}; in collectBuiltins() local
447 Templates = getTemplateInsts(BuiltinRecord); in collectBuiltins()
449 Templates.Affix.emplace_back(); in collectBuiltins()
450 Templates.Substitution.emplace_back(); in collectBuiltins()
454 zip(Templates.Substitution, Templates.Affix)) { in collectBuiltins()
458 (Templates.IsPrefix ? Affix + Spelling : Spelling + Affix).str(); in collectBuiltins()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h163 struct Templates { struct
165 using Tail = Templates<Tail_...>; argument
169 struct Templates<Head_> {
/freebsd/contrib/ntp/sntp/libevent/
H A Devconfig-private.h.in1 /* evconfig-private.h template - see "Configuration Header Templates" */
/freebsd/contrib/libevent/
H A Devconfig-private.h.in1 /* evconfig-private.h template - see "Configuration Header Templates" */
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZilsd.td29 // Instruction Class Templates
H A DRISCVInstrInfoZclsd.td15 // Instruction Class Templates
H A DRISCVInstrInfoZicbo.td28 // Instruction Class Templates
H A DRISCVInstrInfoXqccmp.td57 // Instruction Class Templates
H A DRISCVInstrInfoZc.td102 // Instruction Class Templates
H A DRISCVInstrInfoXAndes.td88 // Instruction Class Templates
H A DRISCVInstrInfoXCV.td51 // Instruction Class Templates
H A DRISCVInstrInfoC.td232 // Instruction Class Templates
H A DRISCVInstrInfoXqci.td419 // Instruction Class Templates
H A DRISCVInstrInfo.td615 // Instruction Class Templates
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td445 // FPStack Instruction Templates:
461 // Templates for instructions that use a 16- or 32-bit segmented address as
565 // SSE1 Instruction Templates:
596 // SSE2 Instruction Templates:
660 // SSE3 Instruction Templates:
680 // SSSE3 Instruction Templates:
708 // SSE4.1 Instruction Templates:
722 // SSE4.2 Instruction Templates:
736 // AVX Instruction Templates:
750 // AVX2 Instruction Templates:
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h291 typedef ::testing::internal::Templates<__VA_ARGS__> gtest_AllTests_; \
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td102 // Instruction Class Templates
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4312 ASTContext &Context, const UnresolvedSetImpl &Templates, in setDependentTemplateSpecialization() argument
4316 DependentFunctionTemplateSpecializationInfo::Create(Context, Templates, in setDependentTemplateSpecialization()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td99 // Instruction Class Templates
/freebsd/contrib/file/magic/Magdir/
H A Ddatabase883 # like: Archives.msf Drafts.msf INBOX.msf Junk.msf Sent.msf Templates.msf Trash.msf
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td238 // Instruction Class Templates
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3061 ASTContext &Context, const UnresolvedSetImpl &Templates,
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td448 // Instruction Class Templates
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td846 /// C++ Templates
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md162 ### Mocking Class Templates
4118 ### Writing New Action Templates Quickly

12