Home
last modified time | relevance | path

Searched refs:IPC_TEST_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/plugins/tests/
Dipc.txt20 IPC_TEST_MESSAGE(__COUNTER__, (bool, size_t, Empty, long)) // 2 ERRORs
22 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
29 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
36 IPC_TEST_MESSAGE(__COUNTER__, (bool, long2D)) // ERROR
38 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
51 IPC_TEST_MESSAGE(__COUNTER__, (char, short, std::pair<size_t, bool>)) // ERROR
53 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
60 IPC_TEST_MESSAGE(__COUNTER__, (std::vector<std::vector<long&>&>&)) // ERROR
62 ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
Dipc.cpp189 #define IPC_TEST_MESSAGE(id, in) \ macro
194 IPC_TEST_MESSAGE(__COUNTER__, (bool, size_t, Empty, long)) // 2 ERRORs
198 IPC_TEST_MESSAGE(__COUNTER__, (bool, long2D)) // ERROR
200 IPC_TEST_MESSAGE(__COUNTER__, (char, short, std::pair<size_t, bool>)) // ERROR
202 IPC_TEST_MESSAGE(__COUNTER__, (std::vector<std::vector<long&>&>&)) // ERROR