Home
last modified time | relevance | path

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

/reactos/sdk/tools/gcc_plugin_seh/
H A Dmain.cpp54 tree asm_header_text; member
66 asm_header_text = build_string(k_header_statement_max_size, ""); in seh_function()
70 asm_header_text = build_string(sizeof(buf), buf); in seh_function()
72 …asm_header = build_stmt(fun->function_start_locus, ASM_EXPR, asm_header_text, NULL_TREE, NULL_TREE… in seh_function()
193 strncpy(const_cast<char*>(TREE_STRING_POINTER(seh_fun->asm_header_text)), in finish_seh_function()
195 TREE_STRING_LENGTH(seh_fun->asm_header_text)); in finish_seh_function()