| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 58 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 D | AVRMCInstLower.cpp | 39 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 D | DiffConsumer.h | 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext() 63 bool IsFunction; member
|
| H A D | DiffConsumer.cpp | 75 if (!ctxt.IsFunction) continue; in printValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 147 bool IsFunction = false; member 155 IsFunction(F) {} in MCAsmMacro()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | RichManglingContext.h | 46 bool IsFunction() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | RichManglingContext.cpp | 86 bool RichManglingContext::IsFunction() const { in IsFunction() function in RichManglingContext
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | any | 650 _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 D | AsmPrinter.cpp | 1616 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 D | ParseDeclCXX.cpp | 3089 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 D | TokenKinds.def | 524 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 3118 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 13353 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 D | MasmParser.cpp | 1170 if (M && M->IsFunction && peekTok().is(AsmToken::LParen)) { in expandMacros() 3325 if (!M->IsFunction) in handleMacroInvocation()
|