Home
last modified time | relevance | path

Searched refs:getTypeName (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
DTypes.h28 const char *getTypeName(ID Id);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp358 std::string getTypeName(Type *T) { in getTypeName() function in __anon5837df1b0111::DIUpdater
406 Layout.getPrefTypeAlignment(T), getTypeName(T)); in getOrCreateType()
423 N = Builder.createBasicType(getTypeName(T), T->getPrimitiveSizeInBits(), in getOrCreateType()
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DDAGISelMatcher.cpp416 return CVT->getTypeName() != getTypeName(); in isContradictoryImpl()
DDAGISelMatcherEmitter.cpp389 << cast<CheckValueTypeMatcher>(N)->getTypeName() << ",\n"; in EmitMatcher()
DDAGISelMatcher.h666 StringRef getTypeName() const { return TypeName; } in getTypeName() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
DTypes.cpp39 const char *types::getTypeName(ID Id) { in getTypeName() function in types
DDriver.cpp828 << types::getTypeName(A->getType()) << "\n"; in PrintActions1()
904 << types::getTypeName(Act->getType()); in BuildUniversalActions()
1057 << getTypeName(OldTy) << getTypeName(Ty); in BuildInputs()
DTools.cpp3728 CmdArgs.push_back(types::getTypeName(types::TY_PP_ObjCXX)); in ConstructJob()
3730 CmdArgs.push_back(types::getTypeName(II.getType())); in ConstructJob()
4213 CmdArgs.push_back(types::getTypeName(II.getType())); in ConstructJob()
4267 << getTypeName(JA.getType()); in RenderExtraToolArgs()
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DObjectFile.h118 error_code getTypeName(SmallVectorImpl<char> &Result) const;
567 inline error_code RelocationRef::getTypeName(SmallVectorImpl<char> &Result) in getTypeName() function
/freebsd-10-stable/contrib/llvm/lib/Object/
DObject.cpp236 if (error_code ec = (*unwrap(RI))->getTypeName(ret)) in LLVMGetRelocationTypeName()
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp522 if (error(rel_cur->getTypeName(name))) goto skip_print_rel; in DisassembleObject()
557 if (error(ri->getTypeName(relocname))) continue; in PrintRelocations()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetInfo.h419 static const char *getTypeName(IntType T);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DTargetInfo.cpp103 const char *TargetInfo::getTypeName(IntType T) { in getTypeName() function in TargetInfo
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DMachODumper.cpp345 if (error(RelI->getTypeName(RelocName))) return; in printRelocation()
DCOFFDumper.cpp766 if (error(RelI->getTypeName(RelocName))) return; in printRelocation()
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
DDWARFContext.cpp685 error_code ec(reloc_i->getTypeName(Name)); in DWARFContextInMemory()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitPreprocessor.cpp201 Builder.defineMacro(MacroName, TargetInfo::getTypeName(Ty)); in DefineType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseExpr.cpp781 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression()
825 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression()
DParseExprCXX.cpp2285 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(), in ParseUnqualifiedId()
2323 ParsedType Ty = Actions.getTypeName(*TemplateId->Name, in ParseUnqualifiedId()
DParseDecl.cpp2652 ParsedType TypeRep = Actions.getTypeName(*Next.getIdentifierInfo(), in ParseDeclarationSpecifiers()
2765 Actions.getTypeName(*Tok.getIdentifierInfo(), in ParseDeclarationSpecifiers()
5319 if (Actions.getTypeName(*ParmII, Tok.getLocation(), getCurScope())) in ParseFunctionDeclaratorIdentifierList()
DParser.cpp1657 if (ParsedType Ty = Actions.getTypeName(*Tok.getIdentifierInfo(), in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
DParseObjc.cpp2299 Type = Actions.getTypeName(*Tok.getIdentifierInfo(), Tok.getLocation(), in isStartOfObjCClassMessageMissingOpenBracket()
DParseDeclCXX.cpp967 ParsedType Type = Actions.getTypeName(*Id, IdLoc, getCurScope(), &SS, true, in ParseBaseTypeSpecifier()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp5511 ParsedType T = getTypeName(*SecondTypeName.Identifier, in ActOnPseudoDestructorExpr()
5568 ParsedType T = getTypeName(*FirstTypeName.Identifier, in ActOnPseudoDestructorExpr()
DSemaDecl.cpp132 ParsedType Sema::getTypeName(const IdentifierInfo &II, SourceLocation NameLoc, in getTypeName() function in Sema
235 ParsedType Ty = getTypeName(*NewII, NameLoc, S, NewSSPtr, in getTypeName()
431 SuggestedType = getTypeName(*Corrected.getCorrectionAsIdentifierInfo(), in DiagnoseUnknownTypeName()

12