Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
DBitCodes.h98 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
109 explicit BitCodeAbbrevOp(uint64_t V) : Val(V), IsLiteral(true) {} in BitCodeAbbrevOp()
111 : Val(Data), IsLiteral(false), Enc(E) {} in Val()
113 bool isLiteral() const { return IsLiteral; } in isLiteral()
114 bool isEncoding() const { return !IsLiteral; } in isEncoding()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp357 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local
358 if (IsLiteral) { in ReadAbbrevRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DYAMLParser.cpp472 bool scanBlockScalar(bool IsLiteral);
1657 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar() argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTokenKinds.def494 TYPE_TRAIT_1(__is_literal, IsLiteral, KEYCXX)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp12103 const bool IsLiteral = in DiagnoseFloatingImpCast() local
12146 if (IsLiteral) return; in DiagnoseFloatingImpCast()
12156 IsLiteral ? diag::warn_impcast_literal_float_to_integer_out_of_range in DiagnoseFloatingImpCast()
12161 if (IsLiteral) { in DiagnoseFloatingImpCast()