Home
last modified time | relevance | path

Searched defs:IsFunction (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dkernel_and_device.h132 virtual bool IsFunction() { return false; } in IsFunction() function
308 bool IsFunction() override { return true; }; in IsFunction() function
H A Dplacement_utils.cc67 bool IsFunction(StringPiece op_name) { in IsFunction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp39 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp41 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal()); in lowerSymbolOperand() local
/aosp_15_r20/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h64 bool IsFunction; member
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dgraph_def_util.cc130 static bool IsFunction(const GraphDef& graph_def, const string& op_name) { in IsFunction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCAsmMacro.h147 bool IsFunction = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCAsmMacro.h147 bool IsFunction = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCAsmMacro.h147 bool IsFunction = false; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCAsmMacro.h147 bool IsFunction = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCAsmMacro.h147 bool IsFunction = false; member
/aosp_15_r20/external/pdfium/fxjs/
H A Dfxv8.cpp55 bool IsFunction(v8::Local<v8::Value> value) { in IsFunction() function
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_value.cpp295 bool CFXJSE_Value::IsFunction(v8::Isolate* pIsolate) const { in IsFunction() function in CFXJSE_Value
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h45 IsFunction, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h45 IsFunction, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h45 IsFunction, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h45 IsFunction, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h45 IsFunction, enumerator
/aosp_15_r20/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2747 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1344 bool IsFunction = GIS.getValueType()->isFunctionTy(); in emitGlobalIndirectSymbol() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1948 bool IsFunction = GA.getValueType()->isFunctionTy(); in emitGlobalAlias() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp1562 void Verifier::verifyAttributeTypes(AttributeSet Attrs, bool IsFunction, in verifyAttributeTypes()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp8752 const bool IsFunction = T->isFunctionType(); in DiagnoseAlwaysNonNullPointer() local