| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | MLxExpansionPass.cpp | 334 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/ |
| HD | X86CallFrameOptimization.cpp | 93 enum InstClassification { Convert, Skip, Exit }; enumerator 300 return Skip; in classifyInstruction() 355 if (Classification == Skip) { in collectCallInfo()
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | SILowerControlFlow.cpp | 77 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/ |
| HD | ChangeLog.gcc43 | 18 * parser.c (cp_parser_elaborated_type_specifier): Skip redundant error 101 Skip duplicate function definitions.
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | StringRef.cpp | 170 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/ |
| HD | Job.cpp | 170 if (int Skip = skipArgs(Arg, HaveCrashVFS)) { in Print() local 171 i += Skip - 1; in Print()
|
| /NextBSD/sys/boot/pc98/cdboot/ |
| HD | cdboot.S | 425 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/ |
| HD | Kyuafile | 44 -- Skip these special entries.
|
| /NextBSD/usr.sbin/bsdconfig/timezone/ |
| HD | USAGE | 43 -s Skip the initial question about adjusting the clock if
|
| /NextBSD/etc/ |
| HD | network.subr | 1271 # 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/ |
| HD | DeclBase.cpp | 1113 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/ |
| HD | btx.S | 537 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/ |
| HD | btx.S | 511 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/ |
| HD | ParseTemplate.cpp | 1214 bool Parser::IsTemplateArgumentList(unsigned Skip) { in IsTemplateArgumentList() argument 1220 while (Skip) { in IsTemplateArgumentList() 1222 --Skip; in IsTemplateArgumentList()
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sol2-c1.asm | 99 ! Skip argc words past argv, to env:
|
| /NextBSD/contrib/tcsh/ |
| HD | tcsh.man2html | 307 # 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/ |
| HD | cgen-asm.in | 340 /* Skip leading white space. */ 370 /* Skip this insn if str doesn't look right lexically. */
|
| /NextBSD/sys/arm/arm/ |
| HD | cpufunc_asm_armv7.S | 161 Skip: label
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | README-interworking | 716 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/ |
| HD | ELFObjectWriter.cpp | 851 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/ |
| HD | boot0.S | 337 jmp start_input # Skip beep
|
| /NextBSD/usr.sbin/bsdconfig/share/packages/ |
| HD | packages.subr | 265 # 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/ |
| HD | device.subr | 83 # Skip unsavory interfaces
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | ThreadSafety.cpp | 1934 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/ |
| HD | UnwrappedLineParser.cpp | 538 bool Skip = PPLevelBranchIndex[PPBranchLevel] > 0; in conditionalCompilationStart() local 539 conditionalCompilationCondition(Unreachable || Skip); in conditionalCompilationStart()
|