Searched refs:macro_str (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugMacro.cpp | 69 const char *macro_str = nullptr; in ReadMacroEntries() local 76 macro_str = debug_macro_data.GetCStr(offset); in ReadMacroEntries() 79 DebugMacroEntry::CreateDefineEntry(line, macro_str)); in ReadMacroEntries() 82 DebugMacroEntry::CreateUndefEntry(line, macro_str)); in ReadMacroEntries() 91 macro_str = debug_str_data.GetCStr(&str_offset); in ReadMacroEntries() 94 DebugMacroEntry::CreateDefineEntry(line, macro_str)); in ReadMacroEntries() 97 DebugMacroEntry::CreateUndefEntry(line, macro_str)); in ReadMacroEntries()
|
/external/selinux/libsepol/cil/src/ |
D | cil_internal.h | 888 char *macro_str; member
|
D | cil_copy_ast.c | 1486 new->macro_str = orig->macro_str; in cil_copy_call()
|
D | cil_resolve_ast.c | 2716 cil_tree_log(curr, CIL_ERR, "call %s", ((struct cil_call *)curr->data)->macro_str); in cil_print_recursive_call() 2773 rc = cil_resolve_name(current, new_call->macro_str, CIL_SYM_BLOCKS, extra_args, ¯o_datum); in cil_resolve_call1() 2781 printf("Failed to resolve %s to a macro\n", new_call->macro_str); in cil_resolve_call1()
|
D | cil_tree.c | 1681 cil_log(CIL_INFO, " %s", call->macro_str); in cil_tree_print_node()
|
D | cil.c | 2733 (*call)->macro_str = NULL; in cil_call_init()
|
D | cil_build_ast.c | 5383 call->macro_str = parse_current->next->data; in cil_gen_call()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 1089 CuAssertStrEquals(tc, test_copy->macro_str, ((struct cil_call *)test_ast_node->data)->macro_str); in test_cil_copy_call()
|
D | test_cil_resolve_ast.c | 5859 …(struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str, CIL_SYM_BLOCKS,… in test_cil_resolve_call1_unknown_neg() 5861 free(((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str); in test_cil_resolve_call1_unknown_neg() 5862 ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data)->macro_str = NULL; in test_cil_resolve_call1_unknown_neg() 5988 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_paramsflavor_neg() 6019 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_unknownflavor_neg()
|