| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 96 bool IsFunction = false; member 505 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive() local 511 (IsInlinedFunction || (IsFunction && HasAbstractOrigin)); in collectStatsRecursive() 534 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive() 536 if (IsFunction || IsInlinedFunction) in collectStatsRecursive() 575 FnStats.IsFunction = true; in collectStatsRecursive() 592 if (IsFunction) in collectStatsRecursive() 604 if (IsFunction) in collectStatsRecursive() 920 if (!Stats.IsFunction) in collectStatsForObjectFile() 930 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 147 bool IsFunction = false; member 155 IsFunction(F) {} in MCAsmMacro()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | any | 662 _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/false_type) noexcept { 668 _RetType __pointer_or_func_cast(void*, /*IsFunction*/true_type) noexcept {
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 349 clEnumValN(LVScopeKind::IsFunction, "Function", "Function."),
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1948 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias() local 1951 if (!IsFunction) in emitGlobalAlias() 1952 IsFunction = isa<Function>(GA.getAliasee()->stripPointerCasts()); in emitGlobalAlias() 1969 if (IsFunction) in emitGlobalAlias() 1984 if (IsFunction) { in emitGlobalAlias()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 3189 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer() argument 3208 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) { in ParseCXXMemberInitializer() 3209 if (IsFunction) in ParseCXXMemberInitializer() 3217 if (IsFunction) in ParseCXXMemberInitializer()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 101 {LVScopeKind::IsFunction, &LVScope::getIsFunction},
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 539 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 3199 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1190 if (M && M->IsFunction && peekTok().is(AsmToken::LParen)) { in expandMacros() 3305 if (!M->IsFunction) in handleMacroInvocation()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 14769 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local 14772 if (IsAddressOf && IsFunction) { in DiagnoseAlwaysNonNullPointer() 14777 if (!IsAddressOf && !IsFunction && !IsArray) in DiagnoseAlwaysNonNullPointer() 14794 else if (IsFunction) in DiagnoseAlwaysNonNullPointer() 14803 if (!IsFunction) in DiagnoseAlwaysNonNullPointer()
|