/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocSizeofChecker.cpp | 211 const TypeSourceInfo *TSI = nullptr; in checkASTCodeBody() local 213 TSI = in checkASTCodeBody() 216 TSI = i->ExplicitCastType; in checkASTCodeBody() 234 if (TSI) in checkASTCodeBody() 235 Ranges.push_back(TSI->getTypeLoc().getSourceRange()); in checkASTCodeBody()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMMacroFusion.cpp | 67 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument 70 const ARMSubtarget &ST = static_cast<const ARMSubtarget&>(TSI); in shouldScheduleAdjacent()
|
/external/clang/lib/AST/ |
D | Comment.cpp | 235 const TypeSourceInfo *TSI = TD->getTypeSourceInfo(); in fill() local 236 if (!TSI) in fill() 238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill()
|
D | Decl.cpp | 771 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo()) in getLVForNamespaceScopeDecl() local 772 TypeAsWritten = TSI->getType(); in getLVForNamespaceScopeDecl() 918 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in getLVForClassMember() local 919 TypeAsWritten = TSI->getType(); in getLVForClassMember() 1644 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecStartLoc() local 1645 if (TSI) return TSI->getTypeLoc().getBeginLoc(); in getTypeSpecStartLoc() 2338 TypeSourceInfo *TSI = getTypeSourceInfo(); in getOriginalType() local 2339 QualType T = TSI ? TSI->getType() : getType(); in getOriginalType() 2912 const TypeSourceInfo *TSI = getTypeSourceInfo(); in getReturnTypeSourceRange() local 2913 if (!TSI) in getReturnTypeSourceRange() [all …]
|
D | TemplateBase.cpp | 447 if (TypeSourceInfo *TSI = getTypeSourceInfo()) in getSourceRange() local 448 return TSI->getTypeLoc().getSourceRange(); in getSourceRange()
|
D | DeclObjC.cpp | 1084 const auto *TSI = getReturnTypeSourceInfo(); in getReturnTypeSourceRange() local 1085 if (TSI) in getReturnTypeSourceRange() 1086 return TSI->getTypeLoc().getSourceRange(); in getReturnTypeSourceRange() 2166 TypeSourceInfo *TSI, in Create() argument 2168 return new (C, DC) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T, TSI, in Create()
|
D | DeclPrinter.cpp | 662 if (TypeSourceInfo *TSI = D->getFriendType()) { in VisitFriendDecl() local 667 Out << " " << TSI->getType().getAsString(Policy); in VisitFriendDecl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86MacroFusion.cpp | 26 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument 29 const X86Subtarget &ST = static_cast<const X86Subtarget&>(TSI); in shouldScheduleAdjacent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MacroFusion.h | 32 const TargetSubtargetInfo &TSI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMacroFusion.cpp | 30 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64MacroFusion.cpp | 262 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument 265 const AArch64Subtarget &ST = static_cast<const AArch64Subtarget&>(TSI); in shouldScheduleAdjacent()
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 326 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) { in InitializeCompoundLiteralInit() argument 328 TSI->getType()); in InitializeCompoundLiteralInit() 329 Result.TypeInfo = TSI; in InitializeCompoundLiteralInit()
|
/external/hyphenation-patterns/fr/ |
D | hyph-fr.lic.txt | 36 % application a TeX >> in TSI vol. 5 No 4, 1986 (C) AFCET-
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 720 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); in buildLambdaInitCaptureInitialization() local 724 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI, in buildLambdaInitCaptureInitialization() 772 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl() local 779 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl()
|
D | SemaObjCProperty.cpp | 188 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S); in ActOnProperty() local 189 QualType T = TSI->getType(); in ActOnProperty() 207 T, TSI, MethodImplKind); in ActOnProperty() 217 T, TSI, MethodImplKind); in ActOnProperty() 420 TypeSourceInfo *TSI, in HandlePropertyInClassExtension() argument 518 T, TSI, MethodImplKind, DC); in HandlePropertyInClassExtension()
|
D | SemaDeclCXX.cpp | 4527 TypeSourceInfo *TSI = TL.getParam(I)->getTypeSourceInfo(); in Check() local 4528 if (TSI) Visit(TSI->getTypeLoc(), Sema::AbstractParamType); in Check() 4541 if (TypeSourceInfo *TSI = TAL.getTypeSourceInfo()) in Check() local 4542 Visit(TSI->getTypeLoc(), Sema::AbstractNone); in Check() 4610 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in CheckAbstractClassUsage() local 4611 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone); in CheckAbstractClassUsage() 4630 if (TypeSourceInfo *TSI = FD->getTypeSourceInfo()) in CheckAbstractClassUsage() local 4631 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType); in CheckAbstractClassUsage() 4634 if (TypeSourceInfo *TSI = VD->getTypeSourceInfo()) in CheckAbstractClassUsage() local 4635 Info.CheckType(VD, TSI->getTypeLoc(), Sema::AbstractVariableType); in CheckAbstractClassUsage() [all …]
|
D | SemaTemplate.cpp | 3113 TypeSourceInfo *TSI = nullptr; in CheckTemplateTypeArgument() local 3122 TSI = AL.getTypeSourceInfo(); in CheckTemplateTypeArgument() 3181 TSI = TLB.getTypeSourceInfo(Context, ArgType); in CheckTemplateTypeArgument() 3186 TemplateArgumentLocInfo(TSI)); in CheckTemplateTypeArgument() 3204 if (CheckTemplateArgument(Param, TSI)) in CheckTemplateTypeArgument() 8161 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T); in ActOnTypenameType() local 8163 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>(); in ActOnTypenameType() 8168 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>(); in ActOnTypenameType() 8174 return CreateParsedType(T, TSI); in ActOnTypenameType() 8243 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T); in ActOnTypenameType() local [all …]
|
D | Sema.cpp | 615 if (TypeSourceInfo *TSI = (*I)->getFriendType()) { in IsRecordFullyDefined() local 617 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl()) in IsRecordFullyDefined()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 876 section_iterator TSI = Obj.section_end(); in findOPDEntrySection() local 878 TSI = *TSIOrErr; in findOPDEntrySection() 881 assert(TSI != Obj.section_end() && "TSI should refer to a valid section"); in findOPDEntrySection() 883 bool IsCode = TSI->isText(); in findOPDEntrySection() 884 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 750 QualType T, TypeSourceInfo *TSI, in ObjCPropertyDecl() argument 753 LParenLoc(LParenLocation), DeclType(T), DeclTypeSourceInfo(TSI), in ObjCPropertyDecl() 768 TypeSourceInfo *TSI, 783 void setType(QualType T, TypeSourceInfo *TSI) { in setType() argument 785 DeclTypeSourceInfo = TSI; in setType()
|
D | RecursiveASTVisitor.h | 828 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo()) 829 return getDerived().TraverseTypeLoc(TSI->getTypeLoc()); 1736 if (TypeSourceInfo *TSI = D->getTypeAsWritten()) \ 1737 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc())); \ 1858 if (TypeSourceInfo *TSI = D->getTypeSourceInfo()) { 1859 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 650 section_iterator TSI = Obj.section_end(); in findOPDEntrySection() local 652 TSI = *TSIOrErr; in findOPDEntrySection() 655 assert(TSI != Obj.section_end() && "TSI should refer to a valid section"); in findOPDEntrySection() 657 bool IsCode = TSI->isText(); in findOPDEntrySection() 658 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode, in findOPDEntrySection()
|
/external/arm-trusted-firmware/docs/plat/ |
D | poplar.rst | 27 CONNECTORS One connector for Smart Card One connector for TSI
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 286 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) { in getDeclaredResultType() local 287 QualType Ty = TSI->getType(); in getDeclaredResultType()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 733 const TargetSubtargetInfo &TSI = Asm->MF->getSubtarget(); in collectVariableInfoFromMMITable() local 734 const TargetFrameLowering *TFI = TSI.getFrameLowering(); in collectVariableInfoFromMMITable() 735 const TargetRegisterInfo *TRI = TSI.getRegisterInfo(); in collectVariableInfoFromMMITable()
|