Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dhtml.c469 print_encode(struct html *h, const char *p, const char *pend, int norecurse) in print_encode() argument
527 if (0 == norecurse) { in print_encode()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td185 def NoRecurse : EnumAttr<"norecurse", [FnAttr]>;
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh333 …'c/-/(all nofast fast noheader header nopack pack noverbose verbose norecurse recurse nototal tota…
338 …'c/-/(all nofast fast noheader header nopack pack noverbose verbose norecurse recurse nototal tota…
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2834 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(norecurse) } in trackStatistics()
2844 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(norecurse); } in trackStatistics()