Home
last modified time | relevance | path

Searched defs:TSI (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp142 TypeSourceInfo *TSI) { in BuildUniqueStableNameExpr()
151 TypeSourceInfo *TSI = nullptr; in ActOnUniqueStableNameExpr() local
H A DSemaTemplateDeductionGuide.cpp83 TypeSourceInfo *transform(TypeSourceInfo *TSI) { return TransformType(TSI); } in transform()
170 TypeSourceInfo *TSI = InnerTLB.getTypeSourceInfo(Context, Transformed); in TransformTypedefType() local
447 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); in buildSimpleDeductionGuide() local
461 auto *TSI = SemaRef.Context.getTrivialTypeSourceInfo(T, Loc); in buildSimpleDeductionGuide() local
1216 auto *TSI = SemaRef.Context.getTrivialTypeSourceInfo(P->getType()); in DeclareImplicitDeductionGuidesForTypeAlias() local
H A DSemaLambda.cpp811 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); in buildLambdaInitCaptureInitialization() local
854 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl() local
2024 TypeSourceInfo *TSI = nullptr; in BuildCaptureField() local
H A DSemaObjCProperty.cpp183 TypeSourceInfo *TSI = SemaRef.GetTypeForDeclarator(FD.D); in ActOnProperty() local
409 TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension()
H A DCheckExprLifetime.cpp390 const TypeSourceInfo *TSI = FD->getTypeSourceInfo(); in implicitObjectParamIsLifetimeBound() local
H A DSemaTemplate.cpp1265 QualType Sema::CheckNonTypeTemplateParameterType(TypeSourceInfo *&TSI, in CheckNonTypeTemplateParameterType()
4616 TypeSourceInfo *TSI = nullptr; in CheckTemplateTypeArgument() local
6524 TypeSourceInfo *TSI = in CheckTemplateArgument() local
10278 TypeSourceInfo *TSI = nullptr; in ActOnTypenameType() local
10374 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T); in ActOnTypenameType() local
10432 TypeSourceInfo **TSI, in CheckTypenameType()
H A DSemaDeclCXX.cpp5983 TypeSourceInfo *TSI = TL.getParam(I)->getTypeSourceInfo(); in Check() local
5997 if (TypeSourceInfo *TSI = TAL.getTypeSourceInfo()) in Check() local
6067 if (TypeSourceInfo *TSI = FD->getTypeSourceInfo()) in CheckAbstractClassUsage() local
6103 if (TypeSourceInfo *TSI = FD->getTypeSourceInfo()) in CheckAbstractClassUsage() local
11446 TypeSourceInfo *TSI in CheckDeductionGuideDeclarator() local
12284 TypeSourceInfo *TSI = nullptr; ActOnUsingEnumDeclaration() local
13820 TypeSourceInfo *TSI = setupImplicitSpecialMemberType() local
15549 TypeSourceInfo *TSI = nullptr; DeclareImplicitCopyConstructor() local
17457 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); ActOnTemplatedFriendTag() local
17489 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); ActOnTemplatedFriendTag() local
17540 TypeSourceInfo *TSI = GetTypeForDeclarator(TheDeclarator); ActOnFriendTypeDecl() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMacroFusion.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMacroFusion.cpp27 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
H A DGCNVOPDUtils.cpp118 shouldScheduleVOPDAdjacent(const TargetInstrInfo & TII,const TargetSubtargetInfo & TSI,const MachineInstr * FirstMI,const MachineInstr & SecondMI) shouldScheduleVOPDAdjacent() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMacroFusion.cpp52 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MacroFusion.cpp36 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp27 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in CStyleCastPtrExpr() local
H A DInterpreter.cpp694 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(UIntTy); in HandleIntegralOrEnumType() local
702 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.VoidPtrTy); in HandlePtrType() local
767 TypeSourceInfo *TSI = in transformForValuePrinting() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp444 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp235 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp340 if (auto *TSI = E->getTypeSourceInfo()) in computeDependence() local
480 if (auto *TSI = DD->getTypeSourceInfo()) { in computeDependence() local
780 if (auto *TSI = E->getDestroyedTypeInfo()) in computeDependence() local
H A DTemplateBase.cpp596 if (TypeSourceInfo *TSI = getTypeSourceInfo()) in getSourceRange() local
H A DDecl.cpp829 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo()) in getLVForNamespaceScopeDecl() local
976 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in getLVForClassMember() local
1971 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecStartLoc() local
1977 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecEndLoc() local
2917 TypeSourceInfo *TSI = getTypeSourceInfo(); in getOriginalType() local
3860 const TypeSourceInfo *TSI = getTypeSourceInfo(); in getFunctionTypeLoc() local
4957 if (auto *TSI = getIntegerTypeSourceInfo()) { in getSourceRange() local
H A DExprCXX.cpp1109 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, in CXXTemporaryObjectExpr()
1128 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange, in Create()
1456 QualType T, TypeSourceInfo *TSI, SourceLocation LParenLoc, in CXXUnresolvedConstructExpr()
1473 const ASTContext &Context, QualType T, TypeSourceInfo *TSI, in Create()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp213 const TypeSourceInfo *TSI = nullptr; in checkASTCodeBody() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp385 if (auto *TSI = ED->getIntegerTypeSourceInfo()) in VisitEnumDecl() local
/freebsd/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c460 #define TSI(x, y) (pmcpl_ct_topscreen[x][pmcpl_ct_topmax[y].ln_index]) in pmcpl_ct_node_printtop() macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp103 const TargetSubtargetInfo *TSI = nullptr; member in __anon135b54a50111::SelectOptimizeImpl
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h433 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) { in InitializeCompoundLiteralInit()

123