Home
last modified time | relevance | path

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

12345678

/llvm-project-15.0.7/clang/test/SemaObjC/
H A 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; }
H A Dduplicate-ivar-check.m6 unsigned : 0; field
14 unsigned : 0; field
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Dobjc_interface.m21 + (id)getWithProperty:(unsigned) Property; argument
22 - (void)setProperty:(unsigned) Property andOtherThing: (unsigned) Thing; argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A 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
H A DPR41139.cpp6 int f1( unsigned ) { return 0; } in f1() argument
H A Dmatrix-type-builtins.cpp117 void test_column_major_stores_template(MyMatrix<unsigned, 2, 3> &M1, unsigned *Ptr1, MyMatrix<float… in test_column_major_stores_template()
151 void test_column_major_store_constexpr(unsigned *Ptr, MyMatrix<unsigned, 3, 3> &M) { in test_column_major_store_constexpr()
161 void test_column_major_store_wrapper(unsigned *Ptr, MyMatrix<unsigned, 3, 3> &M, IntWrapper &W) { in test_column_major_store_wrapper()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp232 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard()
292 SmallSet<unsigned, 32>& RegDefs, in insertCallDefsUses()
321 SmallSet<unsigned, 32>& RegDefs, in insertDefsUses()
344 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg) in IsRegInSet()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp178 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, in delayHasHazard()
224 SmallSet<unsigned, 32> &RegDefs, in insertDefsUses()
253 bool Filler::isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg) { in isRegInSet()
/llvm-project-15.0.7/libcxx/include/__random/
H A Dsubtract_with_carry_engine.h182 integral_constant<unsigned, 1>) in seed()
195 integral_constant<unsigned, 2>) in seed()
213 integral_constant<unsigned, 1>) in __seed()
228 integral_constant<unsigned, 2>) in __seed()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A 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
H A Ddebug-info-ivars.m13 unsigned : 1; field
H A Dinterface-layout-64.m42 unsigned : 0; field
99 unsigned : 0; field
/llvm-project-15.0.7/clang/test/Index/
H A Dfile-refs-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
H A Dannotate-subscripting.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
H A Dindex-subscripting-literals.m3 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
13 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
/llvm-project-15.0.7/mlir/lib/IR/
H A DDialect.cpp42 LogicalResult Dialect::verifyRegionArgAttribute(Operation *, unsigned, unsigned, in verifyRegionArgAttribute() argument
51 LogicalResult Dialect::verifyRegionResultAttribute(Operation *, unsigned, in verifyRegionResultAttribute() argument
/llvm-project-15.0.7/clang/tools/libclang/
H A DBuildSystem.cpp71 clang_VirtualFileOverlay_writeToBuffer(CXVirtualFileOverlay VFO, unsigned, in clang_VirtualFileOverlay_writeToBuffer() argument
102 CXModuleMapDescriptor clang_ModuleMapDescriptor_create(unsigned) { in clang_ModuleMapDescriptor_create() argument
127 clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDescriptor MMD, unsigned, in clang_ModuleMapDescriptor_writeToBuffer() argument
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp172 const std::vector<std::pair<unsigned, unsigned>> &RemapChan, in getReassignedChan()
183 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in RebuildVector() argument
246 const std::vector<std::pair<unsigned, unsigned>> &RemapChan) const { in SwizzleInput() argument
274 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingCommonSlot()
294 std::vector<std::pair<unsigned, unsigned>> &RemapChan) { in tryMergeUsingFreeSlot()
/llvm-project-15.0.7/clang/test/Rewriter/
H A Dmethod-encoding-1.m10 - (id) address:(void *)location with:(unsigned **)arg2;
17 - (id) address:(void *)location with:(unsigned **)arg2{ return 0; }
/llvm-project-15.0.7/clang/test/PCH/
H A Dsubscripting-literals.m12 + (id)arrayWithObjects:(id *)objects count:(unsigned)count; argument
21 + (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(unsigned)count; argument
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DUser.h102 void operator delete(void *Usr, unsigned) { in delete() argument
114 void operator delete(void *Usr, unsigned, unsigned) { in delete() argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-function-ptr-dereference.cpp37 invoke([](unsigned) {}); in instantiate() argument
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr22xx.cpp8 const unsigned : 1; // expected-error {{anonymous bit-field cannot have qualifiers}} member
9 volatile unsigned : 1; // expected-error {{anonymous bit-field cannot have qualifiers}} member
10 const volatile unsigned : 1; // expected-error {{anonymous bit-field cannot have qualifiers}} member
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h205 inline bool RetCC_SystemZ_Error(unsigned &, MVT &, MVT &, in RetCC_SystemZ_Error() argument
211 inline bool CC_SystemZ_Error(unsigned &, MVT &, MVT &, CCValAssign::LocInfo &, in CC_SystemZ_Error() argument
216 inline bool CC_SystemZ_GHC_Error(unsigned &, MVT &, MVT &, in CC_SystemZ_GHC_Error() argument
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h232 MLIRContext *context, unsigned) { in verify() argument

12345678