Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h231 void setCombinerData(Expr *InE, Expr *OutE) { in setCombinerData() argument
232 In = InE; in setCombinerData()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21442 Expr *InE = in ActOnOpenMPDeclareReductionCombinerStart() local
21446 DRD->setCombinerData(InE, OutE); in ActOnOpenMPDeclareReductionCombinerStart()