Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h129 bool HasOMPDeclareReductionCombiner : 1; variable
378 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
436 HasOMPDeclareReductionCombiner = true; in setHasOMPDeclareReductionCombiner()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp30 HasOMPDeclareReductionCombiner = false; in Clear()
H A DSemaExpr.cpp339 << getCurFunction()->HasOMPDeclareReductionCombiner; in DiagnoseUseOfDecl()