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

  /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:__anon27320
  /external/swiftshader/third_party/llvm-subzero/lib/Demangle/
ItaniumDemangle.cpp 1656 bool is_function = *t == 'F'; local
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 1916 bool is_function = *t == 'F'; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp 1897 bool is_function = *t == 'F'; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp 1908 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 406 milliseconds