HomeSort by relevance Sort by last modified time
    Searched full:is_function (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
type_traits 174 /// is_function
176 struct is_function;
182 !is_function<_Tp>::value)
195 is_function<_Tp>::value)
222 /// is_function
224 struct is_function
227 struct is_function<_Res(_ArgTypes...)>
230 struct is_function<_Res(_ArgTypes......)>
233 struct is_function<_Res(_ArgTypes...) const>
236 struct is_function<_Res(_ArgTypes......) const
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 174 /// is_function
176 struct is_function;
182 !is_function<_Tp>::value)
195 is_function<_Tp>::value)
222 /// is_function
224 struct is_function
227 struct is_function<_Res(_ArgTypes...)>
230 struct is_function<_Res(_ArgTypes......)>
233 struct is_function<_Res(_ArgTypes...) const>
236 struct is_function<_Res(_ArgTypes......) const
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 174 /// is_function
176 struct is_function;
182 !is_function<_Tp>::value)
195 is_function<_Tp>::value)
222 /// is_function
224 struct is_function
227 struct is_function<_Res(_ArgTypes...)>
230 struct is_function<_Res(_ArgTypes......)>
233 struct is_function<_Res(_ArgTypes...) const>
236 struct is_function<_Res(_ArgTypes......) const
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 174 /// is_function
176 struct is_function;
182 !is_function<_Tp>::value)
195 is_function<_Tp>::value)
222 /// is_function
224 struct is_function
227 struct is_function<_Res(_ArgTypes...)>
230 struct is_function<_Res(_ArgTypes......)>
233 struct is_function<_Res(_ArgTypes...) const>
236 struct is_function<_Res(_ArgTypes......) const
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 178 /// is_function
180 struct is_function;
186 !is_function<_Tp>::value)
199 is_function<_Tp>::value)
226 /// is_function
228 struct is_function
231 struct is_function<_Res(_ArgTypes...)>
234 struct is_function<_Res(_ArgTypes......)>
237 struct is_function<_Res(_ArgTypes...) const>
240 struct is_function<_Res(_ArgTypes......) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 178 /// is_function
180 struct is_function;
186 !is_function<_Tp>::value)
199 is_function<_Tp>::value)
226 /// is_function
228 struct is_function
231 struct is_function<_Res(_ArgTypes...)>
234 struct is_function<_Res(_ArgTypes......)>
237 struct is_function<_Res(_ArgTypes...) const>
240 struct is_function<_Res(_ArgTypes......) const
    [all...]
  /external/stlport/stlport/
