Searched defs:mangling (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/script_api/
H A DGenerateStubsWhiteList.cpp111 * purposes of mangling, although the parameter itself is not determined to be
152 /* Search the table of translations for the built-ins for the mangling that
185 * The mangling will be returned in full form in 'mangling'. 'compressedMangling'
191 * of the Itanium mangling used by llvm.
198 string* mangling, string* compressedMangling) {
199 string delta; // The part of the mangling we're generating for this recursion.
251 *mangling = delta;
263 *mangling = delta + rest;
274 // See if we've encountered this mangling befor
197 mangleType(string vectorSize, list<string>* tokens, vector<string>* previousManglings, string* mangling, string* compressedMangling) argument
312 string mangling, compressedMangling; local
330 string mangling; local
[all...]

Completed in 7 milliseconds