Home
last modified time | relevance | path

Searched refs:InitID (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.h51 void InitID(bool bDefault = true);
Dfpdf_edit_create.cpp1896 InitID(); in Create()
1902 void CPDF_Creator::InitID(bool bDefault) { in InitID() function in CPDF_Creator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1741 if (unsigned InitID = Record[2]) in ParseModule() local
1742 GlobalInits.push_back(std::make_pair(NewGV, InitID-1)); in ParseModule()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3849 if (unsigned InitID = Record[2]) in parseModule() local
3850 GlobalInits.push_back(std::make_pair(NewGV, InitID-1)); in parseModule()