Home
last modified time | relevance | path

Searched refs:Skip (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd-14.2/lib/libsecureboot/tests/
H A Dtvo.c35 extern char *Skip;
40 char *Skip; variable
56 Skip = NULL; in main()
75 Skip = optarg; in main()
130 prefix, Skip, cp, NULL); in main()
144 prefix, Skip, cp, NULL); in main()
153 prefix, Skip, cp, NULL); in main()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h85 if (CounterInfo.Skip < 0) in shouldExecute()
87 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute()
91 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()
169 int64_t Skip = 0; member
H A DCodeGen.h100 Skip = 1U << 0, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp89 for (bool Skip = false; !Lex.LexFromRawLexer(Tok);) { in process() local
97 Skip = true; in process()
99 Skip = false; in process()
102 if (Skip || Tok.isNot(tok::numeric_constant) || Text[0] == '.' || in process()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp331 unsigned Skip = 0; in ExpandFPMLxInstructions() local
342 Skip = 0; in ExpandFPMLxInstructions()
348 if (++Skip == 2) in ExpandFPMLxInstructions()
352 Skip = 0; in ExpandFPMLxInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp305 unsigned Skip = 0; in emitDelayAlu() local
310 ++Skip; in emitDelayAlu()
312 if (Skip < 6) { in emitDelayAlu()
317 LastImm |= Imm << 7 | Skip << 4; in emitDelayAlu()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp114 Counter.Skip = CounterVal; in push_back()
145 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp700 uint32_t Skip = 0; in finalizeBlockRelax() local
711 Skip = E->getAddend() - Remove; in finalizeBlockRelax()
713 for (; J + 4 <= Skip; J += 4) in finalizeBlockRelax()
715 if (J != Skip) { in finalizeBlockRelax()
716 assert(J + 2 == Skip); in finalizeBlockRelax()
722 Skip = 2; in finalizeBlockRelax()
726 Skip = 4; in finalizeBlockRelax()
731 Dest += Skip; in finalizeBlockRelax()
732 Offset = E->getOffset() + Skip + Remove; in finalizeBlockRelax()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp95 return Skip; in getDefault()
110 return Skip; in inSection()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp360 bool Skip = true; in shouldSkipFunctionBody() local
362 Skip = Skip && Consumer->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
363 return Skip; in shouldSkipFunctionBody()
/freebsd-14.2/contrib/bmake/unit-tests/
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
H A Dvarname-dot-make-meta-ignore_patterns.exp7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of date
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp325 if (auto Skip = getSkipAdviceIfUnreachableCallsite(CB)) in getAdviceImpl() local
326 return Skip; in getAdviceImpl()
442 if (auto Skip = getSkipAdviceIfUnreachableCallsite(CB)) in getMandatoryAdvice() local
443 return Skip; in getMandatoryAdvice()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h35 Skip, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
350 return Skip; in classifyInstruction()
411 for (InstClassification Classification = Skip; Classification != Exit; ++I) { in collectCallInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h489 virtual void setSkipFlatProf(bool Skip) {} in setSkipFlatProf() argument
783 void setSkipFlatProf(bool Skip) override { SkipFlatProf = Skip; } in setSkipFlatProf() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h139 uint32_t Skip=0);
580 uint32_t Skip=0) const {
582 PointerSize, Count, Skip);
595 uint32_t Skip=0) const {
597 PointerSize, Count, Skip);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp257 uint32_t Skip = Pad & 0x0F; in handleFieldList() local
258 Content = Content.drop_front(Skip); in handleFieldList()
259 Offset += Skip; in handleFieldList()
/freebsd-14.2/tools/build/
H A Dcheck-links.sh24 -U: Skip looking for unresolved symbols.
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A DOpts.td20 def no_params : FF<"no-params", "Skip function parameters and return types">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp433 bool Skip = (Hints_MRI.first != 0); in getRegAllocationHints() local
435 if (Skip) { in getRegAllocationHints()
436 Skip = false; in getRegAllocationHints()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h465 bool Skip = First->FileNotFound(FileName); in FileNotFound() local
468 Skip |= Second->FileNotFound(FileName); in FileNotFound()
469 return Skip; in FileNotFound()
/freebsd-14.2/tools/test/stress2/misc/
H A Dtemp.sh158 if (loop != 0) /* Skip warmup */
/freebsd-14.2/lib/libsecureboot/
H A Dverify_file.c47 extern char *Skip;
49 # define MANIFEST_SKIP Skip

123456