Searched refs:Skip (Results 1 - 25 of 91) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-unique/
H A Dpr21529.d4 # Skip targets which can't change output format to binary.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr21884.d7 # Skip targets which can't change output format to binary.
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h20 /// consists of a skip and a count. Skip is the number of times shouldExecute
22 /// return true once Skip is 0. So a skip=47, count=2 ,would skip the first 47
84 // We only execute while the Skip is not smaller than Count,
85 // and the StopAfter + Skip is larger than Count.
87 if (CounterInfo.Skip < 0)
89 if (CounterInfo.Skip >= CounterInfo.Count)
93 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count;
171 int64_t Skip = 0; member in struct:llvm::DebugCounter::CounterInfo
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dpr18963.d5 # Skip for VMS based targets as the linker automatically adds extra libraries that may not be present in a cross build.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xtensa/
H A Djlong.d10 # Skip instructions to load a8 since they will vary depending on whether
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-dot-make-meta-ignore_patterns.exp7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of date
H A Dvarname-dot-make-meta-ignore_filter.exp7 Skip .MAKE.META.IGNORE_FILTER - check-ignore is out of date
H A Dvarname-dot-make-meta-ignore_paths.exp7 Skip .MAKE.META.IGNORE_PATHS - check-ignore is out of date
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp97 Counter.Skip = CounterVal;
128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/pru/
H A Dtestutils.inc27 # Skip over these inlined funcs.
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/pru/
H A Dtestutils.inc27 # Skip over these inlined funcs.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp331 unsigned Skip = 0; local
342 Skip = 0;
348 if (++Skip == 2)
352 Skip = 0;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp354 bool Skip = true; local
356 Skip = Skip && Consumer->shouldSkipFunctionBody(D);
357 return Skip;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/msp430/
H A Dtestutils.inc6 # Skip over these inlined funcs.
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/msp430/
H A Dtestutils.inc6 # Skip over these inlined funcs.
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h463 virtual void setSkipFlatProf(bool Skip) {} argument
720 virtual void setSkipFlatProf(bool Skip) override { SkipFlatProf = Skip; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator in enum:__anon2710::X86CallFrameOptimization::InstClassification
350 return Skip;
377 // Skip over DEBUG_VALUE.
378 // For globals in PIC mode, we can have some LEAs here. Skip them as well.
411 for (InstClassification Classification = Skip; Classification != Exit; ++I) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h306 STDMETHOD(Skip)(_In_ ULONG celt) = 0;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Drandom.d2610 private enum Skip { None, A, D }
2611 private Skip _skip = Skip.None;
2686 assert(_skip == Skip.None);
2691 _skip = Skip.A;
2695 _skip = Skip.D;
2717 if (_skip == Skip.None)
2729 if (_skip == Skip.None)
2764 if (_skip == Skip.None)
2773 assert(_skip != Skip
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h138 uint32_t Skip=0);
417 // be tested via the Count and Skip parameters.
422 uint32_t Skip=0) const {
424 PointerSize, Count, Skip);
430 // Count and Skip parameters.
437 uint32_t Skip=0) const {
439 PointerSize, Count, Skip);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp257 uint32_t Skip = Pad & 0x0F; local
258 Content = Content.drop_front(Skip);
259 Offset += Skip;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp431 bool Skip = (Hints_MRI.first != 0);
433 if (Skip) {
434 Skip = false;
/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/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:

Completed in 397 milliseconds

1234