reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Bitcode/Reader/BitcodeReader.cpp
  762   SyncScope::ID getDecodedSyncScopeID(unsigned Val);

References

lib/Bitcode/Reader/BitcodeReader.cpp
 4827       SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]);
 4880       SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]);
 4920       SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 2]);
 4968       SyncScope::ID SSID = getDecodedSyncScopeID(Record[OpNum + 3]);
 4983       SyncScope::ID SSID = getDecodedSyncScopeID(Record[1]);