Home
last modified time | relevance | path

Searched defs:unsigned (Results 1 – 25 of 219) sorted by relevance

123456789

/external/clang/test/SemaObjC/
Dmethod-encoding-2.m5 - (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; }
Dduplicate-ivar-check.m6 unsigned : 0; field
14 unsigned : 0; field
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDebugEventProxy.m321 - (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/
Dout-of-line-def-mismatch.cpp21 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/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp233 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard()
293 SmallSet<unsigned, 32>& RegDefs, in insertCallDefsUses()
322 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses()
346 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DDelaySlotFiller.cpp190 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard()
234 SmallSet<unsigned, 32>& RegUses) in insertCallUses()
260 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses()
280 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsDelaySlotFiller.cpp172 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard()
220 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses()
246 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) { in IsRegInSet()
/external/clang/test/CodeGenObjC/
Dparameterized_classes.m26 - (void)getObjects:(T __strong *)objects length:(unsigned*)length; argument
27 - (T)objectAtIndexedSubscript:(unsigned)index; argument
28 - (void)setObject:(T)object atIndexedSubscript:(unsigned)index; argument
Dinterface-layout-64.m42 unsigned : 0; field
99 unsigned : 0; field
/external/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp181 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, in delayHasHazard()
228 SmallSet<unsigned, 32> &RegDefs, in insertDefsUses()
257 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFastISel.cpp1009 unsigned FastISel::FastEmit_(MVT, MVT, in FastEmit_() argument
1014 unsigned FastISel::FastEmit_r(MVT, MVT, in FastEmit_r() argument
1020 unsigned FastISel::FastEmit_rr(MVT, MVT, in FastEmit_rr() argument
1027 unsigned FastISel::FastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in FastEmit_i() argument
1031 unsigned FastISel::FastEmit_f(MVT, MVT, in FastEmit_f() argument
1036 unsigned FastISel::FastEmit_ri(MVT, MVT, in FastEmit_ri() argument
1043 unsigned FastISel::FastEmit_rf(MVT, MVT, in FastEmit_rf() argument
1050 unsigned FastISel::FastEmit_rri(MVT, MVT, in FastEmit_rri() argument
/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp62 SmallSet<unsigned, 4> &Defs, in TrackDefUses()
101 static void ClearKillFlags(MachineInstr *MI, SmallSet<unsigned, 4> &Uses) { in ClearKillFlags()
126 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
/external/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp146 bool R600VectorRegMerger::tryMergeVector(const RegSeqInfo *Untouched, in tryMergeVector()
170 const std::vector<std::pair<unsigned, unsigned> > &RemapChan, in getReassignedChan()
181 const std::vector<std::pair<unsigned, unsigned> > &RemapChan) const { in RebuildVector()
249 const std::vector<std::pair<unsigned, unsigned> > &RemapChan) const { in SwizzleInput()
277 std::vector<std::pair<unsigned, unsigned> > &RemapChan) { in tryMergeUsingCommonSlot()
297 std::vector<std::pair<unsigned, unsigned> > &RemapChan) { in tryMergeUsingFreeSlot()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2ITBlockPass.cpp56 SmallSet<unsigned, 4> &Defs, in TrackDefUses()
109 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
/external/clang/tools/libclang/
DBuildSystem.cpp70 clang_VirtualFileOverlay_writeToBuffer(CXVirtualFileOverlay VFO, unsigned, in clang_VirtualFileOverlay_writeToBuffer() argument
101 CXModuleMapDescriptor clang_ModuleMapDescriptor_create(unsigned) { in clang_ModuleMapDescriptor_create() argument
126 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor MMD, unsigned, in clang_ModuleMapDescriptor_writeToBuffer() argument
/external/clang/test/Index/
Dannotate-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
Dfile-refs-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
Dindex-subscripting-literals.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp270 void SourceCoverageViewHTML::renderLinePrefix(raw_ostream &OS, unsigned) { in renderLinePrefix() argument
274 void SourceCoverageViewHTML::renderLineSuffix(raw_ostream &OS, unsigned) { in renderLineSuffix() argument
282 void SourceCoverageViewHTML::renderViewDivider(raw_ostream &, unsigned) { in renderViewDivider() argument
288 CoverageSegmentArray Segments, unsigned ExpansionCol, unsigned) { in renderLine() argument
410 unsigned) { in renderRegionMarkers() argument
/external/clang/test/Rewriter/
Dmethod-encoding-1.m10 - (id) address:(void *)location with:(unsigned **)arg2;
17 - (id) address:(void *)location with:(unsigned **)arg2{ return 0; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPeepholeOptimizer.cpp353 SmallSet<unsigned, 4> &ImmDefRegs, in isMoveImmediate()
354 DenseMap<unsigned, MachineInstr*> &ImmDefMIs) { in isMoveImmediate()
374 SmallSet<unsigned, 4> &ImmDefRegs, in FoldImmediate()
375 DenseMap<unsigned, MachineInstr*> &ImmDefMIs) { in FoldImmediate()
/external/clang/test/PCH/
Dsubscripting-literals.m12 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
21 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1699 unsigned FastISel::fastEmit_(MVT, MVT, unsigned) { return 0; } in fastEmit_() argument
1701 unsigned FastISel::fastEmit_r(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_r() argument
1706 unsigned FastISel::fastEmit_rr(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rr() argument
1712 unsigned FastISel::fastEmit_i(MVT, MVT, unsigned, uint64_t /*Imm*/) { in fastEmit_i() argument
1716 unsigned FastISel::fastEmit_f(MVT, MVT, unsigned, in fastEmit_f() argument
1721 unsigned FastISel::fastEmit_ri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_ri() argument
1726 unsigned FastISel::fastEmit_rf(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rf() argument
1732 unsigned FastISel::fastEmit_rri(MVT, MVT, unsigned, unsigned /*Op0*/, in fastEmit_rri() argument
/external/swiftshader/third_party/LLVM/include/llvm/
DUser.h66 void operator delete(void*, unsigned) { in delete() argument
70 void operator delete(void*, unsigned, bool) { in delete() argument
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp297 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned, in TEST() argument
301 uint8_t *allocateDataSection(uintptr_t, unsigned, unsigned, llvm::StringRef, in TEST() argument

123456789