Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h63 bool IsFunction; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp86 bool RichManglingContext::IsFunction() const { in IsFunction() function in RichManglingContext
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp58 bool IsFunction = false; member
462 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h147 bool IsFunction = false; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3089 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1616 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13353 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local