| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRMCInstLower.cpp | 41 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local 44 if (IsFunction) { in lowerSymbolOperand() 52 if (IsFunction) { in lowerSymbolOperand()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 97 bool IsFunction = false; member 516 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive() local 522 (IsInlinedFunction || (IsFunction && HasAbstractOrigin)); in collectStatsRecursive() 546 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive() 548 if (IsFunction || IsInlinedFunction) in collectStatsRecursive() 587 FnStats.IsFunction = true; in collectStatsRecursive() 604 if (IsFunction) in collectStatsRecursive() 616 if (IsFunction) in collectStatsRecursive() 993 if (!Stats.IsFunction) in collectStatsForObjectFile() 1003 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
| 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 | 77 if (!ctxt.IsFunction) continue; in printValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 46 IsFunction, enumerator 167 KIND_1(LVScopeKind, IsCallSite, IsFunction); 172 KIND_1(LVScopeKind, IsEntryPoint, IsFunction); 174 KIND_2(LVScopeKind, IsFunction, CanHaveRanges, CanHaveLines); 175 KIND_1(LVScopeKind, IsFunctionType, IsFunction); 176 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined); 177 KIND_1(LVScopeKind, IsLabel, IsFunction); 183 KIND_1(LVScopeKind, IsSubprogram, IsFunction);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 140 bool IsFunction = false; member 149 IsFunction(F) {} in MCAsmMacro()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 309 Expected<bool> IsFunction = XCOFFSym.isFunction(); in getSymbolType() local 310 if (!IsFunction) in getSymbolType() 311 return IsFunction.takeError(); in getSymbolType() 313 if (*IsFunction) in getSymbolType()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | any | 565 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/ false_type) … 570 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void*, /*IsFunction*/ true_type) noexc…
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 352 clEnumValN(LVScopeKind::IsFunction, "Function", "Function."),
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2246 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias() local 2249 if (!IsFunction) in emitGlobalAlias() 2250 IsFunction = isa<Function>(GA.getAliasee()->stripPointerCasts()); in emitGlobalAlias() 2264 if (IsFunction) in emitGlobalAlias() 2279 if (IsFunction) { in emitGlobalAlias()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 3319 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer() argument 3347 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) { in ParseCXXMemberInitializer() 3348 if (IsFunction) in ParseCXXMemberInitializer() 3357 if (IsFunction) in ParseCXXMemberInitializer()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 95 {LVScopeKind::IsFunction, &LVScope::getIsFunction},
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 579 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1071 if (M && M->IsFunction && peekTok().is(AsmToken::LParen)) { in expandMacros() 2812 if (!M->IsFunction) in handleMacroInvocation()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 13074 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local 13077 if (IsAddressOf && IsFunction) { in DiagnoseAlwaysNonNullPointer() 13082 if (!IsAddressOf && !IsFunction && !IsArray) in DiagnoseAlwaysNonNullPointer() 13099 else if (IsFunction) in DiagnoseAlwaysNonNullPointer() 13108 if (!IsFunction) in DiagnoseAlwaysNonNullPointer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 3411 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2165 bool IsFunction = in getADAEntry() local 2169 if (IsFunction) { in getADAEntry()
|