/external/clang/test/SemaObjC/ |
D | method-encoding-2.m | 5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2; 6 - (id) another:(void *)location with:(unsigned **)arg2; 10 … out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; } 11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
|
D | duplicate-ivar-check.m | 6 unsigned : 0; field 14 unsigned : 0; field
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRDebugEventProxy.m | 321 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text argument 334 - (void) createNilNode:(unsigned)hash argument 339 - (void) createNode:(unsigned)hash text:(NSString *)text type:(NSInteger)type argument 348 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex argument 353 - (void) becomeRoot:(unsigned)newRootHash old:(unsigned)oldRootHash argument 358 - (void) addChild:(unsigned)childHash toTree:(unsigned)treeHash argument 363 - (void) setTokenBoundariesForTree:(unsigned)nodeHash From:(NSInteger)tokenStartIndex To:(NSInteger… argument 364 {
|
/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() argument 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument 24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | CustomFontData.h | 54 …virtual bool fillSVGGlyphPage(GlyphPage*, unsigned, unsigned, UChar*, unsigned, const SimpleFontDa… in fillSVGGlyphPage() argument 55 …virtual bool applySVGGlyphSelection(WidthIterator&, GlyphData&, bool, int, unsigned&) const { retu… in applySVGGlyphSelection() argument
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 215 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 259 SmallSet<unsigned, 32>& RegDefs, in insertCallDefsUses() 288 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses() 312 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXARIAGridCell.cpp | 72 void AXARIAGridCell::rowIndexRange(pair<unsigned, unsigned>& rowRange) in rowIndexRange() 102 void AXARIAGridCell::columnIndexRange(pair<unsigned, unsigned>& columnRange) in columnIndexRange()
|
D | AXTableCell.cpp | 103 void AXTableCell::rowIndexRange(pair<unsigned, unsigned>& rowRange) in rowIndexRange() 130 void AXTableCell::columnIndexRange(pair<unsigned, unsigned>& columnRange) in columnIndexRange()
|
/external/clang/test/Index/ |
D | file-refs-subscripting.m | 3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument 13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
|
D | index-subscripting-literals.m | 3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument 13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
|
D | annotate-subscripting.m | 3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument 13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
|
/external/clang/test/PCH/ |
D | subscripting-literals.m | 11 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument 20 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
|
/external/clang/test/Rewriter/ |
D | method-encoding-1.m | 10 - (id) address:(void *)location with:(unsigned **)arg2; 17 - (id) address:(void *)location with:(unsigned **)arg2{ return 0; }
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2ITBlockPass.cpp | 55 SmallSet<unsigned, 4> &Defs, in TrackDefUses() 106 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1115 unsigned FastISel::FastEmit_(MVT, MVT, in FastEmit_() argument 1120 unsigned FastISel::FastEmit_r(MVT, MVT, in FastEmit_r() argument 1126 unsigned FastISel::FastEmit_rr(MVT, MVT, in FastEmit_rr() argument 1133 unsigned FastISel::FastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in FastEmit_i() argument 1137 unsigned FastISel::FastEmit_f(MVT, MVT, in FastEmit_f() argument 1142 unsigned FastISel::FastEmit_ri(MVT, MVT, in FastEmit_ri() argument 1149 unsigned FastISel::FastEmit_rf(MVT, MVT, in FastEmit_rf() argument 1156 unsigned FastISel::FastEmit_rri(MVT, MVT, in FastEmit_rri() argument
|
/external/llvm/lib/Target/R600/ |
D | R600OptimizeVectorRegisters.cpp | 140 bool R600VectorRegMerger::tryMergeVector(const RegSeqInfo *Untouched, in tryMergeVector() 164 const std::vector<std::pair<unsigned, unsigned> > &RemapChan, in getReassignedChan() 175 const std::vector<std::pair<unsigned, unsigned> > &RemapChan) const { in RebuildVector() 243 const std::vector<std::pair<unsigned, unsigned> > &RemapChan) const { in SwizzleInput() 271 std::vector<std::pair<unsigned, unsigned> > &RemapChan) { in tryMergeUsingCommonSlot() 292 std::vector<std::pair<unsigned, unsigned> > &RemapChan) { in tryMergeUsingFreeSlot()
|
/external/clang/test/CodeGenObjC/ |
D | interface-layout-64.m | 42 unsigned : 0; field 99 unsigned : 0; field
|
D | debug-info-ivars.m | 13 unsigned : 1; field
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGStaticListPropertyTearOff.h | 104 virtual bool processIncomingListItemValue(const ListItemType&, unsigned*) in processIncomingListItemValue() argument 110 virtual bool processIncomingListItemWrapper(RefPtr<ListItemTearOff>&, unsigned*) in processIncomingListItemWrapper() argument
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 439 SmallSet<unsigned, 4> &ImmDefRegs, in isMoveImmediate() 440 DenseMap<unsigned, MachineInstr*> &ImmDefMIs) { in isMoveImmediate() 460 SmallSet<unsigned, 4> &ImmDefRegs, in foldImmediate() 461 DenseMap<unsigned, MachineInstr*> &ImmDefMIs) { in foldImmediate()
|
/external/llvm/include/llvm/IR/ |
D | User.h | 68 void operator delete(void*, unsigned) { in delete() argument 72 void operator delete(void*, unsigned, bool) { in delete() argument
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstComments.cpp | 30 const char *(*getRegName)(unsigned)) { in EmitAnyX86InstComments()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 47 virtual bool LRE_CanEraseVirtReg(unsigned) { return true; } in LRE_CanEraseVirtReg() argument 50 virtual void LRE_WillShrinkVirtReg(unsigned) {} in LRE_WillShrinkVirtReg() argument
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | FFTFrameStub.cpp | 39 FFTFrame::FFTFrame(unsigned /*fftSize*/) in FFTFrame() argument
|
/external/clang/test/ARCMT/ |
D | objcmt-subscripting-literals.m | 28 - (id)objectAtIndexedSubscript:(unsigned)idx; argument 48 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; argument 183 - (id)objectAtIndexedSubscript:(unsigned)idx; argument 191 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx; argument
|