Searched refs:print_types (Results 1 – 10 of 10) sorted by relevance
/external/iptables/extensions/ |
D | libxt_addrtype.c | 153 static void print_types(uint16_t mask) in print_types() function 175 print_types(info->source); in addrtype_print_v0() 181 print_types(info->dest); in addrtype_print_v0() 195 print_types(info->source); in addrtype_print_v1() 201 print_types(info->dest); in addrtype_print_v1() 217 print_types(info->source); in addrtype_save_v0() 223 print_types(info->dest); in addrtype_save_v0() 235 print_types(info->source); in addrtype_save_v1() 241 print_types(info->dest); in addrtype_save_v1()
|
D | libxt_pkttype.c | 43 static void print_types(void) in print_types() function 59 print_types(); in pkttype_help()
|
D | libxt_dccp.c | 182 print_types(uint16_t types, int inverted, int numeric) in print_types() function 241 print_types(einfo->typemask, in dccp_print() 280 print_types(einfo->typemask, false, 0); in dccp_save()
|
D | libip6t_mh.c | 157 static void print_types(uint8_t min, uint8_t max, int invert, int numeric) in print_types() function 181 print_types(mhinfo->types[0], mhinfo->types[1], in mh_print()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 388 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { in print_types() function in SDNode 611 print_types(OS, G); in printr() 623 Value->print_types(OS, G); in printOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 509 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { in print_types() function in SDNode 865 print_types(OS, G); in printr() 877 Value->print_types(OS, G); in printOperand()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 536 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const { in print_types() function in SDNode 920 print_types(OS, G); in printr() 932 Value->print_types(OS, G); in printOperand()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 748 void print_types(raw_ostream &OS, const SelectionDAG *G) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1028 void print_types(raw_ostream &OS, const SelectionDAG *G) const;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 976 void print_types(raw_ostream &OS, const SelectionDAG *G) const;
|