Home
last modified time | relevance | path

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

123

/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()
DIndexBody.cpp43 bool TraverseTypeLoc(TypeLoc TL) { in TraverseTypeLoc()
/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
DNestedNameSpecifier.cpp429 TypeLoc TL(Qualifier->getAsType(), TypeData); in getLocalSourceRange() local
551 TypeLoc TL, in Extend()
/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
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
DSemaCXXScopeSpec.cpp744 SubstTemplateTypeParmTypeLoc TL in BuildCXXNestedNameSpecifier() local
748 SubstTemplateTypeParmPackTypeLoc TL in BuildCXXNestedNameSpecifier() 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
DTransAutoreleasePool.cpp267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
271 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1080 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& right, int num_cols, in ComputeOutputBlock()
1131 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& mat, bool transpose, in CreateSparseSlices()
1162 SparseMatMul<TL, TR>::ConstMatrixMapL* slice = nullptr; in CreateSparseSlices()
1227 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& mat, in ShuffleMatrix()
1285 std::vector<typename SparseMatMul<TL, TR>::ConstMatrixMapR*>* slices) { in SliceMatrix()
1296 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& mat, int row_start, in CreateDenseSlices()
1299 std::vector<typename SparseMatMul<TL, TR>::ConstMatrixMapR*>* slices) { in CreateDenseSlices()
1309 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& left, in ComputeBlockSizes()
1418 typename LibxsmmSparseMatMul<TL, TR>::TensorInfoCache* cache, in Compute()
1419 const typename LibxsmmSparseMatMul<TL, TR>::ConstMatrixMapL& left, in Compute()
[all …]
/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/dng_sdk/source/
Ddng_rect.h163 dng_point TL () const in TL() function
298 dng_point_real64 TL () const in TL() function
/external/webp/src/dsp/
Dlossless_neon.c367 const uint8x16_t TL = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd10_NEON() local
398 const uint8x16_t TL = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd11_NEON() local
433 const uint8x16_t TL = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd12_NEON() local
473 const uint8x16_t TL = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd13_NEON() local
Dlossless_enc_sse2.c562 const __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); in PredictorSub10_SSE2() local
597 const __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); in PredictorSub11_SSE2() local
629 const __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); in PredictorSub12_SSE2() local
655 const __m128i TL = _mm_loadl_epi64((const __m128i*)&upper[i - 1]); in PredictorSub13_SSE2() local
Dlossless_sse2.c300 __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); local
348 __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); in PredictorAdd11_SSE2() local
404 const __m128i TL = _mm_loadu_si128((const __m128i*)&upper[i - 1]); in PredictorAdd12_SSE2() local
/external/clang/include/clang/AST/
DTypeLoc.h237 static bool isKind(const TypeLoc &TL) { in isKind()
292 static bool isKind(const TypeLoc &TL) { in isKind()
339 static bool isKind(const TypeLoc &TL) { in isKind()
464 static bool isKind(const TypeLoc &TL) { in isKind()
468 static bool isKind(const UnqualTypeLoc &TL) { in isKind()
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp244 const TargetLowering *TL = MF.getSubtarget().getTargetLowering(); in analyzeMustTailForwardedRegisters() local
/external/clang/lib/Lex/
DTokenLexer.cpp609 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID), in PasteTokens() local
/external/skia/samplecode/
DSamplePatch.cpp83 const int TL = 0; in eval_sheet() local

123