Searched defs:Offs (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManagerInternals.h52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, argument
H A DSourceManager.h1520 unsigned Offs = Loc.getOffset(); local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DFileOffset.h20 unsigned Offs = 0; member in class:clang::edit::FileOffset
/netbsd-current/external/apache2/llvm/dist/clang/lib/Edit/
H A DCommit.cpp74 FileOffset Offs; local
92 FileOffset Offs; local
182 addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
196 addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset RangeOffs, unsigned RangeLen, bool beforePreviousInsertions) argument
212 addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len) argument
283 canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) argument
296 canRemoveRange(CharSourceRange range, FileOffset &Offs, unsigned &Len) argument
323 canReplaceText(SourceLocation loc, StringRef text, FileOffset &Offs, unsigned &Len) argument
[all...]
H A DEditedSource.cpp74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { argument
111 commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, bool beforePreviousInsertions) argument
141 commitInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, FileOffset InsertFromRangeOffs, unsigned Len, bool beforePreviousInsertions) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.h50 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) { argument
60 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp136 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); local
178 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); local
H A DAVRExpandPseudoInsts.cpp294 int64_t Offs = MI.getOperand(2).getOffset(); local
543 int64_t Offs = MI.getOperand(1).getOffset(); local
592 int64_t Offs = MI.getOperand(1).getOffset(); local
1024 int64_t Offs local
[all...]
H A DAVRISelLowering.cpp850 int64_t Offs = AM.BaseOffs; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2497 unsigned Offs; local
2518 unsigned Offs; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp329 Value *Offs = ConstantInt::get(Idx->getType(), -FirstTrueElement); local
343 Value *Offs = ConstantInt::get(Idx->getType(), -FirstFalseElement); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp103 CharUnits Offs = VBT->NonVirtualOffset; variable
1280 CharUnits Offs = VBT->NonVirtualOffset; local
2748 CharUnits Offs = CharUnits::Zero(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3899 APInt Offs = ElementMul * CI->getValue().sextOrTrunc(IdxSize); local

Completed in 291 milliseconds