• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/llvmCore-3425.0.33/bindings/python/llvm/

Lines Matching refs:expired

58     # This is NOT OK. You perform a lookup after the object has expired.
61 print symbol.name # This raises because the object has expired.
188 self.expired = False
196 if self.expired:
197 raise Exception('Section instance has expired.')
204 if self.expired:
205 raise Exception('Section instance has expired.')
211 if self.expired:
212 raise Exception('Section instance has expired.')
219 if self.expired:
220 raise Exception('Section instance has expired.')
226 if self.expired:
227 raise Exception('Section instance has expired.')
240 if self.expired:
241 raise Exception('Section instance has expired.')
280 self.expired = True
290 self.expired = False
300 if self.expired:
301 raise Exception('Symbol instance has expired.')
308 if self.expired:
309 raise Exception('Symbol instance has expired.')
316 if self.expired:
317 raise Exception('Symbol instance has expired.')
324 if self.expired:
325 raise Exception('Symbol instance has expired.')
352 """Mark the object as expired to prevent future API accesses.
357 self.expired = True
373 self.expired = False
378 if self.expired:
379 raise Exception('Relocation instance has expired.')
386 if self.expired:
387 raise Exception('Relocation instance has expired.')
394 if self.expired:
395 raise Exception('Relocation instance has expired.')
403 if self.expired:
404 raise Exception('Relocation instance has expired.')
411 if self.expired:
412 raise Exception('Relocation instance has expired.')
418 if self.expired:
419 raise Exception('Relocation instance has expired.')
425 self.expired = True