| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Builtins.cpp | 133 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); 134 if (!Like) 137 HasVAListArg = (*Like == Fmt[1]); 139 ++Like; 140 assert(*Like == ':' && "Format specifier must be followed by a ':'"); 141 ++Like; 143 assert(::strchr(Like, ':') && "Format specifier must end with a ':'"); 144 FormatIdx = ::strtol(Like, nullptr, 10);
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| Configure_ac.pm | 98 Like C<find_configure_ac>, but fail if neither is present.
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| reverse.c | 293 Like the \"reverse-step\" command as long as subroutine calls do not happen;\n\
|
| /src/external/gpl3/gdb/dist/gdb/ |
| reverse.c | 291 Like the \"reverse-step\" command as long as subroutine calls do not happen;\n\
|
| /src/usr.bin/make/unit-tests/ |
| varmod-defined.mk | 49 # Like in several other places in expressions, when
|
| varname-dot-suffixes.mk | 8 # used as a starting "variable name" for expressions like ${.SUFFIXES} or 91 # actual variable either. Like in the .for loop, choosing the name
|
| varmod-loop.mk | 17 # '$' are interpreted as expressions, like when evaluating a regular variable. 232 # Like in other modifiers, '\ ' is preserved, since ' ' is not one of
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfData.inc | 352 * Like InstrProfRecord class which is used by profiling host tools, 683 * so that utilities, like strings, don't grab it as a string. 129 is also
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
| README.md | 8 Specifically, `fast_float` provides the following two functions with a C++17-like syntax (the library itself only requires C++11): 55 Like the C++17 standard, the `fast_float::from_chars` functions take an optional last argument of
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/ |
| README.md | 15 Specifically, `fast_float` provides the following two functions with a C++17-like syntax (the library itself only requires C++11): 62 Like the C++17 standard, the `fast_float::from_chars` functions take an optional last argument of
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| arc-analyze-prologue.S | 157 ; LP_COUNT is treated like a normal register. 197 ; Like the previous, but with mov_s. 313 ; Expressions like (0xFFFFFFFF + 25) force assembler to use long immediate 487 ; Store of a double word with AS writeback mode. Shift is still 2, like ST! 594 ; Like a previous test, but register is assigned via sub, instead of mov. 598 ; Following is a complicated way to construct frame like this: 611 ; Like r_relative_store, but using st_s c,[b,u7] which has different opcode.
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| arc-analyze-prologue.S | 157 ; LP_COUNT is treated like a normal register. 197 ; Like the previous, but with mov_s. 313 ; Expressions like (0xFFFFFFFF + 25) force assembler to use long immediate 487 ; Store of a double word with AS writeback mode. Shift is still 2, like ST! 594 ; Like a previous test, but register is assigned via sub, instead of mov. 598 ; Following is a complicated way to construct frame like this: 611 ; Like r_relative_store, but using st_s c,[b,u7] which has different opcode.
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 71 ;; Like the start_func macro except that it is used to
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| lib2hw_mul.S | 71 ;; Like the start_func macro except that it is used to
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
| package.d | 66 // It works just like a normal regex: 100 like matching an integer number $(U bounded) in an [a,b] interval. 196 names work like aliases in addition to direct numbers. 1297 Like in $(LREF replaceFirst) family of functions there is an overload
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| searching.d | 2512 Convenience function. Like find, but only returns whether or not the search
|
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 108 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter 175 necessary server-side support code, see this filename (or one like it): 579 # searching things like /my/path//lib/mylib.so 1050 Like GV, but displays profile in your web browser instead of using 1396 # The input file should contain lines of the form /proc/maps-like 1398 # like hex addresses (like "0xDEADBEEF"). We will parse all 3824 # readable header line. If the profile looks like a CPU profile, 4166 # Find the type of this profile. The header line looks like: 4183 # For version 2, a typical header line might look like this [all...] |
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof | 109 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter 176 necessary server-side support code, see this filename (or one like it): 580 # searching things like /my/path//lib/mylib.so 1051 Like GV, but displays profile in your web browser instead of using 1397 # The input file should contain lines of the form /proc/maps-like 1399 # like hex addresses (like "0xDEADBEEF"). We will parse all 3849 # readable header line. If the profile looks like a CPU profile, 4191 # Find the type of this profile. The header line looks like: 4208 # For version 2, a typical header line might look like this [all...] |
| jeprof.in | 109 my $WALL_PAGE = "/pprof/wall(?:\\?.*)?"; # accepts options like namefilter 176 necessary server-side support code, see this filename (or one like it): 580 # searching things like /my/path//lib/mylib.so 1051 Like GV, but displays profile in your web browser instead of using 1397 # The input file should contain lines of the form /proc/maps-like 1399 # like hex addresses (like "0xDEADBEEF"). We will parse all 3849 # readable header line. If the profile looks like a CPU profile, 4191 # Find the type of this profile. The header line looks like: 4208 # For version 2, a typical header line might look like this [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
| package.d | 183 $(TD Like `take`, but assumes the given range actually has $(I n) 4909 Non-public. Like $(LREF Zip) with `StoppingPolicy.shortest` 11227 Like `contains`, but the value is specified before the range. 12134 string str = "Hello, world-like object."; 12137 assert(*find(wrapper, "l").ptr == "llo, world-like object."); 12138 assert(str == "llo, world-like object."); 12141 assert(str == "world-like object."); 12155 string str = "Hello, world-like object."; 12159 assert(*saved.ptr == "like object."); 12160 assert(str == "Hello, world-like object.") [all...] |
| /src/external/gpl3/gcc/dist/gcc/doc/include/ |
| texinfo.tex | 212 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things 347 % Set context for writing to auxiliary files like index files. 490 % is used only in environments like @example, where each line of input 504 % Define the framework for environments in texinfo.tex. It's used like this: 569 % equivalent to this in @example-like environments. Otherwise, a space 903 % We'll use ems for NCHARS like @paragraphindent. 1145 % double any backslashes. Otherwise, a name like "\node" will be 1489 % snagged on things like "@value{foo}". 1746 % snagged on things like "@value{foo}". 3117 % By default we'll break after the special characters, but some people like to [all...] |
| /src/external/gpl2/diffutils/dist/config/ |
| texinfo.tex | 320 % the like), remove it and recurse. Otherwise, we're done. 503 % equivalent to this in @example-like environments. Otherwise, a space 572 % lines in the input in @example-like environments, which normally 819 % We'll use ems for NCHARS like @paragraphindent. 1349 %% Add scribe-like font environments, plus @l for inline lisp (usually sans 1458 % @kbd is like @code, except that if the argument is just one @key command, 1522 % rms does not like angle brackets --karl, 17may97. 1523 % So now @email is just like @uref, unless we are pdf. 2729 % Define @defcodeindex, like @defindex except put all entries in @code. 2783 % like the previous two, but they put @code around the argument [all...] |
| /src/external/gpl2/gettext/dist/build-aux/ |
| texinfo.tex | 272 % the like), remove it and recurse. Otherwise, we're done. 455 % equivalent to this in @example-like environments. Otherwise, a space 524 % lines in the input in @example-like environments, which normally 1057 % sequences like \math are expanded when the toc file is written. Then, 1363 %% Add scribe-like font environments, plus @l for inline lisp (usually sans 1463 % @kbd is like @code, except that if the argument is just one @key command, 1511 % rms does not like the angle brackets --karl, 17may97. 1512 % So now @email is just like @uref. 2301 % Define @defcodeindex, like @defindex except put all entries in @code. 2349 % like the previous two, but they put @code around the argument [all...] |
| /src/external/gpl2/gmake/dist/config/ |
| texinfo.tex | 298 % We don't want .vr (or whatever) entries like this: 463 % is used only in environments like @example, where each line of input 477 % Define the framework for environments in texinfo.tex. It's used like this: 622 % equivalent to this in @example-like environments. Otherwise, a space 963 % We'll use ems for NCHARS like @paragraphindent. 1190 % double any backslashes. Otherwise, a name like "\node" will be 1761 %% Add scribe-like font environments, plus @l for inline lisp (usually sans 1771 % like \smartslanted except unconditionally uses \ttsl. 1775 % like \smartslanted except unconditionally use \sl. We never want 1931 % @kbd is like @code, except that if the argument is just one @key command [all...] |
| /src/external/gpl2/grep/dist/doc/ |
| texinfo.tex | 307 % the like), remove it and recurse. Otherwise, we're done. 490 % equivalent to this in @example-like environments. Otherwise, a space 559 % lines in the input in @example-like environments, which normally 806 % We'll use ems for NCHARS like @paragraphindent. 828 % sequences like \math are expanded when the toc file is written. Then, 1279 %% Add scribe-like font environments, plus @l for inline lisp (usually sans 1380 % @kbd is like @code, except that if the argument is just one @key command, 1444 % rms does not like angle brackets --karl, 17may97. 1445 % So now @email is just like @uref, unless we are pdf. 2637 % Define @defcodeindex, like @defindex except put all entries in @code [all...] |