Home
last modified time | relevance | path

Searched defs:TL (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp60 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
84 bool VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
119 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
135 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
140 bool VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
165 bool VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
175 bool TraverseTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in TraverseTemplateSpecializationTypeLoc()
195 bool VisitDeducedTemplateSpecializationTypeLoc(DeducedTemplateSpecializationTypeLoc TL) { in VisitDeducedTemplateSpecializationTypeLoc()
205 bool VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) { in VisitInjectedClassNameTypeLoc()
210 bool VisitDependentNameTypeLoc(DependentNameTypeLoc TL) { in VisitDependentNameTypeLoc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5815 static void fillAttributedTypeLoc(AttributedTypeLoc TL, in fillAttributedTypeLoc()
5820 static void fillHLSLAttributedResourceTypeLoc(HLSLAttributedResourceTypeLoc TL, in fillHLSLAttributedResourceTypeLoc()
5879 void VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
5883 void VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) { in VisitBTFTagAttributedTypeLoc()
5886 void VisitHLSLAttributedResourceTypeLoc(HLSLAttributedResourceTypeLoc TL) { in VisitHLSLAttributedResourceTypeLoc()
5890 void VisitHLSLInlineSpirvTypeLoc(HLSLInlineSpirvTypeLoc TL) {} in VisitHLSLInlineSpirvTypeLoc()
5891 void VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) { in VisitMacroQualifiedTypeLoc()
5896 void VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
5901 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()
5902 void VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
[all …]
H A DTreeTransform.h4655 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType, in TransformNestedNameSpecifierLoc() local
5189 TypeLoc TL = DI->getTypeLoc(); in TransformType() local
5241 TypeLoc TL = DI->getTypeLoc(); in TransformTypeWithDeducedTST() local
5301 QualifiedTypeLoc TL) { in RebuildQualifiedType()
5385 TreeTransform<Derived>::TransformTypeInObjectScope(TypeLoc TL, in TransformTypeInObjectScope()
5414 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope()
5490 AdjustedTypeLoc TL) { in TransformAdjustedType()
5497 DecayedTypeLoc TL) { in TransformDecayedType()
5514 ArrayParameterTypeLoc TL) { in TransformArrayParameterType()
5530 PointerTypeLoc TL) { in TransformPointerType()
[all …]
H A DSemaTemplateVariadic.cpp83 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) override { in VisitTemplateTypeParmTypeLoc()
168 bool TraverseTypeLoc(TypeLoc TL) override { in TraverseTypeLoc()
201 bool TraversePackExpansionTypeLoc(PackExpansionTypeLoc TL) override { in TraversePackExpansionTypeLoc()
214 bool TraversePackIndexingTypeLoc(PackIndexingTypeLoc TL) override { in TraversePackIndexingTypeLoc()
610 void Sema::collectUnexpandedParameterPacks(TypeLoc TL, in collectUnexpandedParameterPacks()
701 PackExpansionTypeLoc TL = TLB.push<PackExpansionTypeLoc>(Result); in CheckPackExpansion() local
H A DSemaCXXScopeSpec.cpp675 SubstTemplateTypeParmTypeLoc TL in BuildCXXNestedNameSpecifier() local
679 SubstTemplateTypeParmPackTypeLoc TL in BuildCXXNestedNameSpecifier() local
H A DSemaTemplateInstantiate.cpp1647 FunctionProtoTypeLoc TL) { in TransformFunctionProtoType()
1653 InjectedClassNameTypeLoc TL) { in TransformInjectedClassNameType()
1977 TypeLoc TL = OldParm->getTypeSourceInfo()->getTypeLoc(); in maybeInstantiateFunctionParameterToScope() local
2584 FunctionProtoTypeLoc TL, in TransformFunctionProtoType()
2642 TemplateTypeParmTypeLoc TL, in TransformTemplateTypeParmType()
2726 TypeLocBuilder &TLB, SubstTemplateTypeParmPackTypeLoc TL, in TransformSubstTemplateTypeParmPackType()
2994 TypeSourceInfo *Sema::SubstType(TypeLoc TL, in SubstType()
3052 TypeLoc TL = T->getTypeLoc().IgnoreParens(); in NeedsInstantiationAsFunctionType() local
3088 TypeLoc TL = T->getTypeLoc(); in SubstFunctionDeclType() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp129 TypeLoc TL = SrcTL.IgnoreParens(); in lookThroughTypedefOrTypeAliasLocs() local
156 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc()
180 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); in getFunctionTypeLoc() local
361 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
H A DTypeLoc.cpp55 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { in getLocalSourceRangeImpl()
126 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { in getNextTypeLocImpl()
133 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl()
186 TypeLoc TL(getType(), Data); in copy() local
310 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) { in isKind()
447 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl()
690 TypeLoc VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
H A DASTTypeTraits.cpp203 else if (const TypeLoc *TL = get<TypeLoc>()) in print() local
231 else if (const TypeLoc *TL = get<TypeLoc>()) in dump() local
242 if (const TypeLoc *TL = get<TypeLoc>()) in getSourceRange() local
H A DNestedNameSpecifier.cpp431 TypeLoc TL(Qualifier->getAsType(), TypeData); in getLocalSourceRange() local
549 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, TypeLoc TL, in Extend()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp352 void TypeLocWriter::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
356 void TypeLocWriter::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
366 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
370 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
374 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
378 void TypeLocWriter::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
382 void TypeLocWriter::VisitArrayParameterTypeLoc(ArrayParameterTypeLoc TL) { in VisitArrayParameterTypeLoc()
386 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
390 void TypeLocWriter::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
394 void TypeLocWriter::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
[all …]
H A DASTReader.cpp7118 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
7122 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
7132 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
7136 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
7140 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
7144 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
7148 void TypeLocReader::VisitArrayParameterTypeLoc(ArrayParameterTypeLoc TL) { in VisitArrayParameterTypeLoc()
7152 void TypeLocReader::VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) { in VisitMacroQualifiedTypeLoc()
7156 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
7160 void TypeLocReader::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h324 else if (const auto *TL = N.get<TypeLoc>()) in Visit() local
499 void VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc TL) { in VisitFunctionProtoTypeLoc()
504 void VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
511 void VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
515 void VisitVariableArrayTypeLoc(VariableArrayTypeLoc TL) { in VisitVariableArrayTypeLoc()
518 void VisitDependentSizedArrayTypeLoc(DependentSizedArrayTypeLoc TL) { in VisitDependentSizedArrayTypeLoc()
521 void VisitDependentSizedExtVectorTypeLoc(DependentSizedExtVectorTypeLoc TL) { in VisitDependentSizedExtVectorTypeLoc()
524 void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) { in VisitTypeOfExprTypeLoc()
527 void VisitDecltypeType(DecltypeType TL) { in VisitDecltypeType()
530 void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
[all …]
H A DDynamicRecursiveASTVisitor.h222 virtual bool VisitTypeLoc(TypeLoc TL) { return true; } in VisitTypeLoc()
228 bool WalkUpFromTypeLoc(TypeLoc TL) { return VisitTypeLoc(TL); } in WalkUpFromTypeLoc()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXSubtarget.h32 DirectXTargetLowering TL; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp109 SourceLocation StartLocationForType(TypeLoc TL) { in StartLocationForType()
122 SourceLocation EndLocationForType(TypeLoc TL) { in EndLocationForType()
139 NestedNameSpecifier *GetNestedNameForType(TypeLoc TL) { in GetNestedNameForType()
384 if (const auto *TL = Parents[0].get<TypeLoc>()) in VisitTypeLoc() local
/freebsd/sys/contrib/ck/include/
H A Dck_elide.h231 #define CK_ELIDE_TRYLOCK_PROTOTYPE(N, T, TL_P, TL) \ argument
288 #define CK_ELIDE_TRYLOCK_PROTOTYPE(N, T, TL_P, TL) \ argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp113 const TargetLoweringBase &TL; member in __anon0b441ea90111::SafeStack
191 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL, in SafeStack()
901 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local
961 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in run() local
H A DExpandMemCmp.cpp916 const TargetLowering* TL = in runOnFunction() local
946 const TargetTransformInfo *TTI, const TargetLowering *TL, in runOnBlock()
966 const TargetLowering *TL, ProfileSummaryInfo *PSI, in runImpl()
998 const auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in run() local
H A DComplexDeinterleavingPass.cpp235 explicit ComplexDeinterleavingGraph(const TargetLowering *TL, in ComplexDeinterleavingGraph()
240 const TargetLowering *TL = nullptr; member in __anon87c1be940111::ComplexDeinterleavingGraph
452 const TargetLowering *TL = nullptr; member in __anon87c1be940111::ComplexDeinterleaving
467 const TargetLowering *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in run() local
482 const auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelValueTracking.h37 const TargetLowering &TL; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h108 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp86 auto &TL = *MF.getSubtarget().getTargetLowering(); in localizeInterBlock() local
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c1213 bit8 TL[4]; in satRead10() local
1941 bit8 TL[4]; in satRead12() local
2372 bit8 TL[8]; in satRead16() local
3150 bit8 TL[8]; in satWrite16() local
3582 bit8 TL[4]; in satWrite12() local
4005 bit8 TL[4]; in satWrite10() local
7794 bit8 TL[4]; in satVerify10() local
8220 bit8 TL[4]; in satVerify12() local
8502 bit8 TL[8]; in satVerify16() local
13467 bit8 TL[4]; in satWriteAndVerify10() local
[all …]
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c4802 bit8 TL[8]; in smsatRead10() local
5268 bit8 TL[8]; in smsatRead12() local
5707 bit8 TL[8]; in smsatRead16() local
6476 bit8 TL[8]; in smsatWrite10() local
6919 bit8 TL[8]; in smsatWrite12() local
7341 bit8 TL[8]; in smsatWrite16() local
7771 bit8 TL[8]; in smsatVerify10() local
8054 bit8 TL[8]; in smsatVerify12() local
8336 bit8 TL[8]; in smsatVerify16() local
14990 bit8 TL[8]; in smsatWriteAndVerify10() local
[all …]

123