/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/ |
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()
|
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
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);
|
/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 | 132 virtual bool IsFunction() { return false; } in IsFunction() function 308 bool IsFunction() override { return true; }; in IsFunction() function
|
D | execute_node.cc | 99 const bool is_function = kernel->IsFunction(); in Init()
|
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | MCAsmMacro.h | 147 bool IsFunction = false; member 155 IsFunction(F) {} in MCAsmMacro()
|
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | classify.hpp | 31 template< typename T, bool IsFunction = atomics::detail::is_function< T >::value >
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_value_embeddertest.cpp | 29 EXPECT_FALSE(pValue->IsFunction(isolate())); in TEST_F()
|
D | cfxjse_value.cpp | 210 if (!fxv8::IsFunction(hBoundFunction)) in NewBoundFunction() 296 bool CFXJSE_Value::IsFunction(v8::Isolate* pIsolate) const { in IsFunction() function in CFXJSE_Value 302 return hValue->IsFunction(); in IsFunction()
|
D | cfxjse_value.h | 39 bool IsFunction(v8::Isolate* pIsolate) const;
|
D | cfxjse_context.cpp | 273 CHECK(hWrapperValue->IsFunction()); in ExecuteScript()
|
/external/pdfium/fxjs/ |
D | js_define.cpp | 46 if (!maybe_value.ToLocal(&value) || !value->IsFunction()) in JS_DateParse()
|
D | fxv8.cpp | 56 bool IsFunction(v8::Local<v8::Value> value) { in IsFunction() function 57 return !value.IsEmpty() && value->IsFunction(); in IsFunction()
|
D | fxv8.h | 34 bool IsFunction(v8::Local<v8::Value> value);
|
/external/libcxx/include/ |
D | any | 636 _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/false_type) noexcept { 642 _RetType __pointer_or_func_cast(void*, /*IsFunction*/true_type) noexcept {
|
/external/cronet/tot/third_party/libc++/src/include/ |
D | any | 561 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/ false_type) … 566 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void*, /*IsFunction*/ true_type) noexc…
|
/external/cronet/stable/third_party/libc++/src/include/ |
D | any | 561 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/ false_type) … 566 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void*, /*IsFunction*/ true_type) noexc…
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ |
D | any | 562 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/ false_type) … 567 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void*, /*IsFunction*/ true_type) noexc…
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/ |
D | any | 562 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void* __p, /*IsFunction*/ false_type) … 567 inline _LIBCPP_HIDE_FROM_ABI _RetType __pointer_or_func_cast(void*, /*IsFunction*/ true_type) noexc…
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1344 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() local 1348 if (!IsFunction) in emitGlobalIndirectSymbol() 1351 IsFunction = in emitGlobalIndirectSymbol() 1356 if (IsFunction) in emitGlobalIndirectSymbol()
|