Home
last modified time | relevance | path

Searched refs:LFTYPE (Results 1 – 25 of 30) sorted by relevance

12

/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dcombine_fix_mark.cpp2071 LOG_FMT(LFTYPE, "%s(%d): type is %s, text() '%s' @ orig_line is %zu, orig_col is %zu\n", in mark_function_type()
2120 LOG_FMT(LFTYPE, "%s(%d): not followed by parens\n", __func__, __LINE__); in mark_function_type()
2136 LOG_FMT(LFTYPE, "%s(%d): not followed by '{' or ';'\n", __func__, __LINE__); in mark_function_type()
2147 LOG_FMT(LFTYPE, " -- type is %s, %s on orig_line %zu, orig_col is %zu", in mark_function_type()
2157 LOG_FMT(LFTYPE, " -- PTR_TYPE\n"); in mark_function_type()
2164 LOG_FMT(LFTYPE, " -- TYPE(%s)\n", tmp->text()); in mark_function_type()
2169 LOG_FMT(LFTYPE, " -- :: reset word_count\n"); in mark_function_type()
2173 LOG_FMT(LFTYPE, " -- open paren (break)\n"); in mark_function_type()
2194 LOG_FMT(LFTYPE, "%s(%d): bad counts word: %zu, star: %zu\n", in mark_function_type()
2244 LOG_FMT(LFTYPE, " ++ type is %s, text() '%s', on orig_line %zu, orig_col %zu\n", in mark_function_type()
[all …]
H A Dcombine_tools.cpp322 LOG_FMT(LFTYPE, "%s(%d): type is %s, text() '%s', orig_line %zu, orig_col %zu\n ", in chunk_ends_type()
325 log_pcf_flags(LFTYPE, pc->flags); in chunk_ends_type()
384 LOG_FMT(LFTYPE, "%s(%d): first token verdict: %s\n", in chunk_ends_type()
H A Dlog_levels.h84 LFTYPE = 53, //! Function type detection enumerator
H A Duncrustify_emscripten.cpp756 .value("FTYPE", log_sev_t::LFTYPE) in EMSCRIPTEN_BINDINGS()
/dports/cad/electric/electric-7.00/src/include/
H A Defunction.h205 #define LFTYPE 077 /* all above layers */ macro
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D33110-enum.cpp113 LFTYPE = 53, /* Function type detection */ enumerator
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/input/cpp/
H A Denum.cpp116 LFTYPE = 53, /* Function type detection */ enumerator
/dports/cad/electric/electric-7.00/src/net/
H A Dnetextract.c284 fun = layerfunction(tech, poly->layer) & LFTYPE; in via_to_contact()
348 fun = layerfunction(tech, type[k]->proto->temp1) & LFTYPE; in via_to_contact()
382 fun = layerfunction(tech, type[k]->proto->temp1) & LFTYPE; in via_to_contact()
/dports/cad/electric/electric-7.00/src/io/
H A Diolefo.c321 switch (fun&LFTYPE) in io_lefoutlayername()
H A Diodefi.c1305 lfunc = layerfunction(el_curtech, vialayer) & LFTYPE; in io_defgetlayernodes()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c1849 if ((fun&(LFTYPE|LFPTYPE|LFNTYPE)) == function) break; in getpurelayernode()
2431 fun &= LFTYPE; in layerismetal()
2442 fun &= LFTYPE; in layerispoly()
2458 fun &= LFTYPE; in layeriscontact()
2471 switch (funct & LFTYPE) in layerfunctionheight()
2701 funct = layerfunction(tech, i) & LFTYPE; in tech_3ddefaultlayerheight()
/dports/cad/electric/electric-7.00/src/misc/
H A Dercantenna.c191 switch (fun&LFTYPE) in erc_antcheckcell()
550 if ((fun&LFTYPE) == LFDIFF) return(TRUE); in erc_hasdiffusion()
H A Derc.c877 funpure = fun & LFTYPE; in erc_welllayer()
H A Dcompact.c1264 fun = layerfunction(tech, nlayer) & LFTYPE; in com_minseparate()
H A Dlogeffort.cpp625 if ((fun&LFTYPE) != LFDIFF && !layerismetal(fun) && !layerispoly(fun)) continue; in le_estimatedelay()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecp.c1678 } else if ((us_teclayer_function[j]&LFTYPE) == LFDIFF) in us_tecedmakenodes()
3715 if (us_teclayer_functions[j].value <= LFTYPE) continue; in us_teceditdumplayers()
5076 if ((k&(LFTYPE|LFPTYPE)) == (LFDIFF|LFPTYPE)) in us_teceditdumpjavalayers()
5080 } else if ((k&(LFTYPE|LFNTYPE)) == (LFDIFF|LFNTYPE)) in us_teceditdumpjavalayers()
5084 } else if ((k&(LFTYPE|LFPTYPE)) == (LFWELL|LFPTYPE)) in us_teceditdumpjavalayers()
5088 } else if ((k&(LFTYPE|LFNTYPE)) == (LFWELL|LFNTYPE)) in us_teceditdumpjavalayers()
5092 } else if ((k&(LFTYPE|LFPTYPE)) == (LFIMPLANT|LFPTYPE)) in us_teceditdumpjavalayers()
5096 } else if ((k&(LFTYPE|LFNTYPE)) == (LFIMPLANT|LFNTYPE)) in us_teceditdumpjavalayers()
5100 } else if ((k&(LFTYPE|LFINTRANS)) == (LFPOLY1|LFINTRANS)) in us_teceditdumpjavalayers()
5106 addstringtoinfstr(infstr, &us_teclayer_functions[k&LFTYPE].constant[2]); in us_teceditdumpjavalayers()
[all …]
H A Dusredtecg.c1067 addstringtoinfstr(infstr, us_teclayer_functions[func&LFTYPE].name); in us_tecedaddfunstring()
1070 if (us_teclayer_functions[i].value <= LFTYPE) continue; in us_tecedaddfunstring()
H A Dusredtecc.c2421 if (newfunc <= LFTYPE) func = newfunc; else func |= newfunc; in us_tecedlayerfunction()
3434 if (us_teclayer_functions[i].value <= LFTYPE) in us_teceditparsefun()
3439 us_teclayer_functions[func&LFTYPE].name, us_teclayer_functions[i].name); in us_teceditparsefun()
H A Dusrmisc.c5408 switch (fun&LFTYPE) in us_getprintcolors()
5424 if ((fun&LFTYPE) == LFIMPLANT || (fun&LFTYPE) == LFSUBSTRATE || in us_getprintcolors()
5425 (fun&LFTYPE) == LFWELL) us_printcolordata[i*5+4] = 0; else in us_getprintcolors()
H A Dusrctech.c925 important = LFTYPE | LFPSEUDO | LFNONELEC; in us_figurenewnproto()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimirsim.c690 if ((fun&LFTYPE) != LFDIFF) continue; in sim_irsimaddarctomerge()
717 if ((fun&LFTYPE) != LFDIFF) continue; in sim_irsimaddnodetomerge()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcbatch.c2392 fun = layerfunction(tech, layer1) & LFTYPE; in drcb_checkdist()
2930 if ((fun&LFTYPE) != LFDIFF) in drcb_activeontransistor()
2935 if ((fun&LFTYPE) != LFDIFF) in drcb_activeontransistor()
3008 fun = layerfunction(tech, shape->layer) & LFTYPE; in drcb_activeontransistor()
3054 if ((fun&LFTYPE) == LFDIFF) break; in drcb_cropactivearc()
H A Ddrcquick.c1471 fun = layerfunction(tech, layer1) & LFTYPE; in dr_quickcheckdist()
3081 if ((fun&LFTYPE) != LFDIFF) in dr_quickactiveontransistor()
3086 if ((fun&LFTYPE) != LFDIFF) in dr_quickactiveontransistor()
3449 if ((fun&LFTYPE) == LFDIFF) break; in dr_quickcropactivearc()
3628 fun = layerfunction(tech, layer1) & LFTYPE; in dr_adjustedmindist()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntgdi.h332 W32KAPI HFONT WINAPI NtGdiHfontCreate(ENUMLOGFONTEXDVW *pelfw,ULONG cjElfw,LFTYPE lft,FLONG fl,PVOI…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntgdi.h332 W32KAPI HFONT WINAPI NtGdiHfontCreate(ENUMLOGFONTEXDVW *pelfw,ULONG cjElfw,LFTYPE lft,FLONG fl,PVOI…

12