/llvm-project/clang-tools-extra/pseudo/lib/cxx/ |
H A D | CXX.cpp |
|
/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()
|
/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...] |
/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()
|
/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);
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | AvoidCStyleCastsCheck.cpp | 104 auto IsFunction = [](QualType T) { in check() local 120 IsFunction(SourceTypeAsWritten) && IsFunction(DestTypeAsWritten); in check()
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 147 bool IsFunction = false; member 156 IsFunction(F) {} in MCAsmMacro()
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-return.cpp | 36 IsFunction(*subprogramScope->GetSymbol()))) { in Leave()
|
H A D | definable.cpp | 28 x.owner().symbol() && IsFunction(*x.owner().symbol()); in IsPointerDummyOfPureFunction()
|
H A D | check-call.cpp | 1139 if (interface.IsSubroutine() && argInterface.IsFunction()) { in ConvertBOZLiteralArg() 1143 } else if (interface.IsFunction()) { in CheckExplicitInterfaceArg() 1144 if (argInterface.IsFunction()) { in CheckExplicitInterfaceArg()
|
H A D | check-declarations.cpp | 107 return innermostSymbol_ && IsFunction(*innermostSymbol_); in InFunction() 435 if (IsAssumedLengthCharacter(symbol) && IsFunction(symbol)) { // C723 in Check() 2765 if (IsFunction(generic) && !context_.HasError(generic)) { in CheckGenericOps()
|
H A D | tools.cpp | 394 IsPureProcedure(ultimate.owner()) && IsFunction(ultimate.owner())) { in FindExternallyVisibleObject()
|
/llvm-project/flang/lib/Evaluate/ |
H A D | tools.cpp | 1264 } else if (lhsProcedure->IsFunction() && rhsProcedure->IsSubroutine()) { in MayBePassedAsAbsentOptional() 1267 } else if (lhsProcedure->IsSubroutine() && rhsProcedure->IsFunction()) { in MayBePassedAsAbsentOptional() 1626 if (IsFunction(*ref) && !IsPureProcedureImpl(*ref, set)) { in IsAutomatic() 1673 bool IsFunction(const Symbol &symbol) { in IsSaved() 1682 return x.type() || (ifc && IsFunction(*ifc)); in IsSaved() 1685 return IsFunction(x.symbol()); in IsSaved() 1692 bool IsFunction(const Scope &scope) { in IsSaved() 1694 return symbol && IsFunction(*symbol); in IsSaved() 1513 bool IsFunction(const Symbol &symbol) { IsFunction() function 1532 bool IsFunction(const Scope &scope) { IsFunction() function
|
H A D | characteristics.cpp | 1308 } else if ((IsFunction() && actual.IsSubroutine()) || in IsCompatibleWith() 1309 (IsSubroutine() && actual.IsFunction())) { in IsCompatibleWith() 1481 } else if (IsFunction() && in CanBeCalledViaImplicitInterface() 1572 if ((proc1.IsFunction() && proc2.IsSubroutine()) || in DistinguishableOpOrAssign() 1573 (proc1.IsSubroutine() && proc2.IsFunction())) { in DistinguishableOpOrAssign() 1591 if ((proc1.IsFunction() && proc2.IsSubroutine()) || in Distinguishable() 1592 (proc1.IsSubroutine() && proc2.IsFunction())) { in Distinguishable()
|
H A D | fold-logical.cpp | 394 CHECK(proc_.IsFunction());
|
/llvm-project/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 309 Expected<bool> IsFunction = XCOFFSym.isFunction(); in getSymbolType() 310 if (!IsFunction) in getSymbolType() 311 return IsFunction.takeError(); in getSymbolType() 313 if (*IsFunction) in getSymbolType() 308 Expected<bool> IsFunction = XCOFFSym.isFunction(); getSymbolType() local
|
/llvm-project/libcxx/include/ |
H A D | any | 565 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/ false_type) noexcept { 570 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void*, /*IsFunction*/ true_type) noexcept {
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | characteristics.h | 381 bool IsFunction() const { return functionResult.has_value(); } in IsFunction() function
|
H A D | tools.h | 1355 bool IsFunction(const Symbol &); 1356 bool IsFunction(const Scope &);
|
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 349 clEnumValN(LVScopeKind::IsFunction, "Function", "Function."),
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2222 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalIFunc() 2225 if (!IsFunction) in emitGlobalIFunc() 2226 IsFunction = isa<Function>(GA.getAliasee()->stripPointerCasts()); in emitGlobalIFunc() 2240 if (IsFunction) in emitGlobalIFunc() 2255 if (IsFunction) { in emitRemarksSection() 2099 bool IsFunction = GA.getValueType()->isFunctionTy(); emitGlobalAlias() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 3526 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXClassMemberDeclarationWithPragmas() 3554 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) { in ParseCXXClassMemberDeclarationWithPragmas() 3555 if (IsFunction) in ParseCXXClassMemberDeclarationWithPragmas() 3564 if (IsFunction) in ParseCXXClassMemberDeclarationWithPragmas() 3415 ParseCXXMemberInitializer(Decl * D,bool IsFunction,SourceLocation & EqualLoc) ParseCXXMemberInitializer() argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 92 {LVScopeKind::IsFunction, &LVScope::getIsFunction},
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 571 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
|