Home
last modified time | relevance | path

Searched refs:HasOMPDeclareReductionCombiner (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h133 bool HasOMPDeclareReductionCombiner : 1; variable
392 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
451 HasOMPDeclareReductionCombiner = true; in setHasOMPDeclareReductionCombiner()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp30 HasOMPDeclareReductionCombiner = false; in Clear()
H A DSemaExpr.cpp347 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()