Home
last modified time | relevance | path

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

1234

/external/clang/lib/Index/
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()
/external/clang/lib/AST/
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()
DASTTypeTraits.cpp118 else if (const TypeLoc *TL = get<TypeLoc>()) in print() local
144 if (const TypeLoc *TL = get<TypeLoc>()) in getSourceRange() local
DComment.cpp238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
294 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
/external/clang/lib/Serialization/
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 …]
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 …]
/external/clang/lib/Sema/
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 …]
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 …]
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
/external/clang/lib/ARCMigrate/
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
/external/pffft/
Dtest_fft_factors.c18 int test_float(int TL) in test_float()
72 int test_double(int TL) in test_double()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
DDirectXSubtarget.h32 DirectXTargetLowering TL; variable
/external/tensorflow/tensorflow/core/kernels/
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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DGISelKnownBits.h32 const TargetLowering &TL; variable
/external/clang/tools/libclang/
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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DComplexDeinterleavingPass.cpp200 const TargetLowering *TL; member in __anonc86936540111::ComplexDeinterleavingGraph
288 const TargetLowering *TL = nullptr; member in __anonc86936540111::ComplexDeinterleaving
303 const TargetLowering *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in run() local
318 const auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local
DSafeStack.cpp113 const TargetLoweringBase &TL; member in __anon717416690111::SafeStack
192 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL, in SafeStack()
886 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local
DExpandMemCmp.cpp816 const TargetLowering* TL = in runOnFunction() local
857 const TargetLowering *TL, in runOnBlock()
879 const TargetLowering *TL, ProfileSummaryInfo *PSI, in runImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DGISelKnownBits.h32 const TargetLowering &TL; variable
/external/dng_sdk/source/
Ddng_rect.h163 dng_point TL () const in TL() function
298 dng_point_real64 TL () const in TL() function
/external/pigweed/pw_bloat/py/pw_bloat/
Dlabel_output.py30 TL = '+' variable in AsciiCharset
47 TL = '┌' variable in LineCharset
/external/webp/src/dsp/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
DSafeStack.cpp127 const TargetLoweringBase &TL; member in __anon20527da30111::SafeStack
207 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL, in SafeStack()
870 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp85 auto &TL = *MF.getSubtarget().getTargetLowering(); in localizeInterBlock() local

1234