Searched refs:operator (Results 1 – 7 of 7) sorted by relevance
89 (This is the only operator supported for strings.90 It acts as concatenation operator on strings)
347 You can use p = p; operator to disable compiler warnings.579 you must check that you correctly work with "new" operator.580 7-Zip can be compiled with MSVC 6.0 that doesn't throw "exception" from "new" operator.581 So 7-Zip uses "CPP\Common\NewHandler.cpp" that redefines "new" operator:582 operator new(size_t size)589 If you use MSCV that throws exception for "new" operator, you can compile without
10 from operator import attrgetter
55 <op> - the binary operator used in 'bcb test':
242 u8 operator; member
3856 my $operator = $1;3861 $fixed[$fixlinenr - 1] .= " $operator";3862 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;3868 my $operator = $1;3875 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;3876 $fixed[$fixlinenr] =~ s/\Q$operator\E\s*//;
142 the '&' operator to limit the selection:
Completed in 18 milliseconds