/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | concepts.h | 73 … = std::forward<_Tp>(__t); // not required to be equality-preserving in requires() 74 …t>(__o) = std::forward<_Tp>(__t); // not required to be equality-preserving in requires() 75 …iter_reference_t<_Out>&&>(*__o) = std::forward<_Tp>(__t); // not required to be equality-preserving in requires() 77 std::forward<_Tp>(__t); // not required to be equality-preserving in requires() 94 { ++__i } -> same_as<_Ip&>; // not required to be equality-preserving 95 __i++; // not required to be equality-preserving 135 *__it++ = std::forward<_Tp>(__t); // not required to be equality-preserving in requires()
|
/freebsd/contrib/lua/src/ |
H A D | ldo.h | 40 /* macro to check stack size, preserving 'p' */ 47 /* macro to check stack size and GC, preserving 'p' */
|
H A D | lfunc.h | 46 /* special status to close upvalues preserving the top of the stack */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CodeMoverUtils.h | 56 /// Move instructions, in an order-preserving manner, from \p FromBB to the 63 /// Move instructions, in an order-preserving manner, from \p FromBB to the end
|
/freebsd/crypto/openssl/util/ |
H A D | lang-compress.pl | 41 # Remove comments while preserving strings 148 # Remove comments while preserving strings
|
/freebsd/usr.bin/m4/tests/ |
H A D | args2.m4 | 2 dnl Preserving spaces within nested parentheses
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 141 // + - preserving def, 167 // - Preserving: applies only to defs. A preserving def is one that can 171 // be marked as preserving. 189 // defs in (1) and (2) are both preserving, these properties alone would 290 Preserving = 0x0008 << 5, // 0001000, Def can keep original bits. enumerator 842 return (Flags & NodeAttrs::Preserving) && !(Flags & NodeAttrs::Undef); in IsPreservingDef()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BuryPointer.h | 20 // tools (this is achieved by preserving pointers to the object in a globally
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-388-clearfog-base.dts | 50 * register, rather than preserving reset-loaded setting.
|
H A D | armada-38x-solidrun-microsom.dtsi | 66 * register, rather than preserving reset-loaded setting.
|
/freebsd/contrib/llvm-project/libcxx/include/__concepts/ |
H A D | invocable.h | 28 std::invoke(std::forward<_Fn>(__fn), std::forward<_Args>(__args)...); // not required to be equality preserving in requires()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | UseListOrder.h | 9 // This file has structures and command-line options for preserving use-list
|
H A D | Analysis.h | 35 /// function by preserving the appropriate AnalysisSetKey. An analysis that 139 // If we're not already preserving all analyses (other than those in in preserve()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Parser.cpp | 19 // preserving TableGen's current awkward diagnostic behavior. If we can remove in TableGenParseFile()
|
/freebsd/contrib/mandoc/ |
H A D | demandoc.1 | 39 parses standard input and outputs only text nodes, preserving line
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_monitor.h | 39 /// caller is responsible for copying and preserving the data if needed.
|
/freebsd/share/man/man4/ |
H A D | iser.4 | 53 TCP/IP processing overhead while preserving the compatibility with iSCSI protocol.
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | tsmemcmp.c | 33 * of negative integers and assumes sign-preserving right-shift of negative
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cmdline.mk | 46 # Preserving '#' and trailing whitespace has the benefit that when passing
|
H A D | var-op-default.mk | 14 # ignores the new variable value, preserving the previous "default value".
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | gpio-regulator.yaml | 44 capable of preserving state when requesting the lines, are free to ignore
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ObjCARCAliasAnalysis.h | 18 /// behavior-preserving may break these assumptions.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.h | 18 /// behavior-preserving may break these assumptions.
|
H A D | ProvenanceAnalysis.h | 21 /// behavior-preserving may break these assumptions.
|
H A D | ObjCARCExpand.cpp | 21 /// behavior-preserving may break these assumptions.
|