Home
last modified time | relevance | path

Searched refs:IsPure (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3651 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
3652 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp898 if (OpenCLBuiltin.IsPure) in InsertOCLBuiltinDeclarationsFromTable()
H A DOpenCLBuiltins.td322 bit IsPure = _Attributes[0];
H A DSemaDecl.cpp11768 bool IsPure = NewFD->hasAttr<PureAttr>(); in CheckConstPureAttributesUsage() local
11772 if (!IsPure && !IsConst) in CheckConstPureAttributesUsage()
11779 if (IsPure && IsConst) { in CheckConstPureAttributesUsage()