Searched refs:getUInt32 (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/FixIt/ |
D | format-darwin.m | 33 UInt32 getUInt32(); function 40 …printf("%s", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as form… 105 …printf("%lu", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as for… 150 printf("%u", getUInt32()); // no-warning 160 …printf("%u", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as form… 184 printf("%lu", getUInt32()); // no-warning
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVMDBuilder.h | 72 V.push_back(ConstantAsMetadata::get(getUInt32(&B.M, I))); in add()
|
D | SPIRVInternal.h | 736 ConstantInt *getUInt32(Module *M, unsigned value);
|
D | SPIRVUtil.cpp | 852 getUInt32(Module *M, unsigned value) { in getUInt32() function
|
D | OCL20ToSPIRV.cpp | 1131 return ExtractElementInst::Create(NCI, getUInt32(M, I), "", in visitCallGetImageSize()
|