Home
last modified time | relevance | path

Searched full:preserving (Results 1 – 25 of 253) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dconcepts.h73 … = 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 Dldo.h40 /* macro to check stack size, preserving 'p' */
47 /* macro to check stack size and GC, preserving 'p' */
H A Dlfunc.h46 /* special status to close upvalues preserving the top of the stack */
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h56 /// 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 Dlang-compress.pl41 # Remove comments while preserving strings
148 # Remove comments while preserving strings
/freebsd/usr.bin/m4/tests/
H A Dargs2.m42 dnl Preserving spaces within nested parentheses
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h141 // + - 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 DBuryPointer.h20 // tools (this is achieved by preserving pointers to the object in a globally
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-388-clearfog-base.dts50 * register, rather than preserving reset-loaded setting.
H A Darmada-38x-solidrun-microsom.dtsi66 * register, rather than preserving reset-loaded setting.
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dinvocable.h28 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 DUseListOrder.h9 // This file has structures and command-line options for preserving use-list
H A DAnalysis.h35 /// 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 DParser.cpp19 // preserving TableGen's current awkward diagnostic behavior. If we can remove in TableGenParseFile()
/freebsd/contrib/mandoc/
H A Ddemandoc.139 parses standard input and outputs only text nodes, preserving line
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.h39 /// caller is responsible for copying and preserving the data if needed.
/freebsd/share/man/man4/
H A Diser.453 TCP/IP processing overhead while preserving the compatibility with iSCSI protocol.
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtsmemcmp.c33 * of negative integers and assumes sign-preserving right-shift of negative
/freebsd/contrib/bmake/unit-tests/
H A Dcmdline.mk46 # Preserving '#' and trailing whitespace has the benefit that when passing
H A Dvar-op-default.mk14 # ignores the new variable value, preserving the previous "default value".
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dgpio-regulator.yaml44 capable of preserving state when requesting the lines, are free to ignore
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAliasAnalysis.h18 /// behavior-preserving may break these assumptions.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h18 /// behavior-preserving may break these assumptions.
H A DProvenanceAnalysis.h21 /// behavior-preserving may break these assumptions.
H A DObjCARCExpand.cpp21 /// behavior-preserving may break these assumptions.

1234567891011