Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriter.cpp504 void TypeLocWriter::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
507 void TypeLocWriter::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
516 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
519 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
522 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
525 void TypeLocWriter::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
528 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
531 void TypeLocWriter::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
534 void TypeLocWriter::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
537 void TypeLocWriter::VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
[all …]
H A DASTReader.cpp5737 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
5740 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
5749 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
5752 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
5755 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
5758 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
5761 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
5764 void TypeLocReader::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
5767 void TypeLocReader::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
5770 void TypeLocReader::VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
[all …]
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp4780 static void fillAttributedTypeLoc(AttributedTypeLoc TL, in fillAttributedTypeLoc()
4829 void VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
4833 void VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
4836 void VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
4839 void VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
4846 void VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
4851 void VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { in VisitObjCObjectPointerTypeLoc()
4856 void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
4879 void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) { in VisitTypeOfExprTypeLoc()
4884 void VisitTypeOfTypeLoc(TypeOfTypeLoc TL) { in VisitTypeOfTypeLoc()
[all …]
H A DTreeTransform.h3488 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType, in TransformNestedNameSpecifierLoc() local
4002 TypeLoc TL = DI->getTypeLoc(); in TransformType() local
4104 TreeTransform<Derived>::TransformTypeInObjectScope(TypeLoc TL, in TransformTypeInObjectScope()
4133 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope()
4208 AdjustedTypeLoc TL) { in TransformAdjustedType()
4215 DecayedTypeLoc TL) { in TransformDecayedType()
4231 PointerTypeLoc TL) { in TransformPointerType()
4269 BlockPointerTypeLoc TL) { in TransformBlockPointerType()
4296 ReferenceTypeLoc TL) { in TransformReferenceType()
4333 LValueReferenceTypeLoc TL) { in TransformLValueReferenceType()
[all …]
H A DSemaTemplateVariadic.cpp53 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc()
132 bool TraverseTypeLoc(TypeLoc TL) { in TraverseTypeLoc()
390 void Sema::collectUnexpandedParameterPacks(TypeLoc TL, in collectUnexpandedParameterPacks()
479 PackExpansionTypeLoc TL = TLB.push<PackExpansionTypeLoc>(Result); in CheckPackExpansion() local
H A DSemaTemplateInstantiate.cpp794 FunctionProtoTypeLoc TL) { in TransformFunctionProtoType()
1308 FunctionProtoTypeLoc TL, in TransformFunctionProtoType()
1329 TemplateTypeParmTypeLoc TL) { in TransformTemplateTypeParmType()
1404 SubstTemplateTypeParmPackTypeLoc TL) { in TransformSubstTemplateTypeParmPackType()
1469 TypeSourceInfo *Sema::SubstType(TypeLoc TL, in SubstType()
1521 TypeLoc TL = T->getTypeLoc().IgnoreParens(); in NeedsInstantiationAsFunctionType() local
1559 TypeLoc TL = T->getTypeLoc(); in SubstFunctionDeclType() local
/aosp_15_r20/external/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp39 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
79 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
94 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
99 bool VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
107 bool VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
140 void IndexingContext::indexTypeLoc(TypeLoc TL, in indexTypeLoc()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTNodeTraverser.h324 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTNodeTraverser.h315 else if (const auto *TL = N.get<TypeLoc>()) in Visit() local
461 void VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc TL) { in VisitFunctionProtoTypeLoc()
466 void VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
473 void VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
476 void VisitVariableArrayTypeLoc(VariableArrayTypeLoc TL) { in VisitVariableArrayTypeLoc()
479 void VisitDependentSizedArrayTypeLoc(DependentSizedArrayTypeLoc TL) { in VisitDependentSizedArrayTypeLoc()
482 void VisitDependentSizedExtVectorTypeLoc(DependentSizedExtVectorTypeLoc TL) { in VisitDependentSizedExtVectorTypeLoc()
485 void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) { in VisitTypeOfExprTypeLoc()
488 void VisitDecltypeType(DecltypeType TL) { in VisitDecltypeType()
491 void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTNodeTraverser.h315 else if (const auto *TL = N.get<TypeLoc>()) in Visit() local
461 void VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc TL) { in VisitFunctionProtoTypeLoc()
466 void VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
473 void VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
476 void VisitVariableArrayTypeLoc(VariableArrayTypeLoc TL) { in VisitVariableArrayTypeLoc()
479 void VisitDependentSizedArrayTypeLoc(DependentSizedArrayTypeLoc TL) { in VisitDependentSizedArrayTypeLoc()
482 void VisitDependentSizedExtVectorTypeLoc(DependentSizedExtVectorTypeLoc TL) { in VisitDependentSizedExtVectorTypeLoc()
485 void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) { in VisitTypeOfExprTypeLoc()
488 void VisitDecltypeType(DecltypeType TL) { in VisitDecltypeType()
491 void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
[all …]
/aosp_15_r20/external/clang/lib/AST/
H A DTypeLoc.cpp40 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { in getLocalSourceRangeImpl()
105 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { in getNextTypeLocImpl()
112 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl()
163 TypeLoc TL(getType(), Data); in copy() local
272 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) { in isKind()
354 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl()
H A DASTTypeTraits.cpp118 else if (const TypeLoc *TL = get<TypeLoc>()) in print() local
144 if (const TypeLoc *TL = get<TypeLoc>()) in getSourceRange() local
H A DComment.cpp238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
294 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc1096 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& right, int num_cols, in ComputeOutputBlock()
1147 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& mat, bool transpose, in CreateSparseSlices()
1178 SparseMatMul<TL, TR>::ConstMatrixMapL* slice = nullptr; in CreateSparseSlices()
1243 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& mat, in ShuffleMatrix()
1303 std::vector<typename SparseMatMul<TL, TR>::ConstMatrixMapR*>* slices) { in SliceMatrix()
1314 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& mat, int row_start, in CreateDenseSlices()
1317 std::vector<typename SparseMatMul<TL, TR>::ConstMatrixMapR*>* slices) { in CreateDenseSlices()
1327 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& left, in ComputeBlockSizes()
1437 typename LibxsmmSparseMatMul<TL, TR>::TensorInfoCache* cache, in Compute()
1438 const typename LibxsmmSparseMatMul<TL, TR>::ConstMatrixMapL& left, in Compute()
[all …]
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp523 for (ASTUnit::top_level_iterator TL = CXXUnit->top_level_begin(), in VisitChildren() local
719 TypeLoc TL = SpecType->getTypeLoc(); in VisitClassTemplateSpecializationDecl() local
801 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens(); in VisitFunctionDecl() local
1460 bool CursorVisitor::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
1464 bool CursorVisitor::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
1514 bool CursorVisitor::VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
1518 bool CursorVisitor::VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) { in VisitUnresolvedUsingTypeLoc()
1522 bool CursorVisitor::VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
1529 bool CursorVisitor::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc()
1533 bool CursorVisitor::VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
[all …]
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp41 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
64 TypeLoc TL = TInfo->getTypeLoc(); in lookForAttribute() local
83 bool handleAttr(AttributedTypeLoc TL, Decl *D = nullptr) { in handleAttr()
246 TypeLoc TL = TInfo->getTypeLoc(); in checkAllAtProps() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp200 const TargetLowering *TL; member in __anonbedf4bd40111::ComplexDeinterleavingGraph
288 const TargetLowering *TL = nullptr; member in __anonbedf4bd40111::ComplexDeinterleaving
303 const TargetLowering *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in run() local
318 const auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local
H A DSafeStack.cpp113 const TargetLoweringBase &TL; member in __anon856f2be90111::SafeStack
192 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL, in SafeStack()
886 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local
H A DExpandMemCmp.cpp816 const TargetLowering* TL = in runOnFunction() local
857 const TargetLowering *TL, in runOnBlock()
879 const TargetLowering *TL, ProfileSummaryInfo *PSI, in runImpl()
/aosp_15_r20/external/webp/src/dsp/
H A Dlossless_neon.c371 const uint8x16_t TL = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd10_NEON() local
402 const uint8x16_t TL = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd11_NEON() local
437 const uint8x16_t TL = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd12_NEON() local
477 const uint8x16_t TL = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd13_NEON() local
H A Dlossless_enc_sse2.c516 const __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); in PredictorSub10_SSE2() local
551 const __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); in PredictorSub11_SSE2() local
583 const __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); in PredictorSub12_SSE2() local
609 const __m128i TL = _mm_loadl_epi64((const __m128i*)&upper[i - 1]); in PredictorSub13_SSE2() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp801 const TargetLowering* TL = in runOnFunction() local
838 const TargetTransformInfo *TTI, const TargetLowering* TL, in runOnBlock()
858 const TargetLowering* TL, ProfileSummaryInfo *PSI, in runImpl()
H A DSafeStack.cpp127 const TargetLoweringBase &TL; member in __anon344d93230111::SafeStack
207 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL, in SafeStack()
870 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local
/aosp_15_r20/external/pigweed/pw_bloat/py/pw_bloat/
H A Dlabel_output.py30 TL = '+' variable in AsciiCharset
47 TL = '┌' variable in LineCharset
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_rect.h163 dng_point TL () const in TL() function
298 dng_point_real64 TL () const in TL() function

123456