Searched refs:Skip (Results 26 - 50 of 98) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp1208 bool Skip = false; local
1211 Skip = !IsGPU;
1214 Skip = IsGPU;
1218 // Skip this argument unless the architecture matches BoundArch
1220 Skip = true;
1224 if (NeedTrans || Skip)
1228 if (!Skip)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dobjidl.d513 HRESULT Skip(ULONG);
520 HRESULT Skip(ULONG);
527 HRESULT Skip(ULONG);
534 HRESULT Skip(ULONG);
541 HRESULT Skip(ULONG);
548 HRESULT Skip(ULONG);
555 HRESULT Skip(ULONG);
562 HRESULT Skip(ULONG);
570 HRESULT Skip(ULONG);
H A Doleidl.d94 HRESULT Skip(ULONG);
H A Doaidl.d553 HRESULT Skip(ULONG);
H A Dshlobj.d675 HRESULT Skip(ULONG);
852 HRESULT Skip(ULONG);
/netbsd-current/common/lib/libc/arch/sparc64/string/
H A Dmemset.S178 brz %i1, 3f ! Skip the memory op
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dsol2-c1.S88 ! Skip argc words past argv, to env:
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dsol2-c1.S88 ! Skip argc words past argv, to env:
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d3512 private enum Skip { None, A, D }
3513 private Skip _skip = Skip.None;
3588 assert(_skip == Skip.None);
3593 _skip = Skip.A;
3597 _skip = Skip.D;
3619 if (_skip == Skip.None)
3631 if (_skip == Skip.None)
3685 if (_skip == Skip.None)
3694 assert(_skip != Skip
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp3177 uint32_t Count, Skip; local
3267 Skip = 0;
3274 PointerSize, Count, Skip);
3292 Skip = 0;
3306 PointerSize, Count, Skip);
3323 Skip = readULEB128(&error);
3331 AdvanceAmount = Skip + PointerSize;
3335 PointerSize, Count, Skip);
3365 Skip = readULEB128(&error);
3374 AdvanceAmount = Skip
3516 uint32_t Count, Skip; local
4046 checkSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, uint8_t PointerSize, uint32_t Count, uint32_t Skip) argument
[all...]
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dmp_subr.S375 add %g3, 2*BLOCK_SIZE, %g3 ! Skip a block
390 brz,pn %g6, 5f ! Skip if context 0
/netbsd-current/share/mk/
H A Dsys.mk66 # Skip paths that contain relative components and can't be normalized, sort..
H A Dbsd.x11.mk212 # Skip any line that starts with .IN (old X11 indexing method),
/netbsd-current/sys/arch/amiga/stand/loadbsd/
H A Dstartit.s83 beq nott | Skip TT registers if not 68030
/netbsd-current/sys/arch/amiga/stand/bootblock/boot/
H A Dstartit.s133 jeq nott | Skip TT registers if not 68030
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp488 // Skip symbols that are irrelevant to LTO. Note that this condition needs
489 // to match the one in Skip() in LTO::addRegularLTO().
743 // Skip() function skips the same symbols from the module as InputFile does
746 auto Skip = [&]() { local
755 Skip();
765 Skip();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h345 TF_SkipPC = 1 << 5, ///< Skip all location attributes.
426 bool Skip = false; member in struct:llvm::DWARFLinker::LinkContext
781 /// Skip emitting output
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp375 while (Tmp.is(tok::comment)) // Skip comments in -C mode.
456 // Skip to the next '#endif' / '#else' / '#elif'.
1567 // Skip the brackets.
1964 // Should we enter the source file? Set to Skip if either the source file is
1968 enum { Enter, Import, Skip, IncludeLimitReached } Action = Enter; enumerator in enum:__anon702
2078 Action = (SuggestedModule && !getLangOpts().CompilingPCH) ? Import : Skip;
2101 if (Action == Skip && File)
2125 // Skip UNC prefix if present. (tryGetRealPathName() always
2213 case Skip:
2976 // Skip cod
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dmorestack.S177 je .Lnostackparm # Skip the copy if not needed.
376 je .Lnostackparm # Skip the copy if not needed.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dmorestack.S179 je .Lnostackparm # Skip the copy if not needed.
378 je .Lnostackparm # Skip the copy if not needed.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp339 bool processIncbinFile(const std::string &Filename, int64_t Skip = 0,
857 bool AsmParser::processIncbinFile(const std::string &Filename, int64_t Skip, argument
867 Bytes = Bytes.drop_front(Skip);
5073 int64_t Skip = 0;
5080 if (parseTokenLoc(SkipLoc) || parseAbsoluteExpression(Skip))
5093 if (check(Skip < 0, SkipLoc, "skip is negative"))
5097 if (processIncbinFile(Filename, Skip, Count, CountLoc))
6061 // Skip the original expression.
6161 // Skip the original expression.
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in170 Skip the rest of processing if a mismatch on portion of the 'cvsacl' line
579 next if /^\s*$/; # Skip blank lines
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp772 // Skip back edges. Also, if FromB is a predecessor of ToB, the distance
953 bool Skip = MI->isCopy() || MI->isRegSequence();
955 if (!Skip) {
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dmorestack.S211 incq %rax # Skip ret instruction in caller.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dmorestack.S212 incq %rax # Skip ret instruction in caller.

Completed in 204 milliseconds

1234