/llvm-project/clang/test/CodeGen/ |
H A D | callback_annotated.c | 4 __attribute__((callback(1, 2))) void *broker0(void *(*callee)(void *), void *payload) { in broker0() argument 9 __attribute__((callback(callee, payload))) void *broker1(void *payload, void *(*callee)(void *)) { in broker1() argument 29 static void *VoidPtr2VoidPtr(void *payload) { in VoidPtr2VoidPtr()
|
H A D | callback_pthread_create.c | 26 static void *callee0(void *payload) { in callee0() 30 static void *callee1(void *payload) { in callee1()
|
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/ |
H A D | MatchInterfaces.h | 90 auto payload = state.getPayloadOps(operandHandle); in apply() local 119 auto payload = state.getPayloadOps(operandHandle); in apply() local 154 auto payload = state.getPayloadValues(operandHandle); in apply() local
|
/llvm-project/libcxx/test/std/input.output/string.streams/stringstream/stringstream.members/ |
H A D | gcount.pass.cpp | 26 std::string payload(INT_MAX - 1, '\0'); main() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteClientBase.cpp | 40 llvm::StringRef payload, std::chrono::seconds interrupt_timeout, in SendContinuePacketAndWaitForResponse() 182 llvm::StringRef payload, StringExtractorGDBRemote &response, in SendPacketAndWaitForResponse() 216 llvm::StringRef payload, StringExtractorGDBRemote &response, in SendPacketAndReceiveResponseWithOutputSupport() 239 llvm::StringRef payload, StringExtractorGDBRemote &response) { in SendPacketAndWaitForResponseNoLock()
|
H A D | GDBRemoteCommunication.cpp | 83 CalculcateChecksum(llvm::StringRef payload) CalculcateChecksum() argument 113 SendPacketNoLock(llvm::StringRef payload) SendPacketNoLock() argument 127 SendNotificationPacketNoLock(llvm::StringRef notify_type,std::deque<std::string> & queue,llvm::StringRef payload) SendNotificationPacketNoLock() argument [all...] |
/llvm-project/libc/src/stdlib/ |
H A D | atexit.cpp | 18 __cxa_atexit(AtExitCallback * callback,void * payload,void *) __cxa_atexit() argument
|
H A D | exit_handler.cpp |
|
H A D | exit_handler.h | 26 void *payload = nullptr; global() member
|
/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/ |
H A D | create-empty-corefile.cpp | 79 std::vector<uint8_t> &payload, in add_lc_note_kern_ver_str_load_command() 113 std::vector<uint8_t> &payload, in add_lc_segment() 263 std::vector<uint8_t> payload; in main() local
|
/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/ |
H A D | create-empty-corefile.cpp | 87 std::vector<std::vector<uint8_t>> &loadcmds, std::vector<uint8_t> &payload, in add_lc_note_kern_ver_str_load_command() argument 129 std::vector<std::vector<uint8_t>> &loadcmds, std::vector<uint8_t> &payload, in add_lc_note_main_bin_spec_load_command() argument 168 add_lc_segment(std::vector<std::vector<uint8_t>> & loadcmds,std::vector<uint8_t> & payload,int payload_file_offset) add_lc_segment() argument 323 std::vector<uint8_t> payload; main() local [all...] |
/llvm-project/lldb/test/API/commands/expression/issue_11588/ |
H A D | main.cpp | 28 StgClosure* payload[1]; member in StgClosure
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Status.h | 190 Status(const llvm::formatv_object_base & payload) Status() argument
|
/llvm-project/mlir/examples/transform/Ch2/lib/ |
H A D | MyExtension.cpp | 107 auto payload = state.getPayloadOps(getCall()); apply() local [all...] |
/llvm-project/mlir/lib/Dialect/Transform/DebugExtension/ |
H A D | DebugExtensionOps.cpp | 25 auto payload = state.getPayloadOps(getAt()); in apply() local
|
/llvm-project/lldb/unittests/Process/gdb-remote/ |
H A D | GDBRemoteTestUtils.h | 61 PacketResult SendPacket(llvm::StringRef payload) { in SendPacket()
|
/llvm-project/lldb/test/API/macosx/lc-note/multiple-binary-corefile/ |
H A D | create-multibin-corefile.cpp | 107 std::vector<std::vector<uint8_t>> &loadcmds, std::vector<uint8_t> &payload, in add_lc_note_main_bin_spec_load_command() 146 std::vector<std::vector<uint8_t>> &loadcmds, std::vector<uint8_t> &payload, in add_lc_note_load_binary_load_command() 183 std::vector<uint8_t> &payload, int payload_file_offset, in add_lc_segment() 344 std::vector<uint8_t> payload; in main() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_addrhashmap_test.cpp | 17 int payload; member
|
/llvm-project/mlir/examples/transform/Ch4/lib/ |
H A D | MyExtension.cpp | 92 Operation *payload = *payloadOps.begin(); apply() local
|
/llvm-project/lldb/test/API/python_api/sbstructureddata/ |
H A D | TestStructuredDataAPI.py | 94 payload = "foo" variable in TestStructuredDataAPI.structured_data_api_test.MyRandomClass
|
/llvm-project/mlir/lib/Dialect/Transform/Transforms/ |
H A D | InterpreterPass.cpp | 105 payloadRoot->walk([&](Operation *payload) { in parseArguments()
|
H A D | TransformInterpreterUtils.cpp | 192 Operation *payload, Operation *transformRoot, ModuleOp transformModule, in applyTransformNamedSequence()
|
/llvm-project/lldb/test/API/macosx/arm-corefile-regctx/ |
H A D | create-arm-corefiles.cpp | 156 std::vector<uint8_t> payload; in main() local
|
/llvm-project/libcxx/test/libcxx/fuzzing/ |
H A D | fuzz.h | 25 std::size_t payload; member
|
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.h | 251 lldb_private::StreamString payload; member
|