Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp56 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
108 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
124 bool VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
129 bool VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
154 bool VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
164 bool TraverseTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in TraverseTemplateSpecializationTypeLoc()
184 bool VisitDeducedTemplateSpecializationTypeLoc(DeducedTemplateSpecializationTypeLoc TL) { in VisitDeducedTemplateSpecializationTypeLoc()
194 bool VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) { in VisitInjectedClassNameTypeLoc()
199 bool VisitDependentNameTypeLoc(DependentNameTypeLoc TL) { in VisitDependentNameTypeLoc()
246 void IndexingContext::indexTypeLoc(TypeLoc TL, in indexTypeLoc()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypetuple.d25 alias TL = TypeTuple!(int, double); variable
36 alias TL = TypeTuple!(int, double); variable
H A Dmeta.d90 alias TL = AliasSeq!(int, double); variable
101 alias TL = AliasSeq!(int, double); variable
366 alias TL = Erase!(long, Types); variable
425 alias TL = EraseAll!(long, Types); variable
507 alias TL = NoDuplicates!(Types); variable
559 alias TL = Replace!(long, char, Types); variable
639 alias TL = ReplaceAll!(long, char, Types); variable
710 alias TL = Reverse!(Types); variable
764 alias TL = DerivedToFront!(Types); variable
794 alias TL = staticMap!(Unqual, int, const int, immutable int); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypetuple.d25 alias TL = TypeTuple!(int, double); variable
37 alias TL = TypeTuple!(int, double); variable
H A Dmeta.d95 alias TL = AliasSeq!(int, double); variable
106 alias TL = AliasSeq!(int, double); variable
322 alias TL = Erase!(long, Types); variable
403 alias TL = NoDuplicates!(Types); variable
465 alias TL = Replace!(long, char, Types); variable
534 alias TL = ReplaceAll!(long, char, Types); variable
572 alias TL = Reverse!(Types); variable
618 alias TL = DerivedToFront!(Types); variable
665 alias TL = staticMap!(Unqual, int, const int, immutable int, uint, ubyte, byte, short, ushort); variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp131 TypeLoc TL = SrcTL.IgnoreParens(); in lookThroughTypedefOrTypeAliasLocs() local
158 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc()
182 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); in getFunctionTypeLoc() local
309 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
333 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
354 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
H A DTypeLoc.cpp53 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { in getLocalSourceRangeImpl()
124 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { in getNextTypeLocImpl()
131 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, in initializeImpl()
184 TypeLoc TL(getType(), Data); in copy() local
293 bool TypeSpecTypeLoc::isKind(const TypeLoc &TL) { in isKind()
422 TypeLoc TypeLoc::IgnoreParensImpl(TypeLoc TL) { in IgnoreParensImpl()
629 TypeLoc VisitAutoTypeLoc(AutoTypeLoc TL) { in VisitAutoTypeLoc()
H A DASTTypeTraits.cpp157 else if (const TypeLoc *TL = get<TypeLoc>()) in print() local
186 if (const TypeLoc *TL = get<TypeLoc>()) in getSourceRange() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5836 static void fillAttributedTypeLoc(AttributedTypeLoc TL, in fillAttributedTypeLoc()
5853 void VisitAttributedTypeLoc(AttributedTypeLoc TL) { in VisitAttributedTypeLoc()
5857 void VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) { in VisitMacroQualifiedTypeLoc()
5862 void VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
5865 void VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
5868 void VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
5875 void VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) { in VisitObjCObjectTypeLoc()
5880 void VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { in VisitObjCObjectPointerTypeLoc()
5885 void VisitTemplateSpecializationTypeLoc(TemplateSpecializationTypeLoc TL) { in VisitTemplateSpecializationTypeLoc()
5908 void VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) { in VisitTypeOfExprTypeLoc()
[all …]
H A DTreeTransform.h4092 TypeLoc TL = TransformTypeInObjectScope(Q.getTypeLoc(), ObjectType, in TransformNestedNameSpecifierLoc() local
4621 TypeLoc TL = DI->getTypeLoc(); in TransformType() local
4673 TypeLoc TL = DI->getTypeLoc(); in TransformTypeWithDeducedTST() local
4720 QualifiedTypeLoc TL) { in RebuildQualifiedType()
4800 TreeTransform<Derived>::TransformTypeInObjectScope(TypeLoc TL, in TransformTypeInObjectScope()
4829 TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, in TransformTSIInObjectScope()
4904 AdjustedTypeLoc TL) { in TransformAdjustedType()
4911 DecayedTypeLoc TL) { in TransformDecayedType()
4927 PointerTypeLoc TL) { in TransformPointerType()
4965 BlockPointerTypeLoc TL) { in TransformBlockPointerType()
[all …]
H A DSemaTemplateVariadic.cpp73 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc()
152 bool TraverseTypeLoc(TypeLoc TL) { in TraverseTypeLoc()
183 bool TraversePackExpansionTypeLoc(PackExpansionTypeLoc TL) { return true; } in TraversePackExpansionTypeLoc()
531 void Sema::collectUnexpandedParameterPacks(TypeLoc TL, in collectUnexpandedParameterPacks()
617 PackExpansionTypeLoc TL = TLB.push<PackExpansionTypeLoc>(Result); in CheckPackExpansion() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp194 void TypeLocWriter::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
198 void TypeLocWriter::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
208 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
212 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
216 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
220 void TypeLocWriter::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
224 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
228 void TypeLocWriter::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
232 void TypeLocWriter::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
236 void TypeLocWriter::VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) { in VisitMemberPointerTypeLoc()
[all …]
H A DASTReader.cpp6479 void TypeLocReader::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
6483 void TypeLocReader::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
6493 void TypeLocReader::VisitComplexTypeLoc(ComplexTypeLoc TL) { in VisitComplexTypeLoc()
6497 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
6501 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) { in VisitDecayedTypeLoc()
6505 void TypeLocReader::VisitAdjustedTypeLoc(AdjustedTypeLoc TL) { in VisitAdjustedTypeLoc()
6509 void TypeLocReader::VisitMacroQualifiedTypeLoc(MacroQualifiedTypeLoc TL) { in VisitMacroQualifiedTypeLoc()
6513 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc()
6517 void TypeLocReader::VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) { in VisitLValueReferenceTypeLoc()
6521 void TypeLocReader::VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) { in VisitRValueReferenceTypeLoc()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp40 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
H A DTransAutoreleasePool.cpp266 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
270 bool VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dtable.c9 # define TL TLONG|TULONG macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp110 SourceLocation StartLocationForType(TypeLoc TL) { in StartLocationForType()
123 SourceLocation EndLocationForType(TypeLoc TL) { in EndLocationForType()
140 NestedNameSpecifier *GetNestedNameForType(TypeLoc TL) { in GetNestedNameForType()
384 if (const auto *TL = Parents[0].get<TypeLoc>()) in VisitTypeLoc() local
/netbsd-src/games/tetris/
H A Dshapes.c46 #define TL -B_COLS-1 /* top left */ macro
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp534 for (ASTUnit::top_level_iterator TL = CXXUnit->top_level_begin(), in VisitChildren() local
733 TypeLoc TL = SpecType->getTypeLoc(); in VisitClassTemplateSpecializationDecl() local
830 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens(); in VisitFunctionDecl() local
1522 bool CursorVisitor::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { in VisitQualifiedTypeLoc()
1526 bool CursorVisitor::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { in VisitBuiltinTypeLoc()
1583 bool CursorVisitor::VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
1587 bool CursorVisitor::VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) { in VisitUnresolvedUsingTypeLoc()
1591 bool CursorVisitor::VisitTagTypeLoc(TagTypeLoc TL) { in VisitTagTypeLoc()
1598 bool CursorVisitor::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc()
1602 bool CursorVisitor::VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) { in VisitObjCInterfaceTypeLoc()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h32 const TargetLowering &TL; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h108 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { in VisitTypedefTypeLoc()
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c206 } TL; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp84 auto &TL = *MF.getSubtarget().getTargetLowering(); in localizeInterBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp812 const TargetLowering* TL = in runOnFunction() local
853 const TargetLowering *TL, in runOnBlock()
875 const TargetLowering *TL, ProfileSummaryInfo *PSI, in runImpl()
H A DSafeStack.cpp132 const TargetLoweringBase &TL; member in __anoneede60540111::SafeStack
211 SafeStack(Function &F, const TargetLoweringBase &TL, const DataLayout &DL, in SafeStack()
887 auto *TL = TM->getSubtargetImpl(F)->getTargetLowering(); in runOnFunction() local

123