Home
last modified time | relevance | path

Searched refs:elided (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py996 self.elided = []
1002 elided = self._CollapseStrings(lines[linenum])
1003 self.elided.append(CleanseComments(elided))
1010 def _CollapseStrings(elided): argument
1021 if not _RE_PATTERN_INCLUDE.match(elided):
1025 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
1026 elided = _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES.sub("''", elided)
1027 elided = _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES.sub('""', elided)
1028 return elided
1072 line = clean_lines.elided[linenum]
[all …]
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dfnmatch.hin35 it is used only inside the prototype for `fnmatch', which is elided in
/netbsd-src/sbin/mount_portal/examples/
H A Dcvs.132 [ diffs elided ]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2013439 Add a "must be an immediate expression" error. Handle elided offsets
517 suffixes to be elided too.
570 (mips_ip): Use it. Allow "+K" operands to be elided at the end
943 for 'A' and assume that the constant has been elided if the result
972 Handle elided 'A' constants. Allow 'A' constants to use
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2013439 Add a "must be an immediate expression" error. Handle elided offsets
517 suffixes to be elided too.
570 (mips_ip): Use it. Allow "+K" operands to be elided at the end
943 for 'A' and assume that the constant has been elided if the result
972 Handle elided 'A' constants. Allow 'A' constants to use
/netbsd-src/external/gpl3/autoconf/dist/build-aux/
H A Dgitlog-to-changelog98 These lines are simply elided.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOPTIONS.pod266 the C<switch> C<case> can often be elided.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def231 "actually elided during analysis. Both behaviors are allowed by the C++ "
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCoroutines.rst118 allocation to be elided due to inlining. This protocol is discussed
419 elided.
436 `coro.free`_ intrinsic. If allocation is elided, `coro.free`_ returns `null`
H A DGarbageCollection.rst439 /// Storage of metadata values is elided if the %metadata parameter to
/netbsd-src/external/gpl2/xcvs/dist/doc/
H A Dgetdate.texi269 part of the time of day may not be elided when a time zone correction
H A Dgetdate-cvs.texi276 part of the time of day may not be elided when a time zone correction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrAtomics.td265 // Extension to i32 is elided by SelectionDAG as our atomic loads are
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c29102 bool elided = false; in do_class_deduction() local
29105 for (lkp_iterator iter (cands); !elided && iter; ++iter) in do_class_deduction()
29107 elided = true; in do_class_deduction()
29109 if (elided) in do_class_deduction()
29152 if (elided && !cands) in do_class_deduction()
29182 if (elided) in do_class_deduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc30212 bool elided = false; in do_class_deduction() local
30215 for (lkp_iterator iter (cands); !elided && iter; ++iter) in do_class_deduction()
30217 elided = true; in do_class_deduction()
30219 if (elided) in do_class_deduction()
30260 if (elided && !cands) in do_class_deduction()
30283 if (elided) in do_class_deduction()
H A DChangeLog-20173938 elided.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Darm_mve.td391 // bitcasts will be automatically elided by IRBuilder.
/netbsd-src/external/bsd/file/dist/
H A DChangeLog292 - More syscalls elided for sandboxing
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dm68k.md254 ;; elided.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.md254 ;; elided.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi1046 the shape of @var{MASK} where the @var{DIM} dimension is elided.
1275 the shape of @var{MASK} where the @var{DIM} dimension is elided.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi1042 the shape of @var{MASK} where the @var{DIM} dimension is elided.
1271 the shape of @var{MASK} where the @var{DIM} dimension is elided.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrMVE.td4470 // input and output types are the same, the bitconvert gets elided
H A DARMInstrNEON.td7670 // input and output types are the same, the bitconvert gets elided
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20013887 Ignore elided switches.
14103 Ignore elided switches.
15569 Ignore elided switches.

12