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()
478 bool scanBlockScalar(bool IsLiteral);1716 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar() 1697 scanBlockScalar(bool IsLiteral) scanBlockScalar() argument
524 TYPE_TRAIT_1(__is_literal, IsLiteral, KEYCXX)
10421 const bool IsLiteral = in DiagnoseFloatingImpCast() local10462 if (IsLiteral) return; in DiagnoseFloatingImpCast()10472 IsLiteral ? diag::warn_impcast_literal_float_to_integer_out_of_range in DiagnoseFloatingImpCast()10477 if (IsLiteral) { in DiagnoseFloatingImpCast()