/third_party/boost/libs/callable_traits/test/ |
D | function_type.cpp | 12 using F = void(int, char); in main() typedef 26 using F = void (int, char, ...); in main() typedef 33 using F = void (int, char); in main() typedef 37 using F = void (int, char); in main() typedef 41 using F = int (); in main() typedef 45 using F = int (); in main() typedef 49 using F = char const * const & (...); in main() typedef 53 using F = int (...); in main() typedef 57 using F = int (...); in main() typedef 61 using F = int (...); in main() typedef [all …]
|
/third_party/boost/boost/bind/ |
D | mem_fn_vw.hpp | 17 typedef R (BOOST_MEM_FN_CC T::*F) (); in BOOST_MEM_FN_NAME() typedef 23 typedef R (BOOST_MEM_FN_CC T::*F) () const; in BOOST_MEM_FN_NAME() typedef 30 typedef R (BOOST_MEM_FN_CC T::*F) (A1); in BOOST_MEM_FN_NAME() typedef 36 typedef R (BOOST_MEM_FN_CC T::*F) (A1) const; in BOOST_MEM_FN_NAME() typedef 43 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2); in BOOST_MEM_FN_NAME() typedef 49 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2) const; in BOOST_MEM_FN_NAME() typedef 56 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3); in BOOST_MEM_FN_NAME() typedef 62 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3) const; in BOOST_MEM_FN_NAME() typedef 69 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3, A4); in BOOST_MEM_FN_NAME() typedef 75 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2, A3, A4) const; in BOOST_MEM_FN_NAME() typedef [all …]
|
/third_party/boost/libs/test/doc/examples/ |
D | example18.run-fail.cpp | 12 struct F { struct 13 F() : i( 0 ) { BOOST_TEST_MESSAGE( "setup fixture" ); } in F() argument 14 ~F() { BOOST_TEST_MESSAGE( "teardown fixture" ); } in ~F() argument 19 BOOST_FIXTURE_TEST_CASE( test_case1, F ) in BOOST_FIXTURE_TEST_CASE() argument 25 BOOST_FIXTURE_TEST_CASE( test_case2, F ) in BOOST_FIXTURE_TEST_CASE() argument
|
D | fixture_02.run.cpp | 12 struct F { struct 13 F() : i( 0 ) { BOOST_TEST_MESSAGE( "setup fixture" ); } in F() function 14 ~F() { BOOST_TEST_MESSAGE( "teardown fixture" ); } in ~F() argument 19 BOOST_FIXTURE_TEST_SUITE(s, F) in BOOST_FIXTURE_TEST_SUITE() argument
|
D | fixture_03.run.cpp | 13 struct F { struct 14 F() { BOOST_TEST_MESSAGE( "setup fixture" ); } in F() function 15 ~F() { BOOST_TEST_MESSAGE( "teardown fixture" ); } in ~F() argument
|
/third_party/boost/libs/test/example/ |
D | unit_test_example_05.cpp | 17 struct F { struct 18 F() : i( 0 ) { BOOST_TEST_MESSAGE( "setup fixture" ); } in F() argument 19 ~F() { BOOST_TEST_MESSAGE( "teardown fixture" ); } in ~F() argument 26 // this test case will use struct F as fixture argument 30 BOOST_FIXTURE_TEST_CASE( my_test1, F ) in BOOST_FIXTURE_TEST_CASE() argument
|
D | unit_test_example_06.cpp | 14 struct F { struct 15 F() : i( 0 ) { BOOST_TEST_MESSAGE( "setup fixture" ); } in F() function 16 ~F() { BOOST_TEST_MESSAGE( "teardown fixture" ); } in ~F() argument 23 // struct F is going to be used as a fixture for all test cases in this test suite argument 24 BOOST_FIXTURE_TEST_SUITE( s, F ) in BOOST_FIXTURE_TEST_SUITE() argument
|
D | unit_test_example_07.cpp | 15 struct F { struct 16 F() : i( 9 ) { BOOST_TEST_MESSAGE( "setup fixture" ); } in F() function 17 ~F() { BOOST_TEST_MESSAGE( "teardown fixture" ); } in ~F() argument 24 BOOST_FIXTURE_TEST_SUITE( s, F ) argument
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | debug.h | 12 #define DCALL(F,X) if (_Developer_Debug & DBG_##F) X argument 13 #define DPRINTF(F,X) if (_Developer_Debug & DBG_##F) _dprintf X argument 15 #define DENTER(F) DPRINTF(F, ("%s() entered.\n",fname)) argument 16 #define DEXIT(F) DPRINTF(F, ("%s() exiting.\n",fname)) argument 17 #define DEXIT_STATUS(F,S) \ argument 44 #define DPRINTF(F,X) argument 46 #define DENTER(F) argument 47 #define DEXIT(F) argument 48 #define DEXIT_STATUS(F,S) argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | InstIterator.h | 131 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } in inst_begin() 132 inline inst_iterator inst_end(Function *F) { return inst_iterator(*F, true); } in inst_end() 133 inline inst_range instructions(Function *F) { in instructions() 136 inline const_inst_iterator inst_begin(const Function *F) { in inst_begin() 139 inline const_inst_iterator inst_end(const Function *F) { in inst_end() 142 inline const_inst_range instructions(const Function *F) { in instructions() 145 inline inst_iterator inst_begin(Function &F) { return inst_iterator(F); } in inst_begin() 146 inline inst_iterator inst_end(Function &F) { return inst_iterator(F, true); } in inst_end() 147 inline inst_range instructions(Function &F) { in instructions() 150 inline const_inst_iterator inst_begin(const Function &F) { in inst_begin() [all …]
|
/third_party/typescript/tests/baselines/reference/extractFunction/ |
D | extractFunction15.ts | 2 function F<T>(t1: T) { function 8 function F<T>(t1: T) { function 18 function F<T>(t1: T) { function 28 function F<T>(t1: T) { function
|
D | extractFunction14.ts | 2 function F<T>(t1: T) { function 9 function F<T>(t1: T) { function 20 function F<T>(t1: T) { function 31 function F<T>(t1: T) { function
|
D | extractFunction_NoDeclarations.ts | 3 function F() { function 8 function F() { function 18 function F() { function
|
D | extractFunction33.ts | 2 function F() { function 6 function F() { function 14 function F() { function
|
D | extractFunction19.ts | 2 function F<T, U extends T[], V extends U[]>(v: V) { function 6 function F<T, U extends T[], V extends U[]>(v: V) { function 14 function F<T, U extends T[], V extends U[]>(v: V) { function
|
D | extractFunction30.ts | 2 function F<T>() { function 6 function F<T>() { function 14 function F<T>() { function
|
D | extractFunction16.ts | 2 function F<T>() { function 6 function F<T>() { function 14 function F<T>() { function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 61 void setState(LibFunc F, AvailabilityState State) { in setState() 65 AvailabilityState getState(LibFunc F) const { in getState() 118 void setUnavailable(LibFunc F) { in setUnavailable() 123 void setAvailable(LibFunc F) { in setAvailable() 129 void setAvailableWithName(LibFunc F, StringRef Name) { in setAvailableWithName() 154 bool isFunctionVectorizable(StringRef F, unsigned VF) const { in isFunctionVectorizable() 168 bool isFunctionScalarizable(StringRef F, unsigned &VF) const { in isFunctionScalarizable() 267 bool getLibFunc(StringRef funcName, LibFunc &F) const { in getLibFunc() 271 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc() 277 bool getLibFunc(ImmutableCallSite CS, LibFunc &F) const { in getLibFunc() [all …]
|
/third_party/boost/libs/mp11/test/ |
D | mp_with_index.cpp | 26 struct F struct 30 explicit F( std::size_t i ): i_( i ) {} in F() function 49 mp_with_index<N>( i, F(i) ); in operator ()() argument
|
D | mp_for_each.cpp | 30 struct F struct 52 BOOST_TEST_EQ( (mp_for_each<mp_list<int>>( F{0} ).s), 1 ); in main() argument
|
/third_party/ffmpeg/libavcodec/ |
D | sbcdsp_data.c | 55 #define F(x) F_PROTO(x) macro 77 #define F(x) F_COS(x) macro 100 #define F(x) F_PROTO(x) macro 122 #define F(x) F_COS(x) macro 149 #define F(x) F_PROTO(x) macro 191 #define F(x) F_COS(x) macro 246 #define F(x) F_PROTO(x) macro 288 #define F(x) F_COS(x) macro
|
/third_party/typescript/tests/baselines/reference/extractConstant/ |
D | extractConstant_Function.ts | 2 function F() { function 6 function F() { function 12 function F() { function
|
D | extractConstant_ExpressionStatementInNestedScope.ts | 4 function F() { function 11 function F() { function 19 function F() { function
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | autoinit_funcs.h | 142 #define W32_FPTR_IN_SEG(S,F) \ argument 159 #define W32_REG_INIT_C_USER(F) W32_FPTR_IN_SEG(W32_SEG_INIT_C_USER,F) argument 160 #define W32_REG_INIT_C_LIB(F) W32_FPTR_IN_SEG(W32_SEG_INIT_C_LIB,F) argument 161 #define W32_REG_INIT_CXX_USER(F) W32_FPTR_IN_SEG(W32_SEG_INIT_CXX_USER,F) argument 162 #define W32_REG_INIT_CXX_LIB(F) W32_FPTR_IN_SEG(W32_SEG_INIT_CXX_LIB,F) argument 173 #define W32_REGISTER_INIT(F) W32_REG_INIT_CXX_LIB(F) argument 175 #define W32_REGISTER_INIT(F) W32_REG_INIT_CXX_USER(F) argument 179 #define W32_REGISTER_INIT(F) W32_REG_INIT_C_LIB(F) argument 181 #define W32_REGISTER_INIT(F) W32_REG_INIT_C_USER(F) argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | EscapeEnumerator.h | 28 Function &F; variable 39 : F(F), CleanupBBName(N), StateBB(F.begin()), StateE(F.end()), in F() argument
|