/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | copy_move.pass.cpp | 62 std::function<int(int)> f2 = f; in main() local 75 std::function<int(int)> f2 = f; in main() local 86 std::function<int(int)> f2 = f; in main() local 111 std::function<int(int)> f2 = std::move(f); in main() local 131 std::function<int(int)> f2(std::move(f)); in main() local 146 std::function<int(int)> f2(std::move(f)); in main() local
|
D | alloc_function.pass.cpp | 41 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FunctionObject() local 65 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FreeFunction() local 87 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_MemFunClass() local
|
D | alloc_F.pass.cpp | 48 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_FunctionObject() local 67 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_FreeFunction() local 84 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_MemFunClass() local
|
D | copy_assign.pass.cpp | 60 std::function<int(int)> f2; in main() local 74 std::function<int(int)> f2; in main() local 86 std::function<int(int)> f2; in main() local 128 std::function<int(int)> f2; in main() local
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/ |
D | swap.pass.cpp | 66 std::function<int(int)> f2 = A(2); in main() local 84 std::function<int(int)> f2 = g; in main() local 102 std::function<int(int)> f2 = A(1); in main() local 120 std::function<int(int)> f2 = h; in main() local
|
/external/clang/test/CodeGen/ |
D | 2009-06-18-StaticInitTailPadPack.c | 8 unsigned short f2; member 13 struct Bar f2; member 17 struct Baz f2; member
|
D | windows-struct-abi.c | 15 struct f2 { struct 20 struct f2 return_f2(void) { while (1); } in return_f2() argument
|
D | extern-inline.c | 17 extern inline int f2(int a, int b) {return a+b;} in f2() function 20 static int f2(int a, int b) {return a*b;} in f2() function
|
D | bitfield-assign.c | 19 unsigned f2 : 2; member 34 void f2(void) { in f2() function
|
D | debug-info-scope-file.c | 18 void f2() { in f2() function
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/ |
D | move.pass.cpp | 33 std::filebuf f2(move(f)); in main() local 47 std::wfilebuf f2(move(f)); in main() local
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/ |
D | nonmember_swap.pass.cpp | 34 std::filebuf f2; in main() local 49 std::wfilebuf f2; in main() local
|
D | move_assign.pass.cpp | 33 std::filebuf f2; in main() local 48 std::wfilebuf f2; in main() local
|
D | member_swap.pass.cpp | 32 std::filebuf f2; in main() local 47 std::wfilebuf f2; in main() local
|
/external/mockito/src/test/java/org/mockito/internal/configuration/plugins/ |
D | PluginFinderTest.java | 66 File f1 = tmp.newFile(); File f2 = tmp.newFile(); in multiple_implementations_only_one_enabled() local 78 File f1 = tmp.newFile(); File f2 = tmp.newFile(); in multiple_implementations_only_one_useful() local 90 File f1 = tmp.newFile(); File f2 = tmp.newFile(); in multiple_empty_implementations() local
|
/external/llvm/test/MC/Mips/ |
D | elf_st_other.s | 15 .globl f2 symbol 18 f2: label
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-expr.mm | 35 void f2(T ptr, U value, V value2) { function 40 template void f2(A*, int, int); function 41 template void f2(A*, int*, int); // expected-note{{instantiation of}} function 42 template void f2(A*, int, double*); // expected-note{{instantiation of}} function
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
D | p2.cpp | 24 struct X0::X0 X0::f2() { return X0(); } in f2() function in X0 26 template<typename T> X1<T>::X1<T> X1<T>::f2() { } // expected-error{{qualified reference to 'X1' is… in f2() function in X1 27 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X… in X1() function in X1 28 template<typename T> struct X1<T>::X1<T> (X1<T>::f2)(float) { } in X1() function in X1
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_color.cpp | 19 FX_FLOAT f2 = FX_atof(syntax.GetWord()); in ParseColor() local 25 FX_FLOAT f2 = FX_atof(syntax.GetWord()); in ParseColor() local
|
/external/clang/test/SemaCXX/ |
D | function-type-qual.cpp | 8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'co… variable 12 cfn f2; member in C
|
D | derived-to-base-ambig.cpp | 20 void g(E2* e2, F2* f2) { in g() 31 void overload_call(F2* f2) { in overload_call()
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/ |
D | swap.pass.cpp | 65 std::function<int(int)> f2 = A(2); in main() local 80 std::function<int(int)> f2 = g; in main() local 95 std::function<int(int)> f2 = A(1); in main() local 110 std::function<int(int)> f2 = h; in main() local
|
/external/clang/test/Parser/ |
D | asm.c | 8 void f2() { in f2() function
|
/external/llvm/test/MC/ELF/ |
D | cfi-sections.s | 17 f2: label
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | cfi-sections.s | 11 f2: label
|