Searched refs:functionPointer (Results 1 – 7 of 7) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 341 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 344 EXPECT_EQ(42, functionPointer()); in TEST_F() 388 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 391 EXPECT_EQ(42, functionPointer()); in TEST_F() 408 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 411 EXPECT_EQ(42, functionPointer()); in TEST_F() 464 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 467 EXPECT_EQ(42, functionPointer()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 342 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 345 EXPECT_EQ(42, functionPointer()); in TEST_F() 389 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 392 EXPECT_EQ(42, functionPointer()); in TEST_F() 409 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 412 EXPECT_EQ(42, functionPointer()); in TEST_F() 465 auto *functionPointer = reinterpret_cast<int (*)()>( in TEST_F() local 468 EXPECT_EQ(42, functionPointer()); in TEST_F()
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | functions-original.cc | 49 int (*functionPointer)(int, int) = &testFunctionThatTakesTwoInts; in F() local
|
/external/clang/test/Sema/ |
D | attr-swiftcall.c | 12 void (*functionPointer)(void) SWIFTCALL; variable
|
/external/clang/test/SemaCXX/ |
D | attr-swiftcall.cpp | 11 void (*functionPointer)(void) SWIFTCALL; variable
|
/external/clang/docs/ |
D | BlockLanguageSpec.rst | 131 pointerToFunctionThatReturnsIntWithCharArg functionPointer; 132 ^ pointerToFunctionThatReturnsIntWithCharArg (float x) { return functionPointer; } 138 ^ int ((*)(float x))(char) { return functionPointer; } 144 ^(float x) { return functionPointer; }
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13124 typedef ResT (*functionPointer)(const ArgT&); typedef in gl4cts::FunctionObject::unary 13126 …unary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_point… in unary() 13139 functionPointer p_function = (functionPointer)m_p_function; in call() 13155 typedef ResT (*functionPointer)(glw::GLdouble); typedef in gl4cts::FunctionObject::unaryByComponent 13157 …unaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer fun… in unaryByComponent() 13169 functionPointer p_function = (functionPointer)m_p_function; in call() 13188 typedef ResT (*functionPointer)(ArgT, OutT&); typedef in gl4cts::FunctionObject::unaryWithOutputByComponent 13191 functionPointer function_pointer, const Utils::_variable_type res_type, in unaryWithOutputByComponent() 13211 functionPointer p_function = (functionPointer)m_p_function; in call() 13302 typedef ResT (*functionPointer)(const Arg1T&, const Arg2T&); typedef in gl4cts::FunctionObject::binary [all …]
|