Home
last modified time | relevance | path

Searched defs:FunctionBody (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_body.h31 struct FunctionBody { struct
44 FunctionBody() {} in FunctionBody() argument
Dfunction_body.cc23 FunctionBody::FunctionBody(const FunctionDef& f, DataTypeSlice arg_t, in FunctionBody() function in tensorflow::FunctionBody
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUseAfterMoveCheck.cpp108 bool UseAfterMoveFinder::find(Stmt *FunctionBody, const Expr *MovingCall, in find()
439 Stmt *FunctionBody = nullptr; in check() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp247 Vec FunctionBody, ExceptionTable; member
/external/google-styleguide/cpplint/
Dcpplint_unittest.py5023 def FunctionBody(self, number_of_lines): member in CheckForFunctionLengthsTest
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp1019 if (const Stmt *FunctionBody = getFunctionBody(P->ASTNode)) { in relatedControlFlow() local
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp11335 FunctionBody, in diagnoseOdrViolations() enumerator