HomeSort by relevance Sort by last modified time
    Searched defs:is_function (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/c/eager/
c_api_internal.h 115 bool const is_function() const { return attr_types == nullptr; } function in struct:TFE_Op
  /external/tensorflow/tensorflow/core/grappler/optimizers/
graph_rewriter.cc 127 const bool is_function = local
155 if (is_function) {
  /external/v8/src/ast/
variables.h 78 bool is_function() const { return kind() == FUNCTION_VARIABLE; } function in class:v8::internal::final
  /external/v8/src/runtime/
runtime-scopes.cc 147 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, RedeclarationType::kTypeError)
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 143 int is_function; member in struct:__anon29176
  /external/swiftshader/third_party/llvm-subzero/lib/Demangle/
ItaniumDemangle.cpp 1656 bool is_function = *t == 'F'; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp 2082 bool is_function = *t == 'F'; local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 577 void is_function() function
    [all...]
  /external/v8/src/
gdb-jit.cc 971 bool is_function() const { function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 9049 bool is_function = false; local
    [all...]

Completed in 2269 milliseconds