Home
last modified time | relevance | path

Searched defs:T (Results 76 – 100 of 997) sorted by relevance

12345678910>>...40

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp73 static MCInstPrinter *createMSP430MCInstPrinter(const Triple &T, in createMSP430MCInstPrinter()
84 Target &T = getTheMSP430Target(); in LLVMInitializeMSP430TargetMC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp44 M68kAsmBackend(const Target &T) : MCAsmBackend(llvm::endianness::big) {} in M68kAsmBackend()
223 M68kELFAsmBackend(const Target &T, uint8_t OSABI) in M68kELFAsmBackend()
234 MCAsmBackend *llvm::createM68kAsmBackend(const Target &T, in createM68kAsmBackend()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp114 using T = typename PrimConv<OpType>::T; in emitRet() typedef
162 using T = typename PrimConv<OpType>::T; in emitGetLocal() typedef
174 using T = typename PrimConv<OpType>::T; in emitSetLocal() typedef
H A DPointer.cpp247 if (std::optional<PrimType> T = Ctx.classify(Ty)) { in toRValue() local
268 if (std::optional<PrimType> T = Ctx.classify(FieldTy)) { in toRValue() local
290 if (std::optional<PrimType> T = Ctx.classify(FieldTy)) { in toRValue() local
328 if (std::optional<PrimType> T = Ctx.classify(ElemTy)) { in toRValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp100 VEAsmBackend(const Target &T) in VEAsmBackend()
189 ELFVEAsmBackend(const Target &T, Triple::OSType OSType) in ELFVEAsmBackend()
226 MCAsmBackend *llvm::createVEAsmBackend(const Target &T, in createVEAsmBackend()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp39 X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &T) { in X86MCAsmInfoDarwin()
82 X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &T) { in X86ELFMCAsmInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp42 AArch64AsmBackend(const Target &T, const Triple &TT, bool IsLittleEndian) in AArch64AsmBackend()
592 DarwinAArch64AsmBackend(const Target &T, const Triple &TT, in DarwinAArch64AsmBackend()
770 ELFAArch64AsmBackend(const Target &T, const Triple &TT, uint8_t OSABI, in ELFAArch64AsmBackend()
786 COFFAArch64AsmBackend(const Target &T, const Triple &TheTriple) in COFFAArch64AsmBackend()
796 MCAsmBackend *llvm::createAArch64leAsmBackend(const Target &T, in createAArch64leAsmBackend()
816 MCAsmBackend *llvm::createAArch64beAsmBackend(const Target &T, in createAArch64beAsmBackend()
/freebsd/contrib/libdivsufsort/lib/
H A Dsssort.c141 ss_compare(const sauchar_t *T, in ss_compare()
167 ss_insertionsort(const sauchar_t *T, const saidx_t *PA, in ss_insertionsort()
310 ss_mintrosort(const sauchar_t *T, const saidx_t *PA, in ss_mintrosort()
502 ss_inplacemerge(const sauchar_t *T, const saidx_t *PA, in ss_inplacemerge()
545 ss_mergeforward(const sauchar_t *T, const saidx_t *PA, in ss_mergeforward()
595 ss_mergebackward(const sauchar_t *T, const saidx_t *PA, in ss_mergebackward()
654 ss_swapmerge(const sauchar_t *T, const saidx_t *PA, in ss_swapmerge()
747 sssort(const sauchar_t *T, const saidx_t *PA, in sssort()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h96 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C) {} in DIEAbbrev()
378 #define HANDLE_DIEVALUE(T) is##T, argument
426 #define HANDLE_DIEVALUE_SMALL(T) \ in destroyVal() argument
430 #define HANDLE_DIEVALUE_LARGE(T) \ in destroyVal() argument
447 #define HANDLE_DIEVALUE_SMALL(T) \ in copyVal() argument
451 #define HANDLE_DIEVALUE_LARGE(T) \ in copyVal() argument
479 #define HANDLE_DIEVALUE_SMALL(T) \ argument
484 #define HANDLE_DIEVALUE_LARGE(T) \ argument
500 #define HANDLE_DIEVALUE_SMALL(T) \ argument
505 #define HANDLE_DIEVALUE_LARGE(T) \ argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp557 const char *DeclSpec::getSpecifierName(DeclSpec::TST T, in getSpecifierName()
626 const char *DeclSpec::getSpecifierName(TQ T) { in getSpecifierName()
750 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
758 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType()
781 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
803 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
811 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType()
835 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, in SetTypeSpecType()
844 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
976 bool DeclSpec::SetTypeQual(TQ T, SourceLocation Loc, const char *&PrevSpec, in SetTypeQual()
[all …]
H A DSemaTemplate.cpp1410 QualType T = BaseSpec.getType(); in RequireStructuralType() local
2447 for (auto T : ParamTypes) { in buildSimpleDeductionGuide() local
3388 QualType T; in MatchTemplateParametersToScopeSpecifier() local
6342 bool Visit(QualType T) { in Visit()
6431 const DependentVectorType *T) { in VisitDependentVectorType()
6440 const ConstantMatrixType *T) { in VisitConstantMatrixType()
6562 const DependentBitIntType *T) { in VisitDependentBitIntType()
7578 QualType T; in CheckTemplateArgument() member in Sema::CheckTemplateArgument::TmplArgICEDiagnoser
8089 QualType T = OrigT; in BuildExpressionFromIntegralTemplateArgumentValue() local
11050 QualType T = in ActOnTypenameType() local
[all …]
H A DSemaType.cpp271 QualType T = in getAttributedType() local
2042 QualType Sema::BuildParenType(QualType T) { in BuildParenType()
2185 QualType Sema::BuildPointerType(QualType T, in BuildPointerType()
3061 QualType Sema::BuildFunctionType(QualType T, in BuildFunctionType()
3545 QualType T; in GetDeclSpecTypeForDeclarator() local
4699 QualType T = declSpecType; in GetFullTypeForDeclarator() local
6758 QualType T = TInfo->getType(); in ActOnTypeName() local
6943 QualType T; in HandleAddressSpaceTypeAttribute() local
9138 QualType T = Def->getType(); in completeExprArrayBound() local
9712 QualType T = E->getType(); in BuildTypeofExprType() local
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.ProcModelTrans.d41 proc_t *T; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp138 SparcAsmBackend(const Target &T) in SparcAsmBackend()
341 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend()
375 MCAsmBackend *llvm::createSparcAsmBackend(const Target &T, in createSparcAsmBackend()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h188 static bool classof(const OMPClause *T) { in classof()
515 static bool classof(const OMPClause *T) { in classof()
616 static bool classof(const OMPClause *T) { in classof()
868 static bool classof(const OMPClause *T) { in classof()
960 static bool classof(const OMPClause *T) { in classof()
1076 static bool classof(const OMPClause *T) { in classof()
1158 static bool classof(const OMPClause *T) { in classof()
1224 static bool classof(const OMPClause *T) { in classof()
1267 static bool classof(const OMPClause *T) { in classof()
1310 static bool classof(const OMPClause *T) { in classof()
[all …]
H A DExpr.h1009 static bool classof(const Stmt *T) { in classof()
1047 static bool classof(const Stmt *T) { in classof()
1117 static bool classof(const Stmt *T) { in classof()
1216 static bool classof(const Stmt *T) { in classof()
1468 static bool classof(const Stmt *T) { in classof()
1512 static bool classof(const Stmt *T) { in classof()
1557 static bool classof(const Stmt *T) { in classof()
1606 static bool classof(const Stmt *T) { in classof()
1682 static bool classof(const Stmt *T) { in classof()
1721 static bool classof(const Stmt *T) { in classof()
[all …]
H A DStmtObjC.h62 static bool classof(const Stmt *T) { in classof()
115 static bool classof(const Stmt *T) { in classof()
151 static bool classof(const Stmt *T) { in classof()
259 static bool classof(const Stmt *T) { in classof()
343 static bool classof(const Stmt *T) { in classof()
381 static bool classof(const Stmt *T) { in classof()
416 static bool classof(const Stmt *T) { in classof()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTree.cpp21 if (auto *T = dyn_cast<syntax::Tree>(N)) { in traverse() local
130 for (auto *T = this; T && T->Original; T = T->Parent) in replaceChildRangeLowLevel() local
195 const auto *T = cast<syntax::Tree>(N); in dumpNode() local
246 const auto *T = dyn_cast<Tree>(this); in assertInvariants() local
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl14 array1d(T, d) = Array{T, 1}(undef, d) argument
15 array2d(T, d1, d2) = Array{T, 2}(undef, d1, d2) argument
17 array1d(T, d) = Array(T, d) argument
18 array2d(T, d1, d2) = Array(T, d1, d2) argument
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp54 TargetInfo::TargetInfo(const llvm::Triple &T) : Triple(T) { in TargetInfo()
208 const char *TargetInfo::getTypeName(IntType T) { in getTypeName()
251 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier()
369 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h118 llvm::Constant *emitNullForMemory(QualType T) { in emitNullForMemory()
121 llvm::Constant *emitForMemory(llvm::Constant *C, QualType T) { in emitForMemory()
H A DCodeGenTypes.cpp92 llvm::Type *CodeGenTypes::ConvertTypeForMem(QualType T, bool ForBitField) { in ConvertTypeForMem()
203 QualType T = Context.getRecordType(RD); in RefreshTypeCacheForClass() local
290 llvm::Type *CodeGenTypes::ConvertType(QualType T) { in ConvertType()
636 llvm::Type *&T = InterfaceTypes[cast<ObjCInterfaceType>(Ty)]; in ConvertType() local
791 bool CodeGenTypes::isPointerZeroInitializable(QualType T) { in isPointerZeroInitializable()
796 bool CodeGenTypes::isZeroInitializable(QualType T) { in isZeroInitializable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp45 XtensaTargetMachine::XtensaTargetMachine(const Target &T, const Triple &TT, in XtensaTargetMachine()
59 XtensaTargetMachine::XtensaTargetMachine(const Target &T, const Triple &TT, in XtensaTargetMachine()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h81 QualType T; variable
113 QualType T, unsigned Count, const LocationContext *LCtx, in Profile()
219 QualType T; variable
257 const Stmt *S, QualType T, const LocationContext *LCtx, in Profile()
332 QualType T; variable
335 UnarySymExpr(const SymExpr *In, UnaryOperator::Opcode Op, QualType T) in UnarySymExpr()
360 UnaryOperator::Opcode Op, QualType T) { in Profile()
380 QualType T; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCTargetDesc.cpp60 static MCInstPrinter *createAVRMCInstPrinter(const Triple &T, in createAVRMCInstPrinter()
72 static MCStreamer *createMCStreamer(const Triple &T, MCContext &Context, in createMCStreamer()

12345678910>>...40