HomeSort by: relevance | last modified time | path
    Searched refs:OMPLoopArguments (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 3615 struct OMPLoopArguments {
3638 OMPLoopArguments() = default;
3639 OMPLoopArguments(Address LB, Address UB, Address ST, Address IL,
3650 const OMPLoopArguments &LoopArgs,
3656 const OMPLoopArguments &LoopArgs,
3661 const OMPLoopArguments &LoopArgs,
CGStmtOpenMP.cpp 2587 const CodeGenFunction::OMPLoopArguments &LoopArgs,
2703 const OMPLoopArguments &LoopArgs,
2796 OMPLoopArguments OuterLoopArgs(LoopArgs.LB, LoopArgs.UB, LoopArgs.ST,
2812 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs,
2842 OMPLoopArguments OuterLoopArgs;
3241 const OMPLoopArguments LoopArguments(
5228 const OMPLoopArguments LoopArguments = {

Completed in 33 milliseconds