Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 204) sorted by relevance

123456789

/ndk/tests/device/test-stlport_shared-exception/jni/
Dhas_nothrow_copy-3.cpp5 struct F { struct
6 F (const F&) throw () { } in F() function
7 template <class T> F (T) throw () { } in F() function
/ndk/tests/device/test-stlport_static-exception/jni/
Dhas_nothrow_copy-3.cpp5 struct F { struct
6 F (const F&) throw () { } in F() function
7 template <class T> F (T) throw () { } in F() argument
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.util/rand.util.canonical/
Dgenerate_canonical.pass.cpp22 typedef float F; in main() typedef
29 typedef float F; in main() typedef
36 typedef float F; in main() typedef
43 typedef float F; in main() typedef
50 typedef float F; in main() typedef
58 typedef double F; in main() typedef
65 typedef double F; in main() typedef
72 typedef double F; in main() typedef
82 typedef double F; in main() typedef
92 typedef double F; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.ctype.byname/
Dtoupper_1.pass.cpp26 typedef std::ctype<char> F; in main() typedef
42 typedef std::ctype<char> F; in main() typedef
58 typedef std::ctype<wchar_t> F; in main() typedef
74 typedef std::ctype<wchar_t> F; in main() typedef
Dtolower_1.pass.cpp26 typedef std::ctype<char> F; in main() typedef
42 typedef std::ctype<char> F; in main() typedef
58 typedef std::ctype<wchar_t> F; in main() typedef
74 typedef std::ctype<wchar_t> F; in main() typedef
Dtoupper_many.pass.cpp27 typedef std::ctype<char> F; in main() typedef
44 typedef std::ctype<char> F; in main() typedef
61 typedef std::ctype<wchar_t> F; in main() typedef
78 typedef std::ctype<wchar_t> F; in main() typedef
Dtolower_many.pass.cpp27 typedef std::ctype<char> F; in main() typedef
44 typedef std::ctype<char> F; in main() typedef
61 typedef std::ctype<wchar_t> F; in main() typedef
78 typedef std::ctype<wchar_t> F; in main() typedef
Dwiden_1.pass.cpp29 typedef std::ctype<wchar_t> F; in main() typedef
44 typedef std::ctype<wchar_t> F; in main() typedef
Dnarrow_1.pass.cpp26 typedef std::ctype<wchar_t> F; in main() typedef
41 typedef std::ctype<wchar_t> F; in main() typedef
Dis_1.pass.cpp27 typedef std::ctype<wchar_t> F; in main() typedef
70 typedef std::ctype<wchar_t> F; in main() typedef
Dscan_not.pass.cpp30 typedef std::ctype<wchar_t> F; in main() typedef
51 typedef std::ctype<wchar_t> F; in main() typedef
Dnarrow_many.pass.cpp28 typedef std::ctype<wchar_t> F; in main() typedef
46 typedef std::ctype<wchar_t> F; in main() typedef
Dwiden_many.pass.cpp30 typedef std::ctype<wchar_t> F; in main() typedef
48 typedef std::ctype<wchar_t> F; in main() typedef
Dscan_is.pass.cpp30 typedef std::ctype<wchar_t> F; in main() typedef
51 typedef std::ctype<wchar_t> F; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members/
Dnot_testable.pass.cpp24 class F class
28 explicit F(std::size_t refs = 0) in F() function in F
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
Dtransform.pass.cpp28 typedef forward_iterator<const char*> F; in main() typedef
37 typedef forward_iterator<const wchar_t*> F; in main() typedef
Dtransform_primary.pass.cpp29 typedef forward_iterator<const char*> F; in main() typedef
40 typedef forward_iterator<const wchar_t*> F; in main() typedef
/ndk/sources/host-tools/sed-4.2.1/lib/
Ddirname.h54 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)]) argument
56 # define IS_ABSOLUTE_FILE_NAME(F) \ argument
59 # define IS_RELATIVE_FILE_NAME(F) (! IS_ABSOLUTE_FILE_NAME (F)) argument
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
Dclassic_table.pass.cpp21 typedef std::ctype<char> F; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/negators/
Dnot1.pass.cpp19 typedef std::logical_not<int> F; in main() typedef
Dnot2.pass.cpp19 typedef std::logical_and<int> F; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/comparisons/
Dgreater.pass.cpp20 typedef std::greater<int> F; in main() typedef
Dless_equal.pass.cpp20 typedef std::less_equal<int> F; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/arithmetic.operations/
Ddivides.pass.cpp20 typedef std::divides<int> F; in main() typedef
Dmultiplies.pass.cpp20 typedef std::multiplies<int> F; in main() typedef

123456789