Home
last modified time | relevance | path

Searched refs:TypeString (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexconcat.c460 const char *TypeString; in AcpiExConvertToObjectTypeString() local
463 TypeString = AcpiUtGetTypeName (ObjDesc->Common.Type); in AcpiExConvertToObjectTypeString()
466 ((ACPI_SIZE) strlen (TypeString) + 9)); /* 9 For "[ Object]" */ in AcpiExConvertToObjectTypeString()
473 strcat (ReturnDesc->String.Pointer, TypeString); in AcpiExConvertToObjectTypeString()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp68 IsImageType(StringRef TypeString) { in IsImageType() argument
69 return TypeString == "image2d_t" || TypeString == "image3d_t"; in IsImageType()
73 IsSamplerType(StringRef TypeString) { in IsSamplerType() argument
74 return TypeString == "sampler_t"; in IsSamplerType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp366 StringRef TypeString = TSC.lookupStr(ID); in appendRecordType() local
367 if (!TypeString.empty()) { in appendRecordType()
368 Enc += TypeString; in appendRecordType()
418 StringRef TypeString = TSC.lookupStr(ID); in appendEnumType() local
419 if (!TypeString.empty()) { in appendEnumType()
420 Enc += TypeString; in appendEnumType()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp396 const std::string& TypeString, in MigrateBlockOrFunctionPointerTypeVariable() argument
398 const char *argPtr = TypeString.c_str(); in MigrateBlockOrFunctionPointerTypeVariable()
518 std::string TypeString = RT.getAsString(SubPolicy); in rewriteToObjCProperty() local
533 TypeString, in rewriteToObjCProperty()
536 char LastChar = TypeString[TypeString.size()-1]; in rewriteToObjCProperty()
537 PropertyString += TypeString; in rewriteToObjCProperty()
766 std::string TypeString = DesignatedEnumType.getAsString(Policy); in rewriteToNSMacroDecl() local
768 ClassString += TypeString; in rewriteToNSMacroDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp891 std::string TypeString(castT.getAsString(Context->getPrintingPolicy())); in getIvarAccessString() local
892 S += TypeString; in getIvarAccessString()
2339 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() local
2340 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType()
2342 Str += TypeString; in RewriteBlockPointerType()
2355 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() local
2356 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable()
4088 std::string TypeString; in SynthesizeBlockFunc() local
4089 RewriteByRefString(TypeString, Name, (*I)); in SynthesizeBlockFunc()
4090 TypeString += " *"; in SynthesizeBlockFunc()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp927 StringRef TypeString, MIRParserImpl &Parser) { in typecheckMDNode() argument
933 "expected a reference to a '" + TypeString + in typecheckMDNode()