Home
last modified time | relevance | path

Searched refs:IsLiteral (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h35 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
50 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()
/freebsd/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp373 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local
374 if (IsLiteral) { in ReadAbbrevRecord()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp478 bool scanBlockScalar(bool IsLiteral);
1716 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()
1697 scanBlockScalar(bool IsLiteral) scanBlockScalar() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def524 TYPE_TRAIT_1(__is_literal, IsLiteral, KEYCXX)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10421 const bool IsLiteral = in DiagnoseFloatingImpCast() local
10462 if (IsLiteral) return; in DiagnoseFloatingImpCast()
10472 IsLiteral ? diag::warn_impcast_literal_float_to_integer_out_of_range in DiagnoseFloatingImpCast()
10477 if (IsLiteral) { in DiagnoseFloatingImpCast()