Searched refs:TypeString (Results 1 – 8 of 8) sorted by relevance
| /freebsd-src/sys/contrib/dev/acpica/components/executer/ |
| H A D | exconcat.c | 460 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-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600OpenCLImageTypeLoweringPass.cpp | 68 IsImageType(StringRef TypeString) { in IsImageType() 69 return TypeString == "image2d_t" || TypeString == "image3d_t"; in IsImageType() 73 IsSamplerType(StringRef TypeString) { in IsSamplerType() 74 return TypeString == "sampler_t"; in IsSamplerType() 67 IsImageType(StringRef TypeString) IsImageType() argument 72 IsSamplerType(StringRef TypeString) IsSamplerType() argument
|
| /freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 21 /// A SmallStringEnc instance is used to build up the TypeString by passing 34 /// Incomplete: An incomplete TypeString; 35 /// IncompleteUsed: An incomplete TypeString that has been used in a 82 std::string Str; // The encoded TypeString for the type. 99 /// TypeString encodings for enum & union fields must be order. 189 /// During the expansion of a RecordType, an incomplete TypeString is placed 208 /// Once the RecordType has been expanded, the temporary incomplete TypeString 239 /// Add the encoded TypeString to the cache only if it is NonRecursive or 259 /// Return a cached TypeString encoding for the ID. If there isn't one, or we 284 /// This type information (TypeString) i 366 StringRef TypeString = TSC.lookupStr(ID); appendRecordType() local 418 StringRef TypeString = TSC.lookupStr(ID); appendEnumType() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | |
| /freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 396 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-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2253 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() local 2254 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType() 2256 Str += TypeString; in RewriteBlockPointerType() 2269 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() local 2270 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable() 3299 std::string TypeString; in SynthesizeBlockFunc() local 3300 RewriteByRefString(TypeString, Name, (*I)); in SynthesizeBlockFunc() 3301 TypeString += " *"; in SynthesizeBlockFunc() 3302 Name = TypeString + Name; in SynthesizeBlockFunc() 3438 std::string TypeString; in SynthesizeBlockImpl() local [all …]
|
| H A D | RewriteModernObjC.cpp | 891 std::string TypeString(castT.getAsString(Context->getPrintingPolicy())); in getIvarAccessString() 892 S += TypeString; in getIvarAccessString() local 2339 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() 2340 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerType() local 2342 Str += TypeString; in RewriteBlockPointerType() 2355 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() 2356 const char *argPtr = TypeString.c_str(); in RewriteBlockPointerTypeVariable() local 4088 std::string TypeString; in SynthesizeBlockFunc() 4089 RewriteByRefString(TypeString, Name, (*I)); in SynthesizeBlockFunc() local 4090 TypeString in SynthesizeBlockFunc() 4228 std::string TypeString; SynthesizeBlockImpl() local 4759 std::string TypeString(QT.getAsString(Context->getPrintingPolicy())); RewriteImplicitCastObjCExpr() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 927 StringRef TypeString, MIRParserImpl &Parser) { in parseVarExprLoc() 933 "expected a reference to a '" + TypeString + in parseVarExprLoc() 907 typecheckMDNode(T * & Result,MDNode * Node,const yaml::StringValue & Source,StringRef TypeString,MIRParserImpl & Parser) typecheckMDNode() argument
|