| /llvm-project-15.0.7/clang-tools-extra/pseudo/lib/cxx/ |
| H A D | CXX.cpp | 115 bool IsFunction = false; in isFunctionDeclarator() local 120 return IsFunction; in isFunctionDeclarator() 124 return IsFunction; in isFunctionDeclarator() 128 IsFunction = false; in isFunctionDeclarator() 135 IsFunction = true; in isFunctionDeclarator() 142 IsFunction = false; in isFunctionDeclarator() 155 return IsFunction; in isFunctionDeclarator()
|
| /llvm-project-15.0.7/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() 51 if (IsFunction) { in lowerSymbolOperand()
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 96 bool IsFunction = false; member 504 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive() local 510 (IsInlinedFunction || (IsFunction && HasAbstractOrigin)); in collectStatsRecursive() 533 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive() 535 if (IsFunction || IsInlinedFunction) in collectStatsRecursive() 574 FnStats.IsFunction = true; in collectStatsRecursive() 591 if (IsFunction) in collectStatsRecursive() 603 if (IsFunction) in collectStatsRecursive() 919 if (!Stats.IsFunction) in collectStatsForObjectFile() 929 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile() [all …]
|
| /llvm-project-15.0.7/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-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | AvoidCStyleCastsCheck.cpp | 106 auto IsFunction = [](QualType T) { in check() local 122 IsFunction(SourceTypeAsWritten) && IsFunction(DestTypeAsWritten); in check()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 147 bool IsFunction = false; member 155 IsFunction(F) {} in MCAsmMacro()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-return.cpp | 36 IsFunction(*subprogramScope->GetSymbol()))) { in Leave()
|
| H A D | check-call.cpp | 627 if (interface.IsSubroutine() && argInterface.IsFunction()) { in CheckProcedureArg() 631 } else if (interface.IsFunction()) { in CheckProcedureArg() 632 if (argInterface.IsFunction()) { in CheckProcedureArg()
|
| H A D | assignment.cpp | 99 x.owner().symbol() && IsFunction(*x.owner().symbol()); in IsPointerDummyOfPureFunction()
|
| H A D | check-declarations.cpp | 97 return innermostSymbol_ && IsFunction(*innermostSymbol_); in InFunction() 1823 if (IsFunction(generic) && !context_.HasError(generic)) { in CheckGenericOps()
|
| H A D | tools.cpp | 369 IsFunction(ultimate.owner())) { in FindExternallyVisibleObject()
|
| H A D | check-omp-structure.cpp | 71 if (IsFunction(root) && !IsElementalProcedure(root)) { in Pre()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | tools.cpp | 739 bool IsFunction(const Expr<SomeType> &expr) { in IsFunction() function 966 } else if (lhsProcedure->IsFunction() && rhsProcedure->IsSubroutine()) { in CheckProcCompatibility() 969 } else if (lhsProcedure->IsSubroutine() && rhsProcedure->IsFunction()) { in CheckProcCompatibility() 1219 if (IsFunction(*ref) && !IsPureProcedure(*ref)) { in IsPureProcedure() 1257 bool IsFunction(const Symbol &symbol) { in IsFunction() function 1267 (ifc.symbol() && IsFunction(*ifc.symbol())); in IsFunction() 1270 return IsFunction(x.symbol()); in IsFunction() 1277 bool IsFunction(const Scope &scope) { in IsFunction() function 1279 return symbol && IsFunction(*symbol); in IsFunction()
|
| H A D | characteristics.cpp | 971 } else if ((IsFunction() && actual.IsSubroutine()) || in IsCompatibleWith() 972 (IsSubroutine() && actual.IsFunction())) { in IsCompatibleWith() 1068 } else if (IsFunction() && in CanBeCalledViaImplicitInterface()
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | YAMLProfileReader.cpp | 136 bool IsFunction = Callee ? true : false; in parseFunctionProfile() local 138 if (IsFunction) in parseFunctionProfile()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | characteristics.h | 324 bool IsFunction() const { return functionResult.has_value(); } in IsFunction() function
|
| H A D | tools.h | 939 bool IsFunction(const Expr<SomeType> &); 1111 bool IsFunction(const Symbol &); 1112 bool IsFunction(const Scope &);
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | any | 661 _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/false_type) noexcept { 667 _RetType __pointer_or_func_cast(void*, /*IsFunction*/true_type) noexcept {
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1806 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias() local 1809 if (!IsFunction) in emitGlobalAlias() 1810 IsFunction = isa<Function>(GA.getAliasee()->stripPointerCasts()); in emitGlobalAlias() 1827 if (IsFunction) in emitGlobalAlias() 1842 if (IsFunction) { in emitGlobalAlias()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 3100 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer() argument 3115 if (IsFunction || Next.isOneOf(tok::semi, tok::comma, tok::eof)) { in ParseCXXMemberInitializer() 3116 if (IsFunction) in ParseCXXMemberInitializer() 3124 if (IsFunction) in ParseCXXMemberInitializer()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 528 TYPE_TRAIT_1(__is_function, IsFunction, KEYCXX)
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 3098 ExprResult ParseCXXMemberInitializer(Decl *D, bool IsFunction,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 14437 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local 14440 if (IsAddressOf && IsFunction) { in DiagnoseAlwaysNonNullPointer() 14445 if (!IsAddressOf && !IsFunction && !IsArray) in DiagnoseAlwaysNonNullPointer() 14462 else if (IsFunction) in DiagnoseAlwaysNonNullPointer() 14471 if (!IsFunction) in DiagnoseAlwaysNonNullPointer()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 1169 if (M && M->IsFunction && peekTok().is(AsmToken::LParen)) { in expandMacros() 3290 if (!M->IsFunction) in handleMacroInvocation()
|