Home
last modified time | relevance | path

Searched refs:getUInt32 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/FixIt/
Dformat-darwin.m33 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/
DSPIRVMDBuilder.h72 V.push_back(ConstantAsMetadata::get(getUInt32(&B.M, I))); in add()
DSPIRVInternal.h736 ConstantInt *getUInt32(Module *M, unsigned value);
DSPIRVUtil.cpp852 getUInt32(Module *M, unsigned value) { in getUInt32() function
DOCL20ToSPIRV.cpp1131 return ExtractElementInst::Create(NCI, getUInt32(M, I), "", in visitCallGetImageSize()