Home
last modified time | relevance | path

Searched refs:evaluateValueImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2548 return evaluateValueImpl(Notes, hasConstantInitialization()); in evaluateValue()
2551 APValue *VarDecl::evaluateValueImpl(SmallVectorImpl<PartialDiagnosticAt> &Notes, in evaluateValueImpl() function in VarDecl
2643 evaluateValueImpl(Notes, true) && Notes.empty(); in checkForConstantInitialization()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1393 APValue *evaluateValueImpl(SmallVectorImpl<PartialDiagnosticAt> &Notes,