Home
last modified time | relevance | path

Searched refs:TypeSpec (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp46 using TypeSpec = std::string; typedef
67 TypeSpec TS;
73 SVEType() : SVEType(TypeSpec(), 'v') {} in SVEType()
75 SVEType(TypeSpec TS, char CharMod) in SVEType()
149 TypeSpec BaseTypeSpec;
175 uint64_t Flags, ArrayRef<ImmCheck> ImmChecks, TypeSpec BT,
183 TypeSpec getBaseTypeSpec() const { return BaseTypeSpec; } in getBaseTypeSpec()
236 std::string replaceTemplatedArgs(std::string Name, TypeSpec TS,
1016 SmallVector<TypeSpec, 8> TypeSpecs; in createIntrinsic()
1017 TypeSpec Acc; in createIntrinsic()
[all …]
H A DNeonEmitter.cpp118 class TypeSpec : public std::string { class
121 std::vector<TypeSpec> Ret; in fromTypeSpecs()
122 TypeSpec Acc; in fromTypeSpecs()
126 Ret.push_back(TypeSpec(Acc)); in fromTypeSpecs()
143 TypeSpec TS;
167 Type(TypeSpec TS, StringRef CharMods) in Type()
315 TypeSpec OutTS, InTS;
1952 std::vector<TypeSpec> TypeSpecs = TypeSpec::fromTypeSpecs(Types); in createIntrinsic()
1958 std::vector<std::pair<TypeSpec, TypeSpec>> NewTypeSpecs; in createIntrinsic()
1960 std::vector<TypeSpec> ProductTypeSpecs = TypeSpec::fromTypeSpecs(CartesianProductWith); in createIntrinsic()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp159 return TypeSpec; in getKind()
227 case TypeSpec: in getDependence()
285 case TypeSpec: { in print()
375 case NestedNameSpecifier::TypeSpec: in getLocalDataLength()
439 case NestedNameSpecifier::TypeSpec: { in getLocalSourceRange()
453 if (Qualifier->getKind() != NestedNameSpecifier::TypeSpec && in getTypeLoc()
650 case NestedNameSpecifier::TypeSpec: in MakeTrivial()
H A DQualTypeNames.cpp237 case NestedNameSpecifier::TypeSpec: in getFullyQualifiedNestedNameSpecifier()
H A DType.cpp2796 TypeWithKeyword::getKeywordForTypeSpec(unsigned TypeSpec) { in getKeywordForTypeSpec() argument
2797 switch (TypeSpec) { in getKeywordForTypeSpec()
2809 TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned TypeSpec) { in getTagTypeKindForTypeSpec() argument
2810 switch(TypeSpec) { in getTagTypeKindForTypeSpec()
H A DODRHash.cpp128 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp444 case NestedNameSpecifier::TypeSpec: in IsStructurallyEquivalent()
H A DItaniumMangle.cpp1285 case NestedNameSpecifier::TypeSpec: in mangleUnresolvedPrefix()
1998 case NestedNameSpecifier::TypeSpec: in manglePrefix()
H A DASTImporter.cpp8742 case NestedNameSpecifier::TypeSpec: in Import()
8807 case NestedNameSpecifier::TypeSpec: in Import()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h257 case NestedNameSpecifier::TypeSpec: in writeNestedNameSpecifier()
H A DAbstractBasicReader.h271 case NestedNameSpecifier::TypeSpec: in readNestedNameSpecifier()
H A DNestedNameSpecifier.h90 TypeSpec, enumerator
H A DRecursiveASTVisitor.h699 case NestedNameSpecifier::TypeSpec:
724 case NestedNameSpecifier::TypeSpec:
H A DType.h5371 static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned TypeSpec);
5375 static TagTypeKind getTagTypeKindForTypeSpec(unsigned TypeSpec);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp279 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) && in BuildAppleKextVirtualCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp287 case NestedNameSpecifier::TypeSpec: in indexNestedNameSpecifierLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp150 case NestedNameSpecifier::TypeSpec: in computeDeclContext()
1067 case NestedNameSpecifier::TypeSpec: in ShouldEnterDeclaratorScope()
H A DAnalysisBasedWarnings.cpp203 if (NNS->getKind() == NestedNameSpecifier::TypeSpec && in hasRecursiveCallInPath()
H A DSemaType.cpp5381 ->getKind() == NestedNameSpecifier::TypeSpec) || in GetFullTypeForDeclarator()
5441 case NestedNameSpecifier::TypeSpec: in GetFullTypeForDeclarator()
6142 case NestedNameSpecifier::TypeSpec: in VisitMemberPointerTypeLoc()
H A DSemaExprCXX.cpp57 case NestedNameSpecifier::TypeSpec: in getInheritingConstructorName()
512 case NestedNameSpecifier::TypeSpec: in checkLiteralOperatorId()
H A DSemaLookup.cpp4216 case NestedNameSpecifier::TypeSpec: in getNestedNameSpecifierIdentifiers()
H A DSemaTemplate.cpp6199 case NestedNameSpecifier::TypeSpec: in VisitNestedNameSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp958 case NestedNameSpecifier::TypeSpec: { in getNameSpecifierKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2991 case NestedNameSpecifier::TypeSpec: in isSameQualifier()
H A DASTWriter.cpp5397 case NestedNameSpecifier::TypeSpec: in AddNestedNameSpecifierLoc()

12