Searched defs:is_function (Results 1 - 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
H A Dc_api_internal.h115 bool const is_function() const { return attr_types == nullptr; } function in struct:TFE_Op
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgraph_rewriter.cc127 const bool is_function = local
155 if (is_function) {
/external/v8/src/ast/
H A Dvariables.h78 bool is_function() const { return kind() == FUNCTION_VARIABLE; } function in class:v8::internal::final
/external/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h143 int is_function; member in struct:__anon15831
/external/v8/src/runtime/
H A Druntime-scopes.cc147 bool is_function = initial_value->IsSharedFunctionInfo();
148 DCHECK_EQ(1, BoolToInt(is_var) + BoolToInt(is_function));
151 if (is_function) {
172 if (is_function && is_native) attr |= READ_ONLY;
179 is_var, is_function, RedeclarationType::kSyntaxError, feedback_vector,
241 bool is_function = value->IsJSFunction(); local
242 bool is_var = !is_function;
273 value, NONE, is_var, is_function,
280 is_function, RedeclarationType::kTypeError);
286 is_function, RedeclarationTyp
[all...]
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp1656 bool is_function = *t == 'F'; local
1661 if (is_function)
1665 if (is_function) {
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp577 void is_function() function
/external/v8/src/
H A Dgdb-jit.cc971 bool is_function() const { function in class:v8::internal::BASE_EMBEDDED
2042 if (desc->is_function()) {
/external/v8/src/crankshaft/
H A Dhydrogen.cc9049 bool is_function = false; local
9064 is_function = true;
9115 if (!is_function) {

Completed in 399 milliseconds