Searched refs:setDefaultProperties (Results 1 – 4 of 4) sorted by relevance
182 void setDefaultProperties(Record *R, std::vector<Record *> DefaultProperties);
805 setDefaultProperties(R, DefaultProperties); in CodeGenIntrinsic()814 void CodeGenIntrinsic::setDefaultProperties( in setDefaultProperties() function in CodeGenIntrinsic
162 FT_Set_Default_PropertiesProc setDefaultProperties; in FreeTypeLibrary() local163 *(void**)(&setDefaultProperties) = dlsym(self, "FT_Set_Default_Properties"); in FreeTypeLibrary()166 if (setDefaultProperties) { in FreeTypeLibrary()167 setDefaultProperties(fLibrary); in FreeTypeLibrary()
177 FT_Set_Default_PropertiesProc setDefaultProperties; in FreeTypeLibrary() local178 *(void**)(&setDefaultProperties) = dlsym(self, "FT_Set_Default_Properties"); in FreeTypeLibrary()181 if (setDefaultProperties) { in FreeTypeLibrary()182 setDefaultProperties(fLibrary); in FreeTypeLibrary()