Searched refs:IsLiteral (Results 1 – 5 of 5) sorted by relevance
35 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable50 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} in BitCodeAbbrevOp()52 : Val(Data), IsLiteral(false), Enc(E) {} in Val()54 bool isLiteral() const { return IsLiteral; } in isLiteral()55 bool isEncoding() const { return !IsLiteral; } in isEncoding()
373 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local374 if (IsLiteral) { in ReadAbbrevRecord()
474 bool scanBlockScalar(bool IsLiteral);1697 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar() argument
501 TYPE_TRAIT_1(__is_literal, IsLiteral, KEYCXX)
13473 const bool IsLiteral = in DiagnoseFloatingImpCast() local13516 if (IsLiteral) return; in DiagnoseFloatingImpCast()13526 IsLiteral ? diag::warn_impcast_literal_float_to_integer_out_of_range in DiagnoseFloatingImpCast()13531 if (IsLiteral) { in DiagnoseFloatingImpCast()