Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitstream/
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()
/openbsd/src/gnu/llvm/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp373 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local
374 if (IsLiteral) { in ReadAbbrevRecord()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DYAMLParser.cpp474 bool scanBlockScalar(bool IsLiteral);
1697 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar() argument
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTokenKinds.def501 TYPE_TRAIT_1(__is_literal, IsLiteral, KEYCXX)
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp13473 const bool IsLiteral = in DiagnoseFloatingImpCast() local
13516 if (IsLiteral) return; in DiagnoseFloatingImpCast()
13526 IsLiteral ? diag::warn_impcast_literal_float_to_integer_out_of_range in DiagnoseFloatingImpCast()
13531 if (IsLiteral) { in DiagnoseFloatingImpCast()