/llvm-project/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/clang/test/ExtractAPI/ |
H A D | objc_interface.m | 103 + (id)getWithProperty:(unsigned) Property; argument 189 - (void)setProperty:(unsigned) Property andOtherThing: (unsigned) Thing; argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | out-of-line-def-mismatch.cpp | 21 func(C1 &,unsigned,const S1 *) func() argument 23 func(S1,unsigned) func() argument 24 func(unsigned *,S1 *) func() argument
|
H A D | PR41139.cpp | 6 int f1( unsigned ) { return 0; } in f1() argument
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | DelaySlotFiller.cpp | 232 delayHasHazard(MachineBasicBlock::iterator candidate,bool & sawLoad,bool & sawStore,SmallSet<unsigned,32> & RegDefs,SmallSet<unsigned,32> & RegUses) delayHasHazard() argument 291 insertCallDefsUses(MachineBasicBlock::iterator MI,SmallSet<unsigned,32> & RegDefs,SmallSet<unsigned,32> & RegUses) insertCallDefsUses() argument 320 insertDefsUses(MachineBasicBlock::iterator MI,SmallSet<unsigned,32> & RegDefs,SmallSet<unsigned,32> & RegUses) insertDefsUses() argument 343 IsRegInSet(SmallSet<unsigned,32> & RegSet,unsigned Reg) IsRegInSet() argument [all...] |
/llvm-project/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/libcxx/include/__random/ |
H A D | subtract_with_carry_engine.h | 155 void subtract_with_carry_engine<_UIntType, __w, __s, __r>::__seed(_Sseq& __q, integral_constant<unsigned, argument 146 seed(result_type __sd,integral_constant<unsigned,1>) seed() argument 167 __seed(_Sseq & __q,integral_constant<unsigned,1>) __seed() argument 179 __seed(_Sseq & __q,integral_constant<unsigned,2>) __seed() argument [all...] |
/llvm-project/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 | interface-layout-64.m | 42 unsigned : 0; field 99 unsigned : 0; field
|
H A D | debug-info-ivars.m | 13 unsigned : 1; field
|
/llvm-project/clang/test/Index/ |
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
|
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 | 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
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600OptimizeVectorRegisters.cpp | 172 getReassignedChan(const std::vector<std::pair<unsigned,unsigned>> & RemapChan,unsigned Chan) getReassignedChan() argument 183 RebuildVector(RegSeqInfo * RSI,const RegSeqInfo * BaseRSI,const std::vector<std::pair<unsigned,unsigned>> & RemapChan) const RebuildVector() argument 246 SwizzleInput(MachineInstr & MI,const std::vector<std::pair<unsigned,unsigned>> & RemapChan) const SwizzleInput() argument 270 tryMergeUsingCommonSlot(RegSeqInfo & RSI,RegSeqInfo & CompatibleRSI,std::vector<std::pair<unsigned,unsigned>> & RemapChan) tryMergeUsingCommonSlot() argument 290 tryMergeUsingFreeSlot(RegSeqInfo & RSI,RegSeqInfo & CompatibleRSI,std::vector<std::pair<unsigned,unsigned>> & RemapChan) tryMergeUsingFreeSlot() argument [all...] |
/llvm-project/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/clang/lib/Headers/ |
H A D | larchintrin.h | 110 #define __cacop_w(/*uimm5*/ _1, /*unsigned int*/ _2, /*simm12*/ _3) \ argument 115 #define __cacop_d(/*uimm5*/ _1, /*unsigned long int*/ _2, /*simm12*/ _3) \ argument 132 __csrwr_w(unsigned,int,_1,ui14,_2) global() argument 135 __csrxchg_w(unsigned,int,_1,unsigned,int,_2,ui14,_3) global() argument 143 __csrwr_d(unsigned,long,int,_1,ui14,_2) global() argument 147 __csrxchg_d(unsigned,long,int,_1,unsigned,long,int,_2,ui14,_3) global() argument [all...] |
/llvm-project/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/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/llvm/include/llvm/IR/ |
H A D | User.h | 102 delete(void * Usr,unsigned) delete() argument 114 delete(void * Usr,unsigned,unsigned) delete() argument [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | Dialect.cpp | 43 verifyRegionArgAttribute(Operation *,unsigned,unsigned,NamedAttribute) verifyRegionArgAttribute() argument 52 verifyRegionResultAttribute(Operation *,unsigned,unsigned,NamedAttribute) verifyRegionResultAttribute() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-function-ptr-dereference.cpp | 37 invoke([](unsigned) {}); in instantiate() argument
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutor.h | 668 testImmPredicate_I64(unsigned,int64_t) testImmPredicate_I64() argument 672 testImmPredicate_APInt(unsigned,const APInt &) testImmPredicate_APInt() argument 676 testImmPredicate_APFloat(unsigned,const APFloat &) testImmPredicate_APFloat() argument 680 testMIPredicate_MI(unsigned,const MachineInstr &,const MatcherState & State) testMIPredicate_MI() argument 686 testSimplePredicate(unsigned) testSimplePredicate() argument 690 runCustomAction(unsigned,const MatcherState & State,NewMIVector & OutMIs) runCustomAction() argument [all...] |
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 205 RetCC_SystemZ_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) RetCC_SystemZ_Error() argument 211 CC_SystemZ_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) CC_SystemZ_Error() argument 216 CC_SystemZ_GHC_Error(unsigned &,MVT &,MVT &,CCValAssign::LocInfo &,ISD::ArgFlagsTy &,CCState &) CC_SystemZ_GHC_Error() argument [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 533 checkNumberingAndReplaceCommutative(const DenseMap<Value *,unsigned> & SourceValueToNumberMapping,DenseMap<unsigned,DenseSet<unsigned>> & CurrentSrcTgtNumberMapping,ArrayRef<Value * > & SourceOperands,DenseSet<unsigned> & TargetValueNumbers) checkNumberingAndReplaceCommutative() argument 609 checkNumberingAndReplace(DenseMap<unsigned,DenseSet<unsigned>> & CurrentSrcTgtNumberMapping,unsigned SourceArgVal,unsigned TargetArgVal) checkNumberingAndReplace() argument 723 compareAssignmentMapping(const unsigned InstValA,const unsigned & InstValB,DenseMap<unsigned,DenseSet<unsigned>> & ValueNumberMappingA,DenseMap<unsigned,DenseSet<unsigned>> & ValueNumberMappingB) compareAssignmentMapping() argument 791 compareStructure(const IRSimilarityCandidate & A,const IRSimilarityCandidate & B,DenseMap<unsigned,DenseSet<unsigned>> & ValueNumberMappingA,DenseMap<unsigned,DenseSet<unsigned>> & ValueNumberMappingB) compareStructure() argument 1011 createCanonicalRelationFrom(IRSimilarityCandidate & SourceCand,DenseMap<unsigned,DenseSet<unsigned>> & ToSourceMapping,DenseMap<unsigned,DenseSet<unsigned>> & FromSourceMapping) createCanonicalRelationFrom() argument 1208 CheckLargerCands(IRSimilarityCandidate & CandA,IRSimilarityCandidate & CandB,DenseMap<unsigned,DenseSet<IRSimilarityCandidate * >> & IndexToIncludedCand,DenseMap<IRSimilarityCandidate *,unsigned> & CandToGroup) CheckLargerCands() argument 1281 findCandidateStructures(std::vector<IRSimilarityCandidate> & CandsForRepSubstring,DenseMap<unsigned,SimilarityGroup> & StructuralGroups,DenseMap<unsigned,DenseSet<IRSimilarityCandidate * >> & IndexToIncludedCand,DenseMap<IRSimilarityCandidate *,unsigned> & CandToOverallGroup) findCandidateStructures() argument [all...] |