Searched refs:pCodes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | InlineAsm.cpp | 74 ConstraintCodeVector *pCodes = &Codes; in Parse() local 80 pCodes = &multipleAlternatives[0].Codes; in Parse() 145 pCodes->push_back(StringRef(I, ConstraintEnd+1 - I)); in Parse() 152 pCodes->push_back(StringRef(NumStart, I - NumStart)); in Parse() 153 unsigned N = atoi(pCodes->back().c_str()); in Parse() 181 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 186 pCodes->push_back(StringRef(I+1, 2)); in Parse() 190 pCodes->push_back(StringRef(I, 1)); in Parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | InlineAsm.cpp | 69 ConstraintCodeVector *pCodes = &Codes; in Parse() local 75 pCodes = &multipleAlternatives[0].Codes; in Parse() 140 pCodes->push_back(StringRef(I, ConstraintEnd+1 - I)); in Parse() 147 pCodes->push_back(StringRef(NumStart, I - NumStart)); in Parse() 148 unsigned N = atoi(pCodes->back().c_str()); in Parse() 178 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 183 pCodes->push_back(StringRef(I+1, 2)); in Parse() 187 pCodes->push_back(StringRef(I, 1)); in Parse()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | InlineAsm.cpp | 84 ConstraintCodeVector *pCodes = &Codes; in Parse() local 90 pCodes = &multipleAlternatives[0].Codes; in Parse() 151 pCodes->push_back(std::string(I, ConstraintEnd+1)); in Parse() 158 pCodes->push_back(std::string(NumStart, I)); in Parse() 159 unsigned N = atoi(pCodes->back().c_str()); in Parse() 182 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 187 pCodes->push_back(std::string(I+1, I+3)); in Parse() 191 pCodes->push_back(std::string(I, I+1)); in Parse()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_fontencoding.cpp | 1639 uint32_t PDF_FindCode(const uint16_t* pCodes, uint16_t unicode) { in PDF_FindCode() argument 1641 if (pCodes[i] == unicode) in PDF_FindCode()
|