type_traits 292 struct is_function :
304 // _SPEC_FULL2(is_member_object_pointer, _Tp1 _Tp2::*,!is_function<_Tp1>::value);
308 public integral_constant<bool, !is_function<_Tp1>::value>
313 public integral_constant<bool, !is_function<_Tp1>::value>
318 public integral_constant<bool, !is_function<_Tp1>::value>
323 public integral_constant<bool, !is_function<_Tp1>::value>
331 // _SPEC_FULL2(is_member_function_pointer,_Tp1 _Tp2::*,is_function<_Tp1>::value);
335 public integral_constant<bool, is_function<_Tp1>::value>
340 public integral_constant<bool, is_function<_Tp1>::value>
345 public integral_constant<bool, is_function<_Tp1>::value
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 292 struct is_function :
304 // _SPEC_FULL2(is_member_object_pointer, _Tp1 _Tp2::*,!is_function<_Tp1>::value);
308 public integral_constant<bool, !is_function<_Tp1>::value>
313 public integral_constant<bool, !is_function<_Tp1>::value>
318 public integral_constant<bool, !is_function<_Tp1>::value>
323 public integral_constant<bool, !is_function<_Tp1>::value>
331 // _SPEC_FULL2(is_member_function_pointer,_Tp1 _Tp2::*,is_function<_Tp1>::value);
335 public integral_constant<bool, is_function<_Tp1>::value>
340 public integral_constant<bool, is_function<_Tp1>::value>
345 public integral_constant<bool, is_function<_Tp1>::value
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
type_traits 292 struct is_function :
304 // _SPEC_FULL2(is_member_object_pointer, _Tp1 _Tp2::*,!is_function<_Tp1>::value);
308 public integral_constant<bool, !is_function<_Tp1>::value>
313 public integral_constant<bool, !is_function<_Tp1>::value>
318 public integral_constant<bool, !is_function<_Tp1>::value>
323 public integral_constant<bool, !is_function<_Tp1>::value>
331 // _SPEC_FULL2(is_member_function_pointer,_Tp1 _Tp2::*,is_function<_Tp1>::value);
335 public integral_constant<bool, is_function<_Tp1>::value>
340 public integral_constant<bool, is_function<_Tp1>::value>
345 public integral_constant<bool, is_function<_Tp1>::value
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
type_traits 292 struct is_function :
304 // _SPEC_FULL2(is_member_object_pointer, _Tp1 _Tp2::*,!is_function<_Tp1>::value);
308 public integral_constant<bool, !is_function<_Tp1>::value>
313 public integral_constant<bool, !is_function<_Tp1>::value>
318 public integral_constant<bool, !is_function<_Tp1>::value>
323 public integral_constant<bool, !is_function<_Tp1>::value>
331 // _SPEC_FULL2(is_member_function_pointer,_Tp1 _Tp2::*,is_function<_Tp1>::value);
335 public integral_constant<bool, is_function<_Tp1>::value>
340 public integral_constant<bool, is_function<_Tp1>::value>
345 public integral_constant<bool, is_function<_Tp1>::value
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
type_traits 292 struct is_function :
304 // _SPEC_FULL2(is_member_object_pointer, _Tp1 _Tp2::*,!is_function<_Tp1>::value);
308 public integral_constant<bool, !is_function<_Tp1>::value>
313 public integral_constant<bool, !is_function<_Tp1>::value>
318 public integral_constant<bool, !is_function<_Tp1>::value>
323 public integral_constant<bool, !is_function<_Tp1>::value>
331 // _SPEC_FULL2(is_member_function_pointer,_Tp1 _Tp2::*,is_function<_Tp1>::value);
335 public integral_constant<bool, is_function<_Tp1>::value>
340 public integral_constant<bool, is_function<_Tp1>::value>
345 public integral_constant<bool, is_function<_Tp1>::value
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
type_traits 178 /// is_function
180 struct is_function;
186 !is_function<_Tp>::value)
199 is_function<_Tp>::value)
226 /// is_function
228 struct is_function
231 struct is_function<_Res(_ArgTypes...)>
234 struct is_function<_Res(_ArgTypes......)>
237 struct is_function<_Res(_ArgTypes...) const>
240 struct is_function<_Res(_ArgTypes......) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
type_traits 178 /// is_function
180 struct is_function;
186 !is_function<_Tp>::value)
199 is_function<_Tp>::value)
226 /// is_function
228 struct is_function
231 struct is_function<_Res(_ArgTypes...)>
234 struct is_function<_Res(_ArgTypes......)>
237 struct is_function<_Res(_ArgTypes...) const>
240 struct is_function<_Res(_ArgTypes......) const
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 133 int is_function; member in struct:__anon9702
glcpp-parse.y 1280 assert (macro->is_function);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
type_traits 186 || is_function<_To>::value || is_array<_To>::value
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 186 || is_function<_To>::value || is_array<_To>::value
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 186 || is_function<_To>::value || is_array<_To>::value
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 186 || is_function<_To>::value || is_array<_To>::value
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits 255 || is_function<_To>::value || is_array<_To>::value
345 bool _IsFunction = is_function<_Up>::value>
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 255 || is_function<_To>::value || is_array<_To>::value
345 bool _IsFunction = is_function<_Up>::value>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 255 || is_function<_To>::value || is_array<_To>::value
345 bool _IsFunction = is_function<_Up>::value>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 255 || is_function<_To>::value || is_array<_To>::value
345 bool _IsFunction = is_function<_Up>::value>
  /external/v8/src/
debug-debugger.js 502 if (!IS_FUNCTION(listener) && !IS_UNDEFINED(listener) && !IS_NULL(listener)) {
514 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
524 if (IS_FUNCTION(func_or_script_name)) {
561 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
566 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
571 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
576 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
581 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.');
635 if (!IS_FUNCTION(func)) throw new Error('Parameters have wrong types.');
898 if (!IS_FUNCTION(f)) throw new Error('Parameters have wrong types.')
    [all...]
ast.h 2078 bool is_function() { return IsFunction::decode(bitfield_) == kIsFunction; } function in class:v8::internal::FunctionLiteral
    [all...]

Completed in 1933 milliseconds

1 2