Home
last modified time | relevance | path

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

123456

/NextBSD/contrib/llvm/lib/Target/ARM/
HDMLxExpansionPass.cpp334 unsigned Skip = 0; in ExpandFPMLxInstructions() local
347 Skip = 0; in ExpandFPMLxInstructions()
354 if (++Skip == 2) in ExpandFPMLxInstructions()
358 Skip = 0; in ExpandFPMLxInstructions()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86CallFrameOptimization.cpp93 enum InstClassification { Convert, Skip, Exit }; enumerator
300 return Skip; in classifyInstruction()
355 if (Classification == Skip) { in collectCallInfo()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSILowerControlFlow.cpp77 void Skip(MachineInstr &From, MachineOperand &To);
136 void SILowerControlFlowPass::Skip(MachineInstr &From, MachineOperand &To) { in Skip() function in SILowerControlFlowPass
194 Skip(MI, MI.getOperand(2)); in If()
213 Skip(MI, MI.getOperand(2)); in Else()
/NextBSD/contrib/gcc/cp/
HDChangeLog.gcc4318 * parser.c (cp_parser_elaborated_type_specifier): Skip redundant error
101 Skip duplicate function definitions.
/NextBSD/contrib/llvm/lib/Support/
HDStringRef.cpp170 uint8_t Skip = BadCharSkip[(uint8_t)(*this)[Pos+N-1]]; in find() local
171 Len -= Skip; in find()
172 Pos += Skip; in find()
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDJob.cpp170 if (int Skip = skipArgs(Arg, HaveCrashVFS)) { in Print() local
171 i += Skip - 1; in Print()
/NextBSD/sys/boot/pc98/cdboot/
HDcdboot.S425 add %edx,%eax # Skip extended
557 cmp $'/',%al # Skip path separator.
585 add %edx,%eax # Skip extended attributes
628 dec %si # Skip semicolon
/NextBSD/tests/
HDKyuafile44 -- Skip these special entries.
/NextBSD/usr.sbin/bsdconfig/timezone/
HDUSAGE43 -s Skip the initial question about adjusting the clock if
/NextBSD/etc/
HDnetwork.subr1271 # Skip if ${child} already exists.
1319 # Skip if ${child} doesn't exists.
1357 # Skip if ${ifn}a or ${ifn}b already exist.
1370 # Skip if ${ifn} already exists.
1391 # Skip if ifn already exists.
1449 # Skip if both of ${ifn}a and ${ifn}b do not exist.
1463 # Skip if ifn does not exist.
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp1113 llvm::SmallVector<unsigned, 8> Skip; in SetExternalVisibleDeclsForName() local
1116 Skip.push_back(I); in SetExternalVisibleDeclsForName()
1117 Skip.push_back(Decls.size()); in SetExternalVisibleDeclsForName()
1122 if (I == Skip[SkipPos]) in SetExternalVisibleDeclsForName()
/NextBSD/sys/boot/pc98/btx/btx/
HDbtx.S537 jmp intusr.3 # Skip hardware interrupt
557 jmp intusr.5 # Skip CALLF test
583 jecxz intusr.6 # Skip for hardware ints
/NextBSD/sys/boot/i386/btx/btx/
HDbtx.S511 jmp intusr.3 # Skip hardware interrupt
531 jmp intusr.5 # Skip CALLF test
557 jecxz intusr.6 # Skip for hardware ints
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseTemplate.cpp1214 bool Parser::IsTemplateArgumentList(unsigned Skip) { in IsTemplateArgumentList() argument
1220 while (Skip) { in IsTemplateArgumentList()
1222 --Skip; in IsTemplateArgumentList()
/NextBSD/contrib/gcc/config/sparc/
HDsol2-c1.asm99 ! Skip argc words past argv, to env:
/NextBSD/contrib/tcsh/
HDtcsh.man2html307 # Skip inlined sections
315 print <<EOP if $section; # Skip header section
320 print <<EOP if $section; # Skip header section
614 && ! $name{"$text $font"} # Skip if there's one already
/NextBSD/contrib/binutils/opcodes/
HDcgen-asm.in340 /* Skip leading white space. */
370 /* Skip this insn if str doesn't look right lexically. */
/NextBSD/sys/arm/arm/
HDcpufunc_asm_armv7.S161 Skip: label
/NextBSD/contrib/gcc/config/arm/
HDREADME-interworking716 Skip. If you do not have access to the sources of a DLL, there is
720 Skip. With no DLL sources there is nothing to compile.
723 Skip. Without a `.def' file you cannot use dlltool to build an
727 Skip. Without a set of DLL object files you cannot build the DLL.
/NextBSD/contrib/llvm/lib/MC/
HDELFObjectWriter.cpp851 unsigned Skip = MSD.SectionIndex == ELF::SHN_UNDEF ? 2 : 1; in computeSymbolTable() local
852 Buf += Name.substr(Pos + Skip); in computeSymbolTable()
/NextBSD/sys/boot/i386/boot0/
HDboot0.S337 jmp start_input # Skip beep
/NextBSD/usr.sbin/bsdconfig/share/packages/
HDpackages.subr265 # Skip pkg unless marked for [Re-]Install
272 # Skip dep if already marked
894 # Skip dependency if already installed
/NextBSD/usr.sbin/bsdconfig/networking/share/
HDdevice.subr83 # Skip unsavory interfaces
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDThreadSafety.cpp1934 unsigned Skip = 0; in VisitCallExpr() local
1941 Skip = 1; in VisitCallExpr()
1953 Expr* Arg = Exp->getArg(i+Skip); in VisitCallExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDUnwrappedLineParser.cpp538 bool Skip = PPLevelBranchIndex[PPBranchLevel] > 0; in conditionalCompilationStart() local
539 conditionalCompilationCondition(Unreachable || Skip); in conditionalCompilationStart()

123456