Searched refs:TypeQual (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 114 ValueKind MetadataStreamerV2::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() argument 116 if (TypeQual.find("pipe") != StringRef::npos) in getValueKind() 321 StringRef TypeQual; in emitKernelArg() local 324 TypeQual = cast<MDString>(Node->getOperand(ArgNo))->getString(); in emitKernelArg() 343 TypeName, BaseTypeName, AccQual, TypeQual); in emitKernelArg() 370 TypeQual.split(SplitTypeQuals, " ", -1, false); in emitKernelArg() 536 if (TypeQual.find("pipe") != StringRef::npos) in getValueKind() 715 StringRef TypeQual; in emitKernelArg() local 718 TypeQual = cast<MDString>(Node->getOperand(ArgNo))->getString(); in emitKernelArg() 747 StringRef AccQual, StringRef TypeQual) { in emitKernelArg() argument [all …]
|
| H A D | AMDGPUHSAMetadataStreamer.h | 67 StringRef getValueKind(Type *Ty, StringRef TypeQual, 95 StringRef TypeQual = ""); 150 ValueKind getValueKind(Type *Ty, StringRef TypeQual, 180 StringRef TypeQual = "");
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 225 [&](DeclSpec::TQ TypeQual, StringRef PrintName, SourceLocation SL) { in getFunction() argument 226 I.Fun.MethodQualifiers->SetTypeQual(TypeQual, SL); in getFunction()
|
| H A D | SemaType.cpp | 5597 [&](DeclSpec::TQ TypeQual, StringRef QualName, in GetFullTypeForDeclarator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 2487 auto DeclSpecCheck = [&](DeclSpec::TQ TypeQual, StringRef FixItName, in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2491 if (!(MQ.getTypeQualifiers() & TypeQual)) { in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 2495 MQ.SetTypeQual(TypeQual, SpecLoc); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|