Home
last modified time | relevance | path

Searched refs:IsFunction (Results 1 – 14 of 14) sorted by relevance

/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
468 (IsInlinedFunction || (IsFunction && HasAbstractOrigin)); in collectStatsRecursive()
490 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive()
492 if (IsFunction || IsInlinedFunction) in collectStatsRecursive()
529 FnStats.IsFunction = true; in collectStatsRecursive()
546 if (IsFunction) in collectStatsRecursive()
558 if (IsFunction) in collectStatsRecursive()
774 if (!Stats.IsFunction) in collectStatsForObjectFile()
784 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile()
[all …]
/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
42 if (IsFunction) { in lowerSymbolOperand()
49 if (IsFunction) { in lowerSymbolOperand()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext()
63 bool IsFunction; member
H A DDiffConsumer.cpp75 if (!ctxt.IsFunction) continue; in printValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h147 bool IsFunction = false; member
155 IsFunction(F) {} in MCAsmMacro()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h46 bool IsFunction() const;
/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/libcxx/include/
H A Dany650 _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/false_type) noexcept {
656 _RetType __pointer_or_func_cast(void*, /*IsFunction*/true_type) noexcept {
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1616 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() local
1619 if (!IsFunction) in emitGlobalIndirectSymbol()
1622 IsFunction = in emitGlobalIndirectSymbol()
1636 if (IsFunction) in emitGlobalIndirectSymbol()
1651 if (IsFunction) in emitGlobalIndirectSymbol()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3089 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer() argument
3104 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) { in ParseCXXMemberInitializer()
3105 if (IsFunction) in ParseCXXMemberInitializer()
3113 if (IsFunction) in ParseCXXMemberInitializer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def524 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3118 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13353 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local
13356 if (IsAddressOf && IsFunction) { in DiagnoseAlwaysNonNullPointer()
13361 if (!IsAddressOf && !IsFunction && !IsArray) in DiagnoseAlwaysNonNullPointer()
13378 else if (IsFunction) in DiagnoseAlwaysNonNullPointer()
13387 if (!IsFunction) in DiagnoseAlwaysNonNullPointer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1170 if (M && M->IsFunction && peekTok().is(AsmToken::LParen)) { in expandMacros()
3325 if (!M->IsFunction) in handleMacroInvocation()