Searched refs:Adjust (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h42 virtual CommandLineArguments Adjust(const CommandLineArguments &Args) = 0;
52 virtual CommandLineArguments Adjust(const CommandLineArguments &Args);
58 virtual CommandLineArguments Adjust(const CommandLineArguments &Args);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp27 ClangSyntaxOnlyAdjuster::Adjust(const CommandLineArguments &Args) { function in class:clang::tooling::ClangSyntaxOnlyAdjuster
41 ClangStripOutputAdjuster::Adjust(const CommandLineArguments &Args) { function in class:clang::tooling::ClangStripOutputAdjuster
H A DTooling.cpp349 CommandLine = ArgsAdjusters[I]->Adjust(CommandLine);
/freebsd-10.2-release/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S286 hexout.2: decl %esi # Adjust for inc
/freebsd-10.2-release/sys/boot/pc98/btx/btxldr/
H A Dbtxldr.S302 hexout.2: decl %esi # Adjust for inc
/freebsd-10.2-release/sys/boot/pc98/cdboot/
H A Dcdboot.S597 ff.namedone: dec %cl # Adjust length and save
630 mov %cl,%es:DIR_NAMELEN(%bx) # Adjust length
635 decb %es:DIR_NAMELEN(%bx) # Adjust length
643 ff.nextblock: subl $SECTOR_SIZE,rec_size # Adjust size
/freebsd-10.2-release/sys/boot/i386/boot0/
H A Dboot0.S290 addw $(TLEN-1), %di # Adjust
H A Dboot0ext.S160 addw $TBL1SZ,%di # Adjust
/freebsd-10.2-release/sys/boot/i386/boot2/
H A Dboot1.S345 add %ax,0x8(%bp) # Adjust
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3292 int Adjust = 0; local
3304 --Adjust;
3314 --Adjust;
3332 Adjust -= 2;
3335 --Adjust;
3345 Adjust -= 2;
3460 ++Adjust;
3464 return Adjust;
3548 // Adjust for IT block position.
3551 // Adjust fo
[all...]
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dieee754-df.S308 @ Adjust exponents for denormalized arguments.
651 @ Adjust result upon the MSB position.
H A Dieee754-sf.S462 @ Adjust result upon the MSB position.

Completed in 137 milliseconds