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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 7155 bool IsNonContiguous = false;
7349 bool AddPtrFlag, bool AddIsTargetParamFlag, bool IsNonContiguous) const {
7390 if (IsNonContiguous)
7716 bool IsNonContiguous = CombinedInfo.NonContigInfo.IsNonContiguous;
7751 !IsNonContiguous &&
7780 bool IsNonDerefPointer = IsPointer && !UO && !BO && !IsNonContiguous;
7875 /*AddIsTargetParamFlag=*/false, IsNonContiguous);
7911 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSize
7925 CombinedInfo.NonContigInfo.Dims.push_back(IsNonContiguous ? DimSiz
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 18209 bool IsNonContiguous = false;
18239 Components.emplace_back(DRE, DRE->getDecl(), IsNonContiguous);
18311 Components.emplace_back(ME, FD, IsNonContiguous);
18349 Components.emplace_back(AE, nullptr, IsNonContiguous);
18394 IsNonContiguous = true;
18432 Components.emplace_back(OASE, nullptr, /*IsNonContiguous=*/false);
18439 Components.emplace_back(E, nullptr, IsNonContiguous);
18452 Components.emplace_back(UO, nullptr, /*IsNonContiguous=*/false);
18479 Components.emplace_back(CTE, nullptr, IsNonContiguous);
18484 Components.emplace_back(COCE, nullptr, IsNonContiguous);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 4849 bool IsNonContiguous)
4851 IsNonContiguous),
4861 bool isNonContiguous() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 12556 /*IsNonContiguous=*/false);
12677 bool IsNonContiguous = Record.readBool();
12679 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous);
12733 bool IsNonContiguous = Record.readBool();
12735 Components.emplace_back(AssociatedExprPr, AssociatedDecl, IsNonContiguous);
12785 /*IsNonContiguous=*/false);
12827 /*IsNonContiguous*/ false);
12870 /*IsNonContiguous=*/false);

Completed in 80 milliseconds