| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 60 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 D | SemaType.cpp | 5815 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 D | TreeTransform.h | 4655 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 D | SemaTemplateVariadic.cpp | 83 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 D | SemaCXXScopeSpec.cpp | 675 SubstTemplateTypeParmTypeLoc TL in BuildCXXNestedNameSpecifier() local 679 SubstTemplateTypeParmPackTypeLoc TL in BuildCXXNestedNameSpecifier() local
|
| H A D | SemaTemplateInstantiate.cpp | 1647 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 D | Comment.cpp | 129 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 D | TypeLoc.cpp | 55 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 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 | 431 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 D | ASTWriter.cpp | 352 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 D | ASTReader.cpp | 7118 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 D | ASTNodeTraverser.h | 324 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 D | DynamicRecursiveASTVisitor.h | 222 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 D | DirectXSubtarget.h | 32 DirectXTargetLowering TL; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 109 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 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 | 113 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 D | ExpandMemCmp.cpp | 916 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 D | ComplexDeinterleavingPass.cpp | 235 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 D | GISelValueTracking.h | 37 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 | 86 auto &TL = *MF.getSubtarget().getTargetLowering(); in 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 …]
|