Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.h61 void InitID();
Dcpdf_creator.cpp589 InitID(); in Create()
593 void CPDF_Creator::InitID() { in InitID() function in CPDF_Creator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3164 if (unsigned InitID = Record[2]) in parseGlobalVarRecord() local
3165 GlobalInits.push_back(std::make_pair(NewGV, InitID - 1)); in parseGlobalVarRecord()
/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()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3227 if (unsigned InitID = Record[2]) in parseGlobalVarRecord() local
3228 GlobalInits.push_back(std::make_pair(NewGV, InitID - 1)); in parseGlobalVarRecord()