HomeSort by: relevance | last modified time | path
    Searched refs:Skip (Results 1 - 25 of 93) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DebugCounter.h 20 /// 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
37 /// by setting the skip and count.
39 /// bin/opt -debug-counter=predicateinfo-skip=47,predicateinfo-count=1
40 /// will skip renaming the first 47 uses, then rename one, then skip the rest.
84 // We only execute while the Skip is not smaller than Count
    [all...]
  /src/usr.bin/make/unit-tests/
varname-dot-make-meta-ignore_filter.exp 7 Skip .MAKE.META.IGNORE_FILTER - check-ignore is out of date
varname-dot-make-meta-ignore_paths.exp 7 Skip .MAKE.META.IGNORE_PATHS - check-ignore is out of date
varname-dot-make-meta-ignore_patterns.exp 7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of date
  /src/external/apache2/llvm/dist/llvm/lib/Support/
DebugCounter.cpp 48 cl::desc("Comma separated list of debug counter skip and count"),
84 // Now we need to see if this is the skip or the count, remove the suffix, and
86 if (CounterPair.first.endswith("-skip")) {
97 Counter.Skip = CounterVal;
114 << " does not end with -skip or -count\n";
128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
comcat.d 22 HRESULT Skip(ULONG);
70 HRESULT Skip(ULONG);
docobj.d 116 HRESULT Skip(ULONG);
ocidl.d 270 HRESULT Skip(ULONG);
287 HRESULT Skip(ULONG);
448 HRESULT Skip(ULONG);
objidl.d 513 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);
  /src/sys/arch/acorn32/doc/
bootoptions 58 nowdreset Skip the wd driver drive reset command
  /src/external/gpl3/gdb.old/dist/sim/testsuite/pru/
testutils.inc 27 # Skip over these inlined funcs.
  /src/external/gpl3/gdb/dist/sim/testsuite/pru/
testutils.inc 27 # Skip over these inlined funcs.
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp 354 bool Skip = true;
356 Skip = Skip && Consumer->shouldSkipFunctionBody(D);
357 return Skip;
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 331 unsigned Skip = 0;
342 Skip = 0;
348 if (++Skip == 2)
352 Skip = 0;
  /src/external/gpl3/gdb/dist/sim/testsuite/msp430/
testutils.inc 6 # Skip over these inlined funcs.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/msp430/
testutils.inc 6 # Skip over these inlined funcs.
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 463 virtual void setSkipFlatProf(bool Skip) {}
691 /// If SkipFlatProf is true, skip the sections with
720 virtual void setSkipFlatProf(bool Skip) override { SkipFlatProf = Skip; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 110 enum InstClassification { Convert, Skip, Exit };
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) {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MSVCSetupApi.h 303 /// <param name="celt">The number of product instances to skip.</param>
306 STDMETHOD(Skip)(_In_ ULONG celt) = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 138 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);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 431 bool Skip = (Hints_MRI.first != 0);
433 if (Skip) {
434 Skip = false;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndexDiscovery.cpp 257 uint32_t Skip = Pad & 0x0F;
258 Content = Content.drop_front(Skip);
259 Offset += Skip;
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 1208 bool Skip = false;
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)
  /src/common/lib/libc/arch/sparc64/string/
memset.S 178 brz %i1, 3f ! Skip the memory op
  /src/external/gpl3/gcc/dist/libgcc/config/sparc/
sol2-c1.S 88 ! Skip argc words past argv, to env:

Completed in 61 milliseconds

1 2 3 4