Home
last modified time | relevance | path

Searched refs:TSI (Results 1 – 25 of 43) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp211 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/clang/lib/AST/
DComment.cpp235 const TypeSourceInfo *TSI = TD->getTypeSourceInfo(); in fill() local
236 if (!TSI) in fill()
238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill()
DDecl.cpp771 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 …]
DTemplateBase.cpp447 if (TypeSourceInfo *TSI = getTypeSourceInfo()) in getSourceRange() local
448 return TSI->getTypeLoc().getSourceRange(); in getSourceRange()
DDeclObjC.cpp1084 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()
DDeclPrinter.cpp662 if (TypeSourceInfo *TSI = D->getFriendType()) { in VisitFriendDecl() local
667 Out << " " << TSI->getType().getAsString(Policy); in VisitFriendDecl()
/external/clang/include/clang/Sema/
DInitialization.h326 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) { in InitializeCompoundLiteralInit() argument
328 TSI->getType()); in InitializeCompoundLiteralInit()
329 Result.TypeInfo = TSI; in InitializeCompoundLiteralInit()
/external/hyphenation-patterns/fr/
Dhyph-fr.lic.txt36 % application a TeX >> in TSI vol. 5 No 4, 1986 (C) AFCET-
/external/clang/lib/Sema/
DSemaLambda.cpp720 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()
DSemaObjCProperty.cpp188 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()
DSemaDeclCXX.cpp4527 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 …]
DSemaTemplate.cpp3113 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 …]
DSema.cpp615 if (TypeSourceInfo *TSI = (*I)->getFriendType()) { in IsRecordFullyDefined() local
617 if (CXXRecordDecl *FriendD = TSI->getType()->getAsCXXRecordDecl()) in IsRecordFullyDefined()
DSemaDecl.cpp4735 TypeSourceInfo *TSI = nullptr; in RebuildDeclaratorInCurrentInstantiation() local
4736 QualType T = S.GetTypeFromParser(DS.getRepAsType(), &TSI); in RebuildDeclaratorInCurrentInstantiation()
4742 if (!TSI) in RebuildDeclaratorInCurrentInstantiation()
4743 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc()); in RebuildDeclaratorInCurrentInstantiation()
4746 TSI = S.RebuildTypeInCurrentInstantiation(TSI, D.getIdentifierLoc(), Name); in RebuildDeclaratorInCurrentInstantiation()
4747 if (!TSI) return true; in RebuildDeclaratorInCurrentInstantiation()
4750 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI); in RebuildDeclaratorInCurrentInstantiation()
9423 TypeSourceInfo *TSI, in deduceVarTypeFromInitializer() argument
9479 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) { in deduceVarTypeFromInitializer()
9486 << (DeduceInit->getType().isNull() ? TSI->getType() in deduceVarTypeFromInitializer()
[all …]
/external/clang/include/clang/AST/
DDeclObjC.h750 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()
DRecursiveASTVisitor.h828 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()));
DExprCXX.h625 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { in setTypeOperandSourceInfo() argument
627 Operand = TSI; in setTypeOperandSourceInfo()
825 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { in setTypeOperandSourceInfo() argument
827 Operand = TSI; in setTypeOperandSourceInfo()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp876 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/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp481 Value *TSI = Builder->CreateLShr(Op0, C1->logBase2(), Op1->getName()+".t", in visitUDiv() local
489 return SelectInst::Create(Cond, TSI, FSI); in visitUDiv()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp286 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) { in getDeclaredResultType() local
287 QualType Ty = TSI->getType(); in getDeclaredResultType()
DMemRegion.cpp881 if (const TypeSourceInfo *TSI = BD->getSignatureAsWritten()) in getVarRegion() local
882 T = TSI->getType(); in getVarRegion()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h138 const TargetSelectionDAGInfo &TSI;
205 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp733 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()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h182 const SelectionDAGTargetInfo *TSI;
330 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5930 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitMemCmpCall() local
5932 TSI.EmitTargetCodeForMemcmp(DAG, getCurSDLoc(), DAG.getRoot(), in visitMemCmpCall()
6027 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitMemChrCall() local
6029 TSI.EmitTargetCodeForMemchr(DAG, getCurSDLoc(), DAG.getRoot(), in visitMemChrCall()
6055 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrCpyCall() local
6057 TSI.EmitTargetCodeForStrcpy(DAG, getCurSDLoc(), getRoot(), in visitStrCpyCall()
6084 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrCmpCall() local
6086 TSI.EmitTargetCodeForStrcmp(DAG, getCurSDLoc(), DAG.getRoot(), in visitStrCmpCall()
6111 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrLenCall() local
6113 TSI.EmitTargetCodeForStrlen(DAG, getCurSDLoc(), DAG.getRoot(), in visitStrLenCall()
[all …]

12