Home
last modified time | relevance | path

Searched +defs:move +defs:arg (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/dports/textproc/hevea/hevea-2.34/
H A Desponja.ml14 let arg = ref [] var
16 let move = ref true var
44 let move = !move var
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMoveResolver.cpp17 MoveOperand::MoveOperand(MacroAssembler& masm, const ABIArg& arg) { in MoveOperand()
109 static inline bool MoveIsDouble(const MoveOperand& move) { in MoveIsDouble()
116 static inline bool MoveIsSingle(const MoveOperand& move) { in MoveIsSingle()
123 bool MoveResolver::isDoubleAliasedAsSingle(const MoveOperand& move) { in isDoubleAliasedAsSingle()
136 static MoveOperand SplitIntoLowerHalf(const MoveOperand& move) { in SplitIntoLowerHalf()
148 static MoveOperand SplitIntoUpperHalf(const MoveOperand& move) { in SplitIntoUpperHalf()
284 bool MoveResolver::addOrderedMove(const MoveOp& move) { in addOrderedMove()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Ddesignated-initializer.c12 struct LUQ { union UQ uq; } var = { getUQ(), .uq.q.a = 100 }; in move()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
/dports/sysutils/linrename/util-linux-2.25.2/lib/
H A Denv.c60 char **move; in sanitize_env() local
88 char *safe_getenv(const char *arg) in safe_getenv()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMoveResolver.cpp17 MoveOperand::MoveOperand(MacroAssembler& masm, const ABIArg& arg) : disp_(0) { in MoveOperand()
111 static inline bool MoveIsDouble(const MoveOperand& move) { in MoveIsDouble()
120 static inline bool MoveIsSingle(const MoveOperand& move) { in MoveIsSingle()
129 bool MoveResolver::isDoubleAliasedAsSingle(const MoveOperand& move) { in isDoubleAliasedAsSingle()
148 static MoveOperand SplitIntoLowerHalf(const MoveOperand& move) { in SplitIntoLowerHalf()
160 static MoveOperand SplitIntoUpperHalf(const MoveOperand& move) { in SplitIntoUpperHalf()
322 bool MoveResolver::addOrderedMove(const MoveOp& move) { in addOrderedMove()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMoveResolver.cpp18 MoveOperand::MoveOperand(MacroAssembler& masm, const ABIArg& arg) : disp_(0) { in MoveOperand()
112 static inline bool MoveIsDouble(const MoveOperand& move) { in MoveIsDouble()
121 static inline bool MoveIsSingle(const MoveOperand& move) { in MoveIsSingle()
130 bool MoveResolver::isDoubleAliasedAsSingle(const MoveOperand& move) { in isDoubleAliasedAsSingle()
149 static MoveOperand SplitIntoLowerHalf(const MoveOperand& move) { in SplitIntoLowerHalf()
161 static MoveOperand SplitIntoUpperHalf(const MoveOperand& move) { in SplitIntoUpperHalf()
323 bool MoveResolver::addOrderedMove(const MoveOp& move) { in addOrderedMove()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMoveResolver.cpp17 MoveOperand::MoveOperand(MacroAssembler& masm, const ABIArg& arg) : disp_(0) { in MoveOperand()
111 static inline bool MoveIsDouble(const MoveOperand& move) { in MoveIsDouble()
120 static inline bool MoveIsSingle(const MoveOperand& move) { in MoveIsSingle()
129 bool MoveResolver::isDoubleAliasedAsSingle(const MoveOperand& move) { in isDoubleAliasedAsSingle()
148 static MoveOperand SplitIntoLowerHalf(const MoveOperand& move) { in SplitIntoLowerHalf()
160 static MoveOperand SplitIntoUpperHalf(const MoveOperand& move) { in SplitIntoUpperHalf()
322 bool MoveResolver::addOrderedMove(const MoveOp& move) { in addOrderedMove()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMoveResolver.cpp17 MoveOperand::MoveOperand(MacroAssembler& masm, const ABIArg& arg) : disp_(0) { in MoveOperand()
111 static inline bool MoveIsDouble(const MoveOperand& move) { in MoveIsDouble()
120 static inline bool MoveIsSingle(const MoveOperand& move) { in MoveIsSingle()
129 bool MoveResolver::isDoubleAliasedAsSingle(const MoveOperand& move) { in isDoubleAliasedAsSingle()
148 static MoveOperand SplitIntoLowerHalf(const MoveOperand& move) { in SplitIntoLowerHalf()
160 static MoveOperand SplitIntoUpperHalf(const MoveOperand& move) { in SplitIntoUpperHalf()
322 bool MoveResolver::addOrderedMove(const MoveOp& move) { in addOrderedMove()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/refer/
H A Dglue3.c31 #define move(x, y) close(y); dup(x); close(x); macro
34 corout(char *in, char *out, char *rprog, char *arg, int outlen) in corout()
80 callhunt(char *in, char *out, char *arg, int outlen) in callhunt()
107 dodeliv(char *in, char *out, char *arg, int outlen) in dodeliv()
H A Drefer3.c28 #define move(x, y) close(y); dup(x); close(x); macro
31 corout(char *in, char *out, char *rprog, char *arg, int outlen) in corout()

12345678910>>...40