Searched refs:TypeQual (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 103 ValueKind MetadataStreamerV2::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() argument 105 if (TypeQual.find("pipe") != StringRef::npos) in getValueKind() 356 StringRef TypeQual; in emitKernelArg() local 359 TypeQual = cast<MDString>(Node->getOperand(ArgNo))->getString(); in emitKernelArg() 402 TypeQual.split(SplitTypeQuals, " ", -1, false); in emitKernelArg() 560 StringRef MetadataStreamerV3::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() argument 562 if (TypeQual.find("pipe") != StringRef::npos) in getValueKind() 800 StringRef TypeQual; in emitKernelArg() local 803 TypeQual = cast<MDString>(Node->getOperand(ArgNo))->getString(); in emitKernelArg() 820 TypeQual); in emitKernelArg() [all …]
|
| H A D | AMDGPUHSAMetadataStreamer.h | 66 StringRef getValueKind(Type *Ty, StringRef TypeQual, 97 StringRef AccQual = "", StringRef TypeQual = ""); 136 ValueKind getValueKind(Type *Ty, StringRef TypeQual, 168 StringRef TypeQual = "");
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 213 [&](DeclSpec::TQ TypeQual, StringRef PrintName, SourceLocation SL) { in getFunction() argument 214 I.Fun.MethodQualifiers->SetTypeQual(TypeQual, SL); in getFunction()
|
| H A D | SemaDeclCXX.cpp | 8184 [&](DeclSpec::TQ TypeQual, StringRef QualName, SourceLocation SL) { in CheckConstructorDeclarator() argument 8370 [&](DeclSpec::TQ TypeQual, StringRef QualName, SourceLocation SL) { in CheckDestructorDeclarator() argument
|
| H A D | SemaType.cpp | 5033 [&](DeclSpec::TQ TypeQual, StringRef QualName, in GetFullTypeForDeclarator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2349 auto DeclSpecCheck = [&](DeclSpec::TQ TypeQual, StringRef FixItName, in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2353 if (!(MQ.getTypeQualifiers() & TypeQual)) { in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2357 MQ.SetTypeQual(TypeQual, SpecLoc); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|