Searched defs:IntParamRef (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/test/SemaOpenACC/ |
H A D | compute-construct-no_create-clause.cpp | 12 …int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses()
|
H A D | compute-construct-copy-clause.cpp | 12 …int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses()
|
H A D | compute-construct-present-clause.cpp | 12 …int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses()
|
H A D | compute-construct-copyin-clause.cpp | 12 …int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses()
|
H A D | compute-construct-copyout-clause.cpp | 12 …int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses()
|
H A D | compute-construct-create-clause.cpp | 12 …int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses()
|
H A D | compute-construct-firstprivate-clause.cpp | 12 void uses(int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses() argument
|
H A D | compute-construct-private-clause.cpp | 18 …int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses()
|
H A D | loop-construct-private-clause.cpp | 18 void uses(int IntParam, char *PointerParam, float ArrayParam[5], Complete CompositeParam, int &IntParamRef) { in uses() argument
|