Searched refs:TypeString (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexconcat.c460 const char *TypeString; local
463 TypeString = AcpiUtGetTypeName (ObjDesc->Common.Type);
466 ((ACPI_SIZE) strlen (TypeString) + 9)); /* 9 For "[ Object]" */
473 strcat (ReturnDesc->String.Pointer, TypeString);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp82 IsImageType(StringRef TypeString) { argument
83 return TypeString == "image2d_t" || TypeString == "image3d_t";
87 IsSamplerType(StringRef TypeString) { argument
88 return TypeString == "sampler_t";
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp399 const std::string& TypeString,
401 const char *argPtr = TypeString.c_str();
522 std::string TypeString = RT.getAsString(SubPolicy); local
537 TypeString,
540 char LastChar = TypeString[TypeString.size()-1];
541 PropertyString += TypeString;
772 std::string TypeString = DesignatedEnumType.getAsString(Policy); local
774 ClassString += TypeString;
398 MigrateBlockOrFunctionPointerTypeVariable(std::string & PropertyString, const std::string& TypeString, const char *name) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp890 std::string TypeString(castT.getAsString(Context->getPrintingPolicy()));
891 S += TypeString;
2337 std::string TypeString(Type.getAsString(Context->getPrintingPolicy()));
2338 const char *argPtr = TypeString.c_str();
2340 Str += TypeString;
2353 std::string TypeString(Type.getAsString(Context->getPrintingPolicy()));
2354 const char *argPtr = TypeString.c_str();
4094 std::string TypeString; local
4095 RewriteByRefString(TypeString, Name, (*I));
4096 TypeString
4233 std::string TypeString; local
[all...]
H A DRewriteObjC.cpp2251 std::string TypeString(Type.getAsString(Context->getPrintingPolicy()));
2252 const char *argPtr = TypeString.c_str();
2254 Str += TypeString;
2267 std::string TypeString(Type.getAsString(Context->getPrintingPolicy()));
2268 const char *argPtr = TypeString.c_str();
3306 std::string TypeString; local
3307 RewriteByRefString(TypeString, Name, (*I));
3308 TypeString += " *";
3309 Name = TypeString + Name;
3445 std::string TypeString; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp789 StringRef TypeString, MIRParserImpl &Parser) {
795 "expected a reference to a '" + TypeString +
787 typecheckMDNode(T *&Result, MDNode *Node, const yaml::StringValue &Source, StringRef TypeString, MIRParserImpl &Parser) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9601 /// A SmallStringEnc instance is used to build up the TypeString by passing
9614 /// Incomplete: An incomplete TypeString;
9615 /// IncompleteUsed: An incomplete TypeString that has been used in a
9662 std::string Str; // The encoded TypeString for the type.
9679 /// TypeString encodings for enum & union fields must be order.
9767 /// During the expansion of a RecordType, an incomplete TypeString is placed
9786 /// Once the RecordType has been expanded, the temporary incomplete TypeString
9817 /// Add the encoded TypeString to the cache only if it is NonRecursive or
9837 /// Return a cached TypeString encoding for the ID. If there isn't one, or we
9862 /// This type information (TypeString) i
9970 StringRef TypeString = TSC.lookupStr(ID); local
10022 StringRef TypeString = TSC.lookupStr(ID); local
[all...]

Completed in 145 milliseconds