Searched defs:TL (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); local
294 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); local
[all...]
H A DTypeLoc.cpp40 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { argument
105 TypeLoc TypeLoc::getNextTypeLocImpl(TypeLoc TL) { argument
112 void TypeLoc::initializeImpl(ASTContext &Context, TypeLoc TL, argument
272 isKind(const TypeLoc &TL) argument
362 IgnoreParensImpl(TypeLoc TL) argument
[all...]
H A DNestedNameSpecifier.cpp540 Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp41 bool VisitAttributedTypeLoc(AttributedTypeLoc TL) { argument
83 handleAttr(AttributedTypeLoc TL, Decl *D = nullptr) argument
[all...]
H A DTransAutoreleasePool.cpp267 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) { argument
271 bool VisitTagTypeLoc(TagTypeLoc TL) { argument
H A DObjCMT.cpp973 TypeLoc TL = TSInfo->getTypeLoc(); local
993 TypeLoc TL = TSInfo->getTypeLoc(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp161 GetEHSpillList(SmallVectorImpl<StackSlotInfo> &SpillList, MachineFrameInfo *MFI, XCoreFunctionInfo *XFI, const Constant *PersonalityFn, const TargetLowering *TL) argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSafeStack.cpp103 const TargetLoweringBase *TL; member in class:__anon3159::SafeStack
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTTypeTraits.h340 auto TL = Val.getUnchecked<TypeLoc>(); local
H A DRecursiveASTVisitor.h414 bool WalkUpFromTypeLoc(TypeLoc TL) { return getDerived().VisitTypeLoc(TL); } argument
415 bool VisitTypeLoc(TypeLoc TL) { return true; } argument
419 bool WalkUpFromQualifiedTypeLoc(QualifiedTypeLoc TL) { argument
422 bool VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { return true; } argument
423 bool WalkUpFromUnqualTypeLoc(UnqualTypeLoc TL) { argument
426 VisitUnqualTypeLoc(UnqualTypeLoc TL) argument
588 TraverseTypeLoc(TypeLoc TL) argument
1004 TraverseQualifiedTypeLoc(QualifiedTypeLoc TL) argument
1057 TraverseArrayTypeLocHelper(ArrayTypeLoc TL) argument
[all...]
H A DTypeLoc.h237 static bool isKind(const TypeLoc &TL) { argument
292 static bool isKind(const TypeLoc &TL) { argument
339 static bool isKind(const TypeLoc &TL) { argument
464 isKind(const TypeLoc &TL) argument
468 isKind(const UnqualTypeLoc &TL) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp715 SubstTemplateTypeParmTypeLoc TL local
719 SubstTemplateTypeParmPackTypeLoc TL local
H A DSemaExceptionSpec.cpp343 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens(); local
H A DSemaTemplateVariadic.cpp53 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { argument
132 bool TraverseTypeLoc(TypeLoc TL) { argument
390 void Sema::collectUnexpandedParameterPacks(TypeLoc TL, argument
479 PackExpansionTypeLoc TL = TLB.push<PackExpansionTypeLoc>(Result); local
[all...]
H A DDeclSpec.cpp47 Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, SourceLocation ColonColonLoc) argument
H A DSemaTemplateInstantiate.cpp791 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL) argument
1305 TransformFunctionProtoType(TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, CXXRecordDecl *ThisContext, unsigned ThisTypeQuals, Fn TransformExceptionSpec) argument
1326 TransformTemplateTypeParmType(TypeLocBuilder &TLB, TemplateTypeParmTypeLoc TL) argument
1400 TransformSubstTemplateTypeParmPackType( TypeLocBuilder &TLB, SubstTemplateTypeParmPackTypeLoc TL) argument
1467 SubstType(TypeLoc TL, const MultiLevelTemplateArgumentList &Args, SourceLocation Loc, DeclarationName Entity) argument
1567 TypeLoc TL = T->getTypeLoc(); local
[all...]
H A DSemaTemplateDeduction.cpp3947 QualType TransformAutoType(TypeLocBuilder &TLB, AutoTypeLoc TL) { argument
3979 QualType Apply(TypeLoc TL) { argument
H A DSemaTemplateInstantiateDecl.cpp1968 TypeLoc TL = D->getTypeSourceInfo()->getTypeLoc(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp82 const TargetLowering *TL; member in struct:__anon2782::ARMLoadStoreOpt
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp102 const NVPTXTargetLowering *TL = Subtarget->getTargetLowering(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp170 const SITargetLowering *TL local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp476 void TypeLocWriter::VisitQualifiedTypeLoc(QualifiedTypeLoc TL) { argument
479 void TypeLocWriter::VisitBuiltinTypeLoc(BuiltinTypeLoc TL) { argument
488 void TypeLocWriter::VisitComplexTypeLoc(ComplexTypeLoc TL) { argument
491 VisitPointerTypeLoc(PointerTypeLoc TL) argument
494 VisitDecayedTypeLoc(DecayedTypeLoc TL) argument
497 VisitAdjustedTypeLoc(AdjustedTypeLoc TL) argument
500 VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) argument
503 VisitLValueReferenceTypeLoc(LValueReferenceTypeLoc TL) argument
506 VisitRValueReferenceTypeLoc(RValueReferenceTypeLoc TL) argument
509 VisitMemberPointerTypeLoc(MemberPointerTypeLoc TL) argument
513 VisitArrayTypeLoc(ArrayTypeLoc TL) argument
520 VisitConstantArrayTypeLoc(ConstantArrayTypeLoc TL) argument
523 VisitIncompleteArrayTypeLoc(IncompleteArrayTypeLoc TL) argument
526 VisitVariableArrayTypeLoc(VariableArrayTypeLoc TL) argument
529 VisitDependentSizedArrayTypeLoc( DependentSizedArrayTypeLoc TL) argument
533 VisitDependentSizedExtVectorTypeLoc( DependentSizedExtVectorTypeLoc TL) argument
537 VisitVectorTypeLoc(VectorTypeLoc TL) argument
540 VisitExtVectorTypeLoc(ExtVectorTypeLoc TL) argument
543 VisitFunctionTypeLoc(FunctionTypeLoc TL) argument
551 VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc TL) argument
554 VisitFunctionNoProtoTypeLoc(FunctionNoProtoTypeLoc TL) argument
557 VisitUnresolvedUsingTypeLoc(UnresolvedUsingTypeLoc TL) argument
560 VisitTypedefTypeLoc(TypedefTypeLoc TL) argument
563 VisitTypeOfExprTypeLoc(TypeOfExprTypeLoc TL) argument
568 VisitTypeOfTypeLoc(TypeOfTypeLoc TL) argument
574 VisitDecltypeTypeLoc(DecltypeTypeLoc TL) argument
577 VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) argument
583 VisitAutoTypeLoc(AutoTypeLoc TL) argument
586 VisitRecordTypeLoc(RecordTypeLoc TL) argument
589 VisitEnumTypeLoc(EnumTypeLoc TL) argument
592 VisitAttributedTypeLoc(AttributedTypeLoc TL) argument
607 VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) argument
610 VisitSubstTemplateTypeParmTypeLoc( SubstTemplateTypeParmTypeLoc TL) argument
614 VisitSubstTemplateTypeParmPackTypeLoc( SubstTemplateTypeParmPackTypeLoc TL) argument
618 VisitTemplateSpecializationTypeLoc( TemplateSpecializationTypeLoc TL) argument
628 VisitParenTypeLoc(ParenTypeLoc TL) argument
632 VisitElaboratedTypeLoc(ElaboratedTypeLoc TL) argument
636 VisitInjectedClassNameTypeLoc(InjectedClassNameTypeLoc TL) argument
639 VisitDependentNameTypeLoc(DependentNameTypeLoc TL) argument
644 VisitDependentTemplateSpecializationTypeLoc( DependentTemplateSpecializationTypeLoc TL) argument
656 VisitPackExpansionTypeLoc(PackExpansionTypeLoc TL) argument
659 VisitObjCInterfaceTypeLoc(ObjCInterfaceTypeLoc TL) argument
662 VisitObjCObjectTypeLoc(ObjCObjectTypeLoc TL) argument
673 VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) argument
676 VisitAtomicTypeLoc(AtomicTypeLoc TL) argument
681 VisitPipeTypeLoc(PipeTypeLoc TL) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp834 performMULCombine(SDNode *N, SelectionDAG &DAG, const TargetLowering::DAGCombinerInfo &DCI, const MipsSETargetLowering *TL) argument
/freebsd-11.0-release/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c4803 bit8 TL[8]; local
5269 bit8 TL[8]; local
5708 bit8 TL[8]; local
6477 bit8 TL[8]; local
6920 bit8 TL[8]; local
7342 bit8 TL[8]; local
7772 bit8 TL[8]; local
8055 bit8 TL[8]; local
8337 bit8 TL[8]; local
14991 bit8 TL[8]; local
15420 bit8 TL[8]; local
15845 bit8 TL[8]; local
17921 bit8 TL[4]; local
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c1214 bit8 TL[4]; local
1942 bit8 TL[4]; local
2373 bit8 TL[8]; local
3151 bit8 TL[8]; local
3583 bit8 TL[4]; local
4006 bit8 TL[4]; local
7795 bit8 TL[4]; local
8221 bit8 TL[4]; local
8503 bit8 TL[8]; local
13468 bit8 TL[4]; local
14330 bit8 TL[4]; local
15070 bit8 TL[4]; local
15398 bit8 TL[8]; local
[all...]

Completed in 494 milliseconds

12