/external/llvm-project/lldb/unittests/Core/ |
D | RichManglingContextTest.cpp | 23 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/ |
D | Statistics.cpp | 50 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/ |
D | AVRMCInstLower.cpp | 39 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/ |
D | AVRMCInstLower.cpp | 39 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/ |
D | DiffConsumer.h | 60 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext() 64 bool IsFunction; member
|
D | DiffConsumer.cpp | 77 if (!ctxt.IsFunction) continue; in printValue()
|
/external/llvm-project/llvm/tools/llvm-diff/ |
D | DiffConsumer.h | 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {} in DiffContext() 63 bool IsFunction; member
|
D | DiffConsumer.cpp | 76 if (!ctxt.IsFunction) continue; in printValue()
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util.cc | 130 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/ |
D | placement_utils.cc | 67 bool IsFunction(StringPiece op_name) { in IsFunction() function 84 if (IsFunction(op_name) || IsColocationExempt(op_name) || in MaybePinSmallOpsToCpu()
|
D | placement_utils.h | 29 bool IsFunction(StringPiece op_name);
|
D | kernel_and_device.h | 126 virtual bool IsFunction() { return false; } in IsFunction() function 287 bool IsFunction() override { return true; }; in IsFunction() function
|
D | execute_node.cc | 99 const bool is_function = kernel->IsFunction(); in Init()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCAsmMacro.h | 147 bool IsFunction = false; member 155 IsFunction(F) {} in MCAsmMacro()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | tools.cpp | 684 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/ |
D | check-return.cpp | 36 IsFunction(*subprogramScope->GetSymbol()))) { in Leave()
|
D | check-call.cpp | 545 if (interface.IsSubroutine() && argInterface.IsFunction()) { in CheckProcedureArg() 549 } else if (interface.IsFunction()) { in CheckProcedureArg() 550 if (argInterface.IsFunction()) { in CheckProcedureArg()
|
D | assignment.cpp | 99 x.owner().symbol() && IsFunction(*x.owner().symbol()); in IsPointerDummyOfPureFunction()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value_embeddertest.cpp | 30 EXPECT_FALSE(pValue->IsFunction()); in TEST_F()
|
D | cfxjse_value.cpp | 261 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()
|
D | cfxjse_value.h | 35 bool IsFunction() const;
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | RichManglingContext.h | 46 bool IsFunction() const;
|
/external/llvm-project/lldb/source/Core/ |
D | RichManglingContext.cpp | 77 bool RichManglingContext::IsFunction() const { in IsFunction() function in RichManglingContext
|
/external/pdfium/fxjs/ |
D | js_define.cpp | 43 if (v->IsFunction()) { in JS_DateParse()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | characteristics.h | 306 bool IsFunction() const { return functionResult.has_value(); } in IsFunction() function
|