Home
last modified time | relevance | path

Searched defs:TypeString (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexconcat.c460 const char *TypeString; in AcpiExConvertToObjectTypeString() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp67 IsImageType(StringRef TypeString) { in IsImageType()
72 IsSamplerType(StringRef TypeString) { in IsSamplerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp143 CaptureMethods(std::string TypeString, const clang::CXXRecordDecl *ASTClass, in CaptureMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp366 StringRef TypeString = TSC.lookupStr(ID); in appendRecordType() local
418 StringRef TypeString = TSC.lookupStr(ID); in appendEnumType() local
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp396 const std::string& TypeString, in MigrateBlockOrFunctionPointerTypeVariable()
518 std::string TypeString = RT.getAsString(SubPolicy); in rewriteToObjCProperty() local
766 std::string TypeString = DesignatedEnumType.getAsString(Policy); in rewriteToNSMacroDecl() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp892 std::string TypeString(castT.getAsString(Context->getPrintingPolicy())); in getIvarAccessString() local
2340 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() local
2356 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() local
4089 std::string TypeString; in SynthesizeBlockFunc() local
4228 std::string TypeString; in SynthesizeBlockImpl() local
4759 std::string TypeString(QT.getAsString(Context->getPrintingPolicy())); in RewriteImplicitCastObjCExpr() local
H A DRewriteObjC.cpp2253 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerType() local
2269 std::string TypeString(Type.getAsString(Context->getPrintingPolicy())); in RewriteBlockPointerTypeVariable() local
3299 std::string TypeString; in SynthesizeBlockFunc() local
3438 std::string TypeString; in SynthesizeBlockImpl() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp907 StringRef TypeString, MIRParserImpl &Parser) { in typecheckMDNode()