Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 23 of 23) sorted by relevance

/llvm-project/openmp/libompd/src/
H A DTargetValue.cpp31 const char *typeName, ompd_addr_t segment) { in getType()
212 TValue &TValue::cast(const char *typeName) { in cast()
221 TValue &TValue::cast(const char *typeName, int _pointerLevel, in cast()
H A DTargetValue.h50 const char *typeName; variable
/llvm-project/flang/test/Semantics/
H A Dresolve99.f9010 type :: typeName type
/llvm-project/mlir/tools/tblgen-to-irdl/
H A DOpDefinitionsGen.cpp55 std::string typeName = ("!" + predRec.getValueAsString("typeName")).str(); createConstraint() local
/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp301 PPC_VECTOR_TYPE(typeName,Id,size) DecodePPCMMATypeFromStr() argument
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DParser.h395 parseTypedDeclaration(llvm::StringRef typeName, bool requiresInitializer, in parseTypedDeclaration()
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp
/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp680 __anon0145c6cc0802(const Twine &typeName, StringRef code) emitPackUnpackOptionalTemplate() argument
703 StringRef typeName = type.getCXXTypeName(); emitPackUnpackOptionalTemplate() local
H A DMveEmitter.cpp482 virtual std::string typeName() const { return "Value *"; } in typeName() function in __anon6b6344ba0111::Result
572 std::string typeName() const override { in typeName() function in __anon6b6344ba0111::BuiltinArgResult
715 std::string typeName() const override { in typeName() function in __anon6b6344ba0111::AddressResult
771 std::string typeName() const override { in typeName() function in __anon6b6344ba0111::TypeResult
/llvm-project/clang-tools-extra/clangd/support/
H A DTrace.cpp222 llvm::StringRef typeName(Metric::MetricType T) { in typeName() function in clang::clangd::trace::__anondc7550a90111::CSVMetricTracer
/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp430 StringRef typeName = (*Operands)[operandIndex].Rec->getName(); handleOperand() local
/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp249 StreamString typeName; in PrintDecl() local
/llvm-project/mlir/lib/IR/
H A DExtensibleDialect.cpp474 StringRef typeName, AsmParser &parser, Type &resultType) const { in parseOptionalDynamicType()
H A DAsmPrinter.cpp2751 std::string typeName; printDialectType() local
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3303 StringRef MachOAbstractFixupEntry::typeName() const { return "unknown"; } typeName() function in MachOAbstractFixupEntry
3760 StringRef MachORebaseEntry::typeName() const { typeName() function in MachORebaseEntry
4306 StringRef MachOBindEntry::typeName() const { typeName() function in MachOBindEntry
/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp429 std::string typeName{dtSymbol->name().ToString()}; DescribeType() local
H A Dresolve-names.cpp5236 llvm::StringRef typeName; Post() local
5348 const auto &typeName{std::get<parser::Name>(parsedClass.derived.t)}; Post() local
5358 const auto &typeName{std::get<parser::Name>(x.t)}; Post() local
5433 const auto &typeName{rec.v}; Post() local
6722 ResolveExtendsType(const parser::Name & typeName,const parser::Name * extendsName) ResolveExtendsType() argument
[all...]
H A Dcheck-declarations.cpp1077 std::string typeName{type->AsFortran()}; CheckObjectEntity() local
H A Dexpression.cpp1970 parser::CharBlock &typeName{structureType.source}; Analyze() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2270 auto typeName = Ty.getUnqualifiedType().getAsString(Policy); GenKernelArgMetadata() local
2293 std::string typeName = getTypeSpelling(pointeeTy) + "*"; GenKernelArgMetadata() local
2319 std::string typeName = getTypeSpelling(ty); GenKernelArgMetadata() local
H A DCGObjCGNU.cpp2575 llvm::Constant *typeName = GetEHType() local
H A DCGDebugInfo.cpp5314 SmallString<36> typeName; EmitDeclareOfBlockLiteralArgVariable() local
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp577 StringRef typeName, const T *decl, const SMRange &hoverRange) { in buildHoverForUserConstraintOrRewrite() argument