Searched refs:TypeQual (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 134 MetadataStreamerMsgPackV4::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() argument 136 if (TypeQual.contains("pipe")) in getValueKind() 339 StringRef TypeQual; in emitKernelArg() local 342 TypeQual = cast<MDString>(Node->getOperand(ArgNo))->getString(); in emitKernelArg() 361 getValueKind(ArgTy, TypeQual, BaseTypeName), Offset, Args, in emitKernelArg() 363 AccQual, TypeQual); in emitKernelArg() 370 StringRef ActAccQual, StringRef AccQual, StringRef TypeQual) { in emitKernelArg() argument 400 TypeQual.split(SplitTypeQuals, " ", -1, false); in emitKernelArg()
|
| H A D | AMDGPUHSAMetadataStreamer.h | 86 StringRef getValueKind(Type *Ty, StringRef TypeQual, 119 StringRef AccQual = "", StringRef TypeQual = "");
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 223 [&](DeclSpec::TQ TypeQual, StringRef PrintName, SourceLocation SL) { in getFunction() argument 224 I.Fun.MethodQualifiers->SetTypeQual(TypeQual, SL); in getFunction()
|
| H A D | SemaType.cpp | 5538 [&](DeclSpec::TQ TypeQual, StringRef QualName, in GetFullTypeForDeclarator()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2658 auto DeclSpecCheck = [&](DeclSpec::TQ TypeQual, StringRef FixItName, in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2662 if (!(MQ.getTypeQualifiers() & TypeQual)) { in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2666 MQ.SetTypeQual(TypeQual, SpecLoc); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|