Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/unittests/Core/
DRichManglingContextTest.cpp23 EXPECT_TRUE(RMC.IsFunction()); in TEST()
45 EXPECT_TRUE(ItaniumRMC.IsFunction() == CxxMethodRMC.IsFunction()); in TEST()
66 EXPECT_FALSE(CxxMethodRMC.IsFunction()); in TEST()
76 EXPECT_TRUE(CxxMethodRMC.IsFunction()); in TEST()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp50 bool IsFunction = false; member
405 const bool IsFunction = Tag == dwarf::DW_TAG_subprogram; in collectStatsRecursive() local
408 if (IsFunction || IsInlinedFunction || IsBlock) { in collectStatsRecursive()
443 FnStats.IsFunction = true; in collectStatsRecursive()
460 if (IsFunction) in collectStatsRecursive()
472 if (IsFunction) in collectStatsRecursive()
594 if (!Stats.IsFunction) in collectStatsForObjectFile()
604 NumFunctions += Stats.IsFunction; in collectStatsForObjectFile()
606 NumInlinedFunctions += Stats.IsFunction * Stats.NumFnInlined; in collectStatsForObjectFile()
607 NumAbstractOrigins += Stats.IsFunction * Stats.NumAbstractOrigins; in collectStatsForObjectFile()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
42 if (IsFunction) { in lowerSymbolOperand()
49 if (IsFunction) { in lowerSymbolOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
42 if (IsFunction) { in lowerSymbolOperand()
49 if (IsFunction) { in lowerSymbolOperand()
/external/llvm/tools/llvm-diff/
DDiffConsumer.h60 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext()
64 bool IsFunction; member
DDiffConsumer.cpp77 if (!ctxt.IsFunction) continue; in printValue()
/external/llvm-project/llvm/tools/llvm-diff/
DDiffConsumer.h59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext()
63 bool IsFunction; member
DDiffConsumer.cpp76 if (!ctxt.IsFunction) continue; in printValue()
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.cc130 static bool IsFunction(const GraphDef& graph_def, const string& op_name) { in IsFunction() function
145 if (!IsFunction(*graph_def, node_def->op())) { in RemoveNewDefaultAttrsFromGraphDef()
155 if (!IsFunction(*graph_def, node_def->op())) { in RemoveNewDefaultAttrsFromGraphDef()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dplacement_utils.cc67 bool IsFunction(StringPiece op_name) { in IsFunction() function
84 if (IsFunction(op_name) || IsColocationExempt(op_name) || in MaybePinSmallOpsToCpu()
Dplacement_utils.h29 bool IsFunction(StringPiece op_name);
Dkernel_and_device.h126 virtual bool IsFunction() { return false; } in IsFunction() function
287 bool IsFunction() override { return true; }; in IsFunction() function
Dexecute_node.cc99 const bool is_function = kernel->IsFunction(); in Init()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmMacro.h147 bool IsFunction = false; member
155 IsFunction(F) {} in MCAsmMacro()
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp684 bool IsFunction(const Expr<SomeType> &expr) { in IsFunction() function
887 } else if (lhsProcedure->IsFunction() && !rhsProcedure->IsFunction()) { in CheckProcCompatibility()
890 } else if (!lhsProcedure->IsFunction() && rhsProcedure->IsFunction()) { in CheckProcCompatibility()
955 if (IsFunction(*ref) && !IsPureProcedure(*ref)) { in IsPureProcedure()
976 bool IsFunction(const Symbol &symbol) { in IsFunction() function
985 return ifc.type() || (ifc.symbol() && IsFunction(*ifc.symbol())); in IsFunction()
987 [](const ProcBindingDetails &x) { return IsFunction(x.symbol()); }, in IsFunction()
988 [](const UseDetails &x) { return IsFunction(x.symbol()); }, in IsFunction()
/external/llvm-project/flang/lib/Semantics/
Dcheck-return.cpp36 IsFunction(*subprogramScope->GetSymbol()))) { in Leave()
Dcheck-call.cpp545 if (interface.IsSubroutine() && argInterface.IsFunction()) { in CheckProcedureArg()
549 } else if (interface.IsFunction()) { in CheckProcedureArg()
550 if (argInterface.IsFunction()) { in CheckProcedureArg()
Dassignment.cpp99 x.owner().symbol() && IsFunction(*x.owner().symbol()); in IsPointerDummyOfPureFunction()
/external/pdfium/fxjs/xfa/
Dcfxjse_value_embeddertest.cpp30 EXPECT_FALSE(pValue->IsFunction()); in TEST_F()
Dcfxjse_value.cpp261 if (hOldFunction.IsEmpty() || !hOldFunction->IsFunction()) in SetFunctionBind()
287 if (hBoundFunction.IsEmpty() || !hBoundFunction->IsFunction()) in SetFunctionBind()
378 bool CFXJSE_Value::IsFunction() const { in IsFunction() function in CFXJSE_Value
385 return hValue->IsFunction(); in IsFunction()
Dcfxjse_value.h35 bool IsFunction() const;
/external/llvm-project/lldb/include/lldb/Core/
DRichManglingContext.h46 bool IsFunction() const;
/external/llvm-project/lldb/source/Core/
DRichManglingContext.cpp77 bool RichManglingContext::IsFunction() const { in IsFunction() function in RichManglingContext
/external/pdfium/fxjs/
Djs_define.cpp43 if (v->IsFunction()) { in JS_DateParse()
/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h306 bool IsFunction() const { return functionResult.has_value(); } in IsFunction() function

12