Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclOpenMP.h164 void setCombinerData(Expr *InE, Expr *OutE) { in setCombinerData() argument
165 In = InE; in setCombinerData()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13288 Expr *InE = in ActOnOpenMPDeclareReductionCombinerStart() local
13292 DRD->setCombinerData(InE, OutE); in ActOnOpenMPDeclareReductionCombinerStart()