Searched refs:CSK (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 233 CheckSubobjectKind CSK) { in CheckNull() argument 237 S.FFDiag(Loc, diag::note_constexpr_null_subobject) << CSK; in CheckNull() 251 CheckSubobjectKind CSK) { in CheckRange() argument 255 S.FFDiag(Loc, diag::note_constexpr_past_end_subobject) << CSK; in CheckRange()
|
| H A D | Interp.h | 58 CheckSubobjectKind CSK); 66 CheckSubobjectKind CSK);
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Overload.h | 1092 OverloadCandidateSet(SourceLocation Loc, CandidateSetKind CSK, 1094 : Loc(Loc), Kind(CSK), RewriteInfo(RewriteInfo) {} in Loc() 1122 void clear(CandidateSetKind CSK);
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1002 void OverloadCandidateSet::clear(CandidateSetKind CSK) { in clear() argument 1008 Kind = CSK; in clear() 11671 OverloadCandidateSet::CandidateSetKind CSK; member 11675 OverloadCandidateSet::CandidateSetKind CSK) in CompareOverloadCandidatesForDisplay() 11676 : S(S), NumArgs(NArgs), CSK(CSK) {} in CompareOverloadCandidatesForDisplay() 11707 if (isBetterOverloadCandidate(S, *L, *R, SourceLocation(), CSK)) in operator ()() 11709 if (isBetterOverloadCandidate(S, *R, *L, SourceLocation(), CSK)) in operator ()() 11821 OverloadCandidateSet::CandidateSetKind CSK) { in CompleteNonViableCandidate() argument 11869 if (CSK == OverloadCandidateSet::CSK_Operator && in CompleteNonViableCandidate() 13043 LookupResult &R, OverloadCandidateSet::CandidateSetKind CSK, in DiagnoseTwoPhaseLookup() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 380 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK); 1399 CheckSubobjectKind CSK) { in checkSubobject() argument 1404 << CSK; in checkSubobject() 1636 CheckSubobjectKind CSK) { in checkNullPointer() 1637 return checkNullPointerDiagnosingWith([&Info, E, CSK] { in checkNullPointer() 1638 Info.CCEDiag(E, diag::note_constexpr_null_subobject) << CSK; in checkNullPointer() 1651 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject() 1652 return (CSK == CSK_ArrayToPointer || checkNullPointer(Info, E, CSK)) && in checkSubobject() 1653 Designator.checkSubobject(Info, E, CSK); in checkSubobject()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Decl.h | 2370 void setConstexprKind(ConstexprSpecKind CSK) { in setConstexprKind() argument 2371 FunctionDeclBits.ConstexprKind = static_cast<uint64_t>(CSK); in setConstexprKind()
|