| /freebsd-14.2/lib/libsecureboot/tests/ |
| H A D | tvo.c | 35 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 D | DebugCounter.h | 85 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 D | CodeGen.h | 100 Skip = 1U << 0, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | IntegerLiteralSeparatorFixer.cpp | 89 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 D | MLxExpansionPass.cpp | 331 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 D | AMDGPUInsertDelayAlu.cpp | 305 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 D | DebugCounter.cpp | 114 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 D | ELF_riscv.cpp | 700 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 D | ProfileList.cpp | 95 return Skip; in getDefault() 110 return Skip; in inSection()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 360 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 D | varname-dot-make-meta-ignore_filter.exp | 7 Skip .MAKE.META.IGNORE_FILTER - check-ignore is out of date
|
| H A D | varname-dot-make-meta-ignore_paths.exp | 7 Skip .MAKE.META.IGNORE_PATHS - check-ignore is out of date
|
| H A D | varname-dot-make-meta-ignore_patterns.exp | 7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of date
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MLInlineAdvisor.cpp | 325 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 D | ProfileList.h | 35 Skip, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 110 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 D | SampleProfReader.h | 489 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 D | MachO.h | 139 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 D | TypeIndexDiscovery.cpp | 257 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 D | check-links.sh | 24 -U: Skip looking for unresolved symbols.
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | Opts.td | 20 def no_params : FF<"no-params", "Skip function parameters and return types">;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 433 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 D | PPCallbacks.h | 465 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 D | temp.sh | 158 if (loop != 0) /* Skip warmup */
|
| /freebsd-14.2/lib/libsecureboot/ |
| H A D | verify_file.c | 47 extern char *Skip; 49 # define MANIFEST_SKIP Skip
|