Lines Matching refs:fail_value
279 const ExecutionContext *exe_ctx, uint32_t idx, bool fail_value) const { in GetPropertyAtIndexAsBoolean()
284 return value->GetBooleanValue(fail_value); in GetPropertyAtIndexAsBoolean()
286 return fail_value; in GetPropertyAtIndexAsBoolean()
312 const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value) const { in GetPropertyAtIndexAsEnumeration()
317 return value->GetEnumerationValue(fail_value); in GetPropertyAtIndexAsEnumeration()
319 return fail_value; in GetPropertyAtIndexAsEnumeration()
404 const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value) const { in GetPropertyAtIndexAsSInt64()
409 return value->GetSInt64Value(fail_value); in GetPropertyAtIndexAsSInt64()
411 return fail_value; in GetPropertyAtIndexAsSInt64()
427 llvm::StringRef fail_value) const { in GetPropertyAtIndexAsString()
432 return value->GetStringValue(fail_value); in GetPropertyAtIndexAsString()
434 return fail_value; in GetPropertyAtIndexAsString()
457 const ExecutionContext *exe_ctx, uint32_t idx, uint64_t fail_value) const { in GetPropertyAtIndexAsUInt64()
462 return value->GetUInt64Value(fail_value); in GetPropertyAtIndexAsUInt64()
464 return fail_value; in GetPropertyAtIndexAsUInt64()