| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A 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; }
|
| H A D | duplicate-ivar-check.m | 6 unsigned : 0; field 14 unsigned : 0; field
|
| /llvm-project-15.0.7/clang/test/ExtractAPI/ |
| H A D | objc_interface.m | 21 + (id)getWithProperty:(unsigned) Property; argument 22 - (void)setProperty:(unsigned) Property andOtherThing: (unsigned) Thing; argument
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A 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
|
| H A D | PR41139.cpp | 6 int f1( unsigned ) { return 0; } in f1() argument
|
| H A D | matrix-type-builtins.cpp | 117 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 D | DelaySlotFiller.cpp | 232 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 D | LanaiDelaySlotFiller.cpp | 178 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 D | subtract_with_carry_engine.h | 182 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 D | parameterized_classes.m | 26 - (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 D | debug-info-ivars.m | 13 unsigned : 1; field
|
| H A D | interface-layout-64.m | 42 unsigned : 0; field 99 unsigned : 0; field
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A 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
|
| H A 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
|
| H A 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
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Dialect.cpp | 42 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 D | BuildSystem.cpp | 71 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 D | R600OptimizeVectorRegisters.cpp | 172 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 D | method-encoding-1.m | 10 - (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 D | subscripting-literals.m | 12 + (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 D | User.h | 102 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 D | redundant-function-ptr-dereference.cpp | 37 invoke([](unsigned) {}); in instantiate() argument
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr22xx.cpp | 8 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 D | SystemZCallingConv.h | 205 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 D | LLVMTypes.h | 232 MLIRContext *context, unsigned) { in verify() argument
|