Home
last modified time | relevance | path

Searched defs:FN (Results 1 – 25 of 168) sorted by relevance

1234567

/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp450 FuncIdConversionHelper &FN) { in printStack()
480 void printPerThread(raw_ostream &OS, FuncIdConversionHelper &FN) { in printPerThread()
490 void printAllPerThread(raw_ostream &OS, FuncIdConversionHelper &FN, in printAllPerThread()
503 void printIgnoringThreads(raw_ostream &OS, FuncIdConversionHelper &FN) { in printIgnoringThreads()
545 void printAllAggregatingThreads(raw_ostream &OS, FuncIdConversionHelper &FN, in printAllAggregatingThreads()
555 void printAggregatingThreads(raw_ostream &OS, FuncIdConversionHelper &FN) { in printAggregatingThreads()
563 void printAll(raw_ostream &OS, FuncIdConversionHelper &FN, in printAll()
600 void print(raw_ostream &OS, FuncIdConversionHelper &FN, in print()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_hubbub.c37 #define FN(reg_name, field_name) \ macro
47 #define FN(reg_name, field_name) \ macro
H A Ddcn301_hwseq.c39 #define FN(reg_name, field_name) \ macro
H A Ddcn301_optc.c42 #define FN(reg_name, field_name) \ macro
H A Ddcn301_dccg.c37 #define FN(reg_name, field_name) \ macro
H A Ddcn301_dio_link_encoder.c44 #define FN(reg_name, field_name) \ macro
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_hubbub.c40 #define FN(reg_name, field_name) \ macro
50 #define FN(reg_name, field_name) \ macro
H A Ddcn201_opp.c34 #define FN(reg_name, field_name) \ macro
H A Ddcn201_dccg.c38 #define FN(reg_name, field_name) \ macro
/openbsd/gnu/gcc/gcc/
H A Dbasic-block.h393 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr) argument
394 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr) argument
395 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info) argument
396 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks) argument
397 #define n_edges_for_function(FN) ((FN)->cfg->x_n_edges) argument
398 #define last_basic_block_for_function(FN) ((FN)->cfg->x_last_basic_block) argument
399 #define label_to_block_map_for_function(FN) ((FN)->cfg->x_label_to_block_map) argument
401 #define BASIC_BLOCK_FOR_FUNCTION(FN,N) \ argument
421 #define FOR_EACH_BB_FN(BB, FN) \ argument
426 #define FOR_EACH_BB_REVERSE_FN(BB, FN) \ argument
[all …]
H A Dfix-header.c450 #define REQUIRED(FN) ((FN)->partial == &required_dummy_proto) argument
451 #define SET_REQUIRED(FN) ((FN)->partial = &required_dummy_proto) argument
452 #define SET_SEEN(FN) ((FN)->partial = &seen_dummy_proto) argument
453 #define SEEN(FN) ((FN)->partial == &seen_dummy_proto) argument
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h337 inline FieldChainInfo FieldChainInfo::add(const FieldNodeT &FN) { in add()
348 inline FieldChainInfo FieldChainInfo::replaceHead(const FieldNodeT &FN) { in replaceHead()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfix-header.c442 #define REQUIRED(FN) ((FN)->partial == &required_dummy_proto) argument
443 #define SET_REQUIRED(FN) ((FN)->partial = &required_dummy_proto) argument
444 #define SET_SEEN(FN) ((FN)->partial = &seen_dummy_proto) argument
445 #define SEEN(FN) ((FN)->partial == &seen_dummy_proto) argument
/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DSymbol.cpp50 std::function<bool(const Target &)> FN = in targets() local
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_hubbub.c39 #define FN(reg_name, field_name) \ macro
49 #define FN(reg_name, field_name) \ macro
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_vmid.c38 #define FN(reg_name, field_name) \ macro
H A Ddcn20_hubbub.c38 #define FN(reg_name, field_name) \ macro
48 #define FN(reg_name, field_name) \ macro
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_hpo_dp_link_encoder.c38 #define FN(reg_name, field_name) \ macro
/openbsd/gnu/gcc/gcc/config/i386/
H A Dsol2.h102 #define ASM_OUTPUT_CALL(FILE, FN) \ argument
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_afmt.c40 #define FN(reg_name, field_name) \ macro
H A Ddcn31_vpg.c39 #define FN(reg_name, field_name) \ macro
/openbsd/sys/dev/pci/drm/amd/display/dc/bios/
H A Dbios_parser_helper.c54 #define FN(reg_name, field_name) \ macro
/openbsd/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_hw_sequencer.c46 #define FN(reg_name, field_name) \ macro
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_hwseq.c23 #define FN(reg_name, field_name) \ macro
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_dccg.c37 #define FN(reg_name, field_name) \ macro

1234567