/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() 53 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() 545 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive() 547 if (IsFunction || IsInlinedFunction) in collectStatsRecursive() 586 FnStats.IsFunction = true; in collectStatsRecursive() 603 if (IsFunction) in collectStatsRecursive() 615 if (IsFunction) in collectStatsRecursive() 990 if (!Stats.IsFunction) in collectStatsForObjectFile() 1000 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 | 75 if (!ctxt.IsFunction) continue; in printValue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 45 IsFunction, enumerator 162 KIND_1(LVScopeKind, IsCallSite, IsFunction); 167 KIND_1(LVScopeKind, IsEntryPoint, IsFunction); 169 KIND_2(LVScopeKind, IsFunction, CanHaveRanges, CanHaveLines); 170 KIND_1(LVScopeKind, IsFunctionType, IsFunction); 171 KIND_2(LVScopeKind, IsInlinedFunction, IsFunction, IsInlined); 172 KIND_1(LVScopeKind, IsLabel, IsFunction); 178 KIND_1(LVScopeKind, IsSubprogram, IsFunction);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 147 bool IsFunction = false; member 156 IsFunction(F) {} in MCAsmMacro()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 308 Expected<bool> IsFunction = XCOFFSym.isFunction(); in getSymbolType() local 309 if (!IsFunction) in getSymbolType() 310 return IsFunction.takeError(); in getSymbolType() 312 if (*IsFunction) in getSymbolType()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | any | 562 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/ false_type) … 567 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 | 349 clEnumValN(LVScopeKind::IsFunction, "Function", "Function."),
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2100 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias() local 2103 if (!IsFunction) in emitGlobalAlias() 2104 IsFunction = isa<Function>(GA.getAliasee()->stripPointerCasts()); in emitGlobalAlias() 2121 if (IsFunction) in emitGlobalAlias() 2136 if (IsFunction) { in emitGlobalAlias()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 3415 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer() argument 3443 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) { in ParseCXXMemberInitializer() 3444 if (IsFunction) in ParseCXXMemberInitializer() 3453 if (IsFunction) in ParseCXXMemberInitializer()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 92 {LVScopeKind::IsFunction, &LVScope::getIsFunction},
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 572 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 11642 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local 11645 if (IsAddressOf && IsFunction) { in DiagnoseAlwaysNonNullPointer() 11650 if (!IsAddressOf && !IsFunction && !IsArray) in DiagnoseAlwaysNonNullPointer() 11667 else if (IsFunction) in DiagnoseAlwaysNonNullPointer() 11676 if (!IsFunction) in DiagnoseAlwaysNonNullPointer()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3345 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 1190 if (M && M->IsFunction && peekTok().is(AsmToken::LParen)) { in expandMacros() 3274 if (!M->IsFunction) in handleMacroInvocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1830 bool IsFunction = in getADAEntry() local 1834 if (IsFunction) { in getADAEntry()
|