Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp680 auto declareSpecialization = [&](const Twine &typeName, StringRef code) { in emitPackUnpackOptionalTemplate()
703 StringRef typeName = type.getCXXTypeName(); in emitPackUnpackOptionalTemplate() local
H A DMveEmitter.cpp482 virtual std::string typeName() const { return "Value *"; } in typeName() function in __anon3961c3990111::Result
572 std::string typeName() const override { in typeName() function in __anon3961c3990111::BuiltinArgResult
715 std::string typeName() const override { in typeName() function in __anon3961c3990111::AddressResult
770 std::string typeName() const override { typeName() function in __anon3961c3990111::TypeResult
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp430 StringRef typeName = (*Operands)[operandIndex].Rec->getName(); in handleOperand() local
/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp246 StreamString typeName; PrintDecl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3303 StringRef MachOAbstractFixupEntry::typeName() const { return "unknown"; } in typeName() function in MachOAbstractFixupEntry
3758 StringRef MachORebaseEntry::typeName() const { typeName() function in MachORebaseEntry
4302 StringRef MachOBindEntry::typeName() const { typeName() function in MachOBindEntry
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2246 auto typeName = Ty.getUnqualifiedType().getAsString(Policy); GenKernelArgMetadata() local
2269 std::string typeName = getTypeSpelling(pointeeTy) + "*"; GenKernelArgMetadata() local
2295 std::string typeName = getTypeSpelling(ty); GenKernelArgMetadata() local
H A DCGObjCGNU.cpp2576 llvm::Constant *typeName = GetEHType() local
H A DCGDebugInfo.cpp5179 SmallString<36> typeName; EmitDeclareOfBlockLiteralArgVariable() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4845 PPC_VECTOR_TYPE(typeName,Id,size) DecodePPCMMATypeFromStr() argument