/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
functional | 274 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 294 && !is_function<_Functor>::value 295 && !is_function<typename remove_pointer<_Functor>::type>::value), 307 && !is_function<_Functor>::value 308 && !is_function<typename remove_pointer<_Functor>::type>::value), 321 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
functional | 273 template<typename _Tp, bool _IsFunctionType = is_function<_Tp>::value> 293 && !is_function<_Functor>::value 294 && !is_function<typename remove_pointer<_Functor>::type>::value), 306 && !is_function<_Functor>::value 307 && !is_function<typename remove_pointer<_Functor>::type>::value), 320 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/external/chromium_org/v8/src/ |
macros.py | 107 macro IS_FUNCTION(arg) = (%_IsFunction(arg));
|
runtime.js | 401 if (!IS_FUNCTION(delegate)) { 410 if (!IS_FUNCTION(delegate)) {
|
ast.h | 2321 bool is_function() { return IsFunction::decode(bitfield_) == kIsFunction; } function in class:v8::internal::V8_FINAL [all...] |
mirror-debugger.js | 85 } else if (IS_FUNCTION(value)) { 808 } else if (IS_FUNCTION(value)) { [all...] |
messages.js | 229 if (IS_FUNCTION(obj)) return %_CallFunction(obj, FunctionToString); [all...] |
v8natives.js | 186 if (!IS_FUNCTION(f)) return f; [all...] |
compiler.cc | [all...] |
/external/v8/src/ |
macros.py | 102 macro IS_FUNCTION(arg) = (%_IsFunction(arg));
|
runtime.js | 407 if (!IS_FUNCTION(delegate)) { 416 if (!IS_FUNCTION(delegate)) {
|
v8natives.js | 168 if (!IS_FUNCTION(f)) return f; [all...] |
compiler.cc | 781 function_info->set_is_function(lit->is_function());
|
mirror-debugger.js | 85 } else if (IS_FUNCTION(value)) { [all...] |
messages.js | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
test_tools.hpp | 42 #include <boost/type_traits/is_function.hpp> 322 typedef typename mpl::or_<is_array<T>,is_function<T>,is_abstract<T> >::type cant_use_nl;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
functional | 223 && !is_function<_Functor>::value 224 && !is_function<typename remove_pointer<_Functor>::type>::value), 236 && !is_function<_Functor>::value 237 && !is_function<typename remove_pointer<_Functor>::type>::value), 250 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
functional | 223 && !is_function<_Functor>::value 224 && !is_function<typename remove_pointer<_Functor>::type>::value), 236 && !is_function<_Functor>::value 237 && !is_function<typename remove_pointer<_Functor>::type>::value), 250 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
functional | 223 && !is_function<_Functor>::value 224 && !is_function<typename remove_pointer<_Functor>::type>::value), 236 && !is_function<_Functor>::value 237 && !is_function<typename remove_pointer<_Functor>::type>::value), 250 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
functional | 223 && !is_function<_Functor>::value 224 && !is_function<typename remove_pointer<_Functor>::type>::value), 236 && !is_function<_Functor>::value 237 && !is_function<typename remove_pointer<_Functor>::type>::value), 250 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-parse.c | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
functional | 229 && !is_function<_Functor>::value 230 && !is_function<typename remove_pointer<_Functor>::type>::value), 242 && !is_function<_Functor>::value 243 && !is_function<typename remove_pointer<_Functor>::type>::value), 256 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
functional | 229 && !is_function<_Functor>::value 230 && !is_function<typename remove_pointer<_Functor>::type>::value), 242 && !is_function<_Functor>::value 243 && !is_function<typename remove_pointer<_Functor>::type>::value), 256 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
functional | 228 && !is_function<_Functor>::value 229 && !is_function<typename remove_pointer<_Functor>::type>::value), 241 && !is_function<_Functor>::value 242 && !is_function<typename remove_pointer<_Functor>::type>::value), 255 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/external/clang/test/SemaCXX/ |
type-traits.cpp | 511 void is_function() function [all...] |