Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp41 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 DStatistics.cpp96 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 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h45 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 DMCAsmMacro.h147 bool IsFunction = false; member
155 IsFunction(F) {} in MCAsmMacro()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dany662 _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 DOptions.cpp349 clEnumValN(LVScopeKind::IsFunction, "Function", "Function."),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1948 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 DParseDeclCXX.cpp3189 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 DLVScope.cpp101 {LVScopeKind::IsFunction, &LVScope::getIsFunction},
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTokenKinds.def539 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3199 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1190 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 DSemaChecking.cpp14769 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()