| /freebsd/contrib/llvm-project/clang/lib/Index/ | 
| H A D | IndexTypeSourceInfo.cpp | 59   bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {  in VisitTypedefTypeLoc() 83   bool VisitAutoTypeLoc(AutoTypeLoc TL) {  in VisitAutoTypeLoc() 118   bool VisitTagTypeLoc(TagTypeLoc TL) {  in VisitTagTypeLoc() 134   bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) {  in VisitObjCInterfaceTypeLoc() 139   bool VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) {  in VisitObjCObjectTypeLoc() 164   bool VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) {  in VisitTemplateSpecializationTypeLoc() 174   bool TraverseTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) {  in TraverseTemplateSpecializationTypeLoc() 194   bool VisitDeducedTemplateSpecializationTypeLoc(DeducedTemplateSpecializationTypeLoc TL) {  in VisitDeducedTemplateSpecializationTypeLoc() 204   bool VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) {  in VisitInjectedClassNameTypeLoc() 209   bool VisitDependentNameTypeLoc(DependentNameTypeLoc TL) {  in VisitDependentNameTypeLoc() [all …] 
 | 
| /freebsd/contrib/llvm-project/clang/lib/Sema/ | 
| H A D | SemaType.cpp | 5773 static void fillAttributedTypeLoc(AttributedTypeLoc TL,  in fillAttributedTypeLoc() 5805     void VisitAttributedTypeLoc(AttributedTypeLoc TL) {  in VisitAttributedTypeLoc() 5809     void VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) {  in VisitBTFTagAttributedTypeLoc() 5812     void VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) {  in VisitMacroQualifiedTypeLoc() 5817     void VisitQualifiedTypeLoc(QualifiedTypeLoc TL) {  in VisitQualifiedTypeLoc() 5822     void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); }  in VisitPointerTypeLoc() 5823     void VisitTypedefTypeLoc(TypedefTypeLoc TL) {  in VisitTypedefTypeLoc() 5826     void VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) {  in VisitObjCInterfaceTypeLoc() 5833     void VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) {  in VisitObjCObjectTypeLoc() 5838     void VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) {  in VisitObjCObjectPointerTypeLoc() [all …] 
 | 
| H A D | TreeTransform.h | 4446       TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType,  in TransformNestedNameSpecifierLoc()  local 4975   TypeLoc TL = DI->getTypeLoc();  in TransformType()  local 5027   TypeLoc TL = DI->getTypeLoc();  in TransformTypeWithDeducedTST()  local 5087                                                       QualifiedTypeLoc TL) {  in RebuildQualifiedType() 5158 TreeTransform<Derived>::TransformTypeInObjectScope(TypeLoc TL,  in TransformTypeInObjectScope() 5187     TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup,  in TransformTSIInObjectScope() 5262                                                        AdjustedTypeLoc TL) {  in TransformAdjustedType() 5269                                                       DecayedTypeLoc TL) {  in TransformDecayedType() 5286                                                     ArrayParameterTypeLoc TL) {  in TransformArrayParameterType() 5302                                                       PointerTypeLoc TL) {  in TransformPointerType() [all …] 
 | 
| H A D | SemaTemplateVariadic.cpp | 77     bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) {  in VisitTemplateTypeParmTypeLoc() 156     bool TraverseTypeLoc(TypeLoc TL) {  in TraverseTypeLoc() 187     bool TraversePackExpansionTypeLoc(PackExpansionTypeLoc TL) { return true; }  in TraversePackExpansionTypeLoc() 196     bool TraversePackIndexingTypeLoc(PackIndexingTypeLoc TL) {  in TraversePackIndexingTypeLoc() 550 void Sema::collectUnexpandedParameterPacks(TypeLoc TL,  in collectUnexpandedParameterPacks() 641   PackExpansionTypeLoc TL = TLB.push<PackExpansionTypeLoc>(Result);  in CheckPackExpansion()  local
  | 
| H A D | SemaSYCL.cpp | 169   const TemplateParameterList *TL = FT->getTemplateParameters();  in handleKernelAttr()  local
  | 
| H A D | SemaCXXScopeSpec.cpp | 680       SubstTemplateTypeParmTypeLoc TL  in BuildCXXNestedNameSpecifier()  local 684       SubstTemplateTypeParmPackTypeLoc TL  in BuildCXXNestedNameSpecifier()  local
  | 
| H A D | SemaTemplateInstantiate.cpp | 1558                                         FunctionProtoTypeLoc TL) {  in TransformFunctionProtoType() 1564                                             InjectedClassNameTypeLoc TL) {  in TransformInjectedClassNameType() 2410                                  FunctionProtoTypeLoc TL,  in TransformFunctionProtoType() 2462                                                     TemplateTypeParmTypeLoc TL,  in TransformTemplateTypeParmType() 2546     TypeLocBuilder &TLB, SubstTemplateTypeParmPackTypeLoc TL,  in TransformSubstTemplateTypeParmPackType() 2812 TypeSourceInfo *Sema::SubstType(TypeLoc TL,  in SubstType() 2864   TypeLoc TL = T->getTypeLoc().IgnoreParens();  in NeedsInstantiationAsFunctionType()  local 2900   TypeLoc TL = T->getTypeLoc();  in SubstFunctionDeclType()  local
  | 
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ | 
| H A D | ASTNodeTraverser.h | 324     else if (const auto *TL = N.get<TypeLoc>())  in Visit()  local 470   void VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc TL) {  in VisitFunctionProtoTypeLoc() 475   void VisitAutoTypeLoc(AutoTypeLoc TL) {  in VisitAutoTypeLoc() 482   void VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) {  in VisitMemberPointerTypeLoc() 485   void VisitVariableArrayTypeLoc(VariableArrayTypeLoc TL) {  in VisitVariableArrayTypeLoc() 488   void VisitDependentSizedArrayTypeLoc(DependentSizedArrayTypeLoc TL) {  in VisitDependentSizedArrayTypeLoc() 491   void VisitDependentSizedExtVectorTypeLoc(DependentSizedExtVectorTypeLoc TL) {  in VisitDependentSizedExtVectorTypeLoc() 494   void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) {  in VisitTypeOfExprTypeLoc() 497   void VisitDecltypeType(DecltypeType TL) {  in VisitDecltypeType() 500   void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) {  in VisitTemplateSpecializationTypeLoc() [all …] 
 | 
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ | 
| H A D | ASTWriter.cpp | 324 void TypeLocWriter::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) {  in VisitQualifiedTypeLoc() 328 void TypeLocWriter::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) {  in VisitBuiltinTypeLoc() 338 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) {  in VisitComplexTypeLoc() 342 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) {  in VisitPointerTypeLoc() 346 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) {  in VisitDecayedTypeLoc() 350 void TypeLocWriter::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) {  in VisitAdjustedTypeLoc() 354 void TypeLocWriter::VisitArrayParameterTypeLoc(ArrayParameterTypeLoc TL) {  in VisitArrayParameterTypeLoc() 358 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) {  in VisitBlockPointerTypeLoc() 362 void TypeLocWriter::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) {  in VisitLValueReferenceTypeLoc() 366 void TypeLocWriter::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) {  in VisitRValueReferenceTypeLoc() [all …] 
 | 
| H A D | ASTReader.cpp | 6783 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) {  in VisitQualifiedTypeLoc() 6787 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) {  in VisitBuiltinTypeLoc() 6797 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) {  in VisitComplexTypeLoc() 6801 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) {  in VisitPointerTypeLoc() 6805 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) {  in VisitDecayedTypeLoc() 6809 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) {  in VisitAdjustedTypeLoc() 6813 void TypeLocReader::VisitArrayParameterTypeLoc(ArrayParameterTypeLoc TL) {  in VisitArrayParameterTypeLoc() 6817 void TypeLocReader::VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) {  in VisitMacroQualifiedTypeLoc() 6821 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) {  in VisitBlockPointerTypeLoc() 6825 void TypeLocReader::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) {  in VisitLValueReferenceTypeLoc() [all …] 
 | 
| /freebsd/contrib/llvm-project/clang/lib/AST/ | 
| H A D | TypeLoc.cpp | 54 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) {  in getLocalSourceRangeImpl() 125 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) {  in getNextTypeLocImpl() 132 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL,  in initializeImpl() 185   TypeLoc TL(getType(), Data);  in copy()  local 309 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) {  in isKind() 444 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) {  in IgnoreParensImpl() 677     TypeLoc VisitAutoTypeLoc(AutoTypeLoc TL) {  in VisitAutoTypeLoc()
  | 
| H A D | ASTTypeTraits.cpp | 203   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 D | NestedNameSpecifier.cpp | 444     TypeLoc TL(Qualifier->getAsType(), TypeData);  in getLocalSourceRange()  local 565                                            TypeLoc TL,  in Extend()
  | 
| /freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ | 
| H A D | TransGCAttrs.cpp | 40   bool VisitAttributedTypeLoc(AttributedTypeLoc TL) {  in VisitAttributedTypeLoc() 63     TypeLoc TL = TInfo->getTypeLoc();  in lookForAttribute()  local 85   bool handleAttr(AttributedTypeLoc TL, Decl *D = nullptr) {  in handleAttr() 242     TypeLoc TL = TInfo->getTypeLoc();  in checkAllAtProps()  local
  | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ | 
| H A D | DirectXSubtarget.h | 32   DirectXTargetLowering TL;  variable
  | 
| /freebsd/sys/contrib/ck/include/ | 
| H A D | ck_elide.h | 231 #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 D | SafeStack.cpp | 114   const TargetLoweringBase &TL;  member in __anon0b441ea90111::SafeStack 192   SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL,  in SafeStack() 885     auto *TL = TM->getSubtargetImpl(F)->getTargetLowering();  in runOnFunction()  local 945   auto *TL = TM->getSubtargetImpl(F)->getTargetLowering();  in run()  local
  | 
| H A D | ExpandMemCmp.cpp | 917     const TargetLowering* TL =  in runOnFunction()  local 947                 const TargetTransformInfo *TTI, const TargetLowering *TL,  in runOnBlock() 967                           const TargetLowering *TL, ProfileSummaryInfo *PSI,  in runImpl() 999   const auto *TL = TM->getSubtargetImpl(F)->getTargetLowering();  in run()  local
  | 
| H A D | ComplexDeinterleavingPass.cpp | 222   explicit ComplexDeinterleavingGraph(const TargetLowering *TL,  in ComplexDeinterleavingGraph() 227   const TargetLowering *TL = nullptr;  member in __anon87c1be940111::ComplexDeinterleavingGraph 436   const TargetLowering *TL = nullptr;  member in __anon87c1be940111::ComplexDeinterleaving 451   const TargetLowering *TL = TM->getSubtargetImpl(F)->getTargetLowering();  in run()  local 466   const auto *TL = TM->getSubtargetImpl(F)->getTargetLowering();  in runOnFunction()  local
  | 
| H A D | CallingConvLower.cpp | 252     const TargetLowering *TL = MF.getSubtarget().getTargetLowering();  in analyzeMustTailForwardedRegisters()  local
  | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ | 
| H A D | GISelKnownBits.h | 32   const TargetLowering &TL;  variable 
  | 
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ | 
| H A D | RecursiveSymbolVisitor.h | 108   bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {  in VisitTypedefTypeLoc()
  | 
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ | 
| H A D | Localizer.cpp | 85 auto &TL = *MF.getSubtarget().getTargetLowering(); localizeInterBlock()  local 
  | 
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ | 
| H A D | sat.c | 1213   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 D | smsat.c | 4802   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 …] 
 |