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

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6522 Record.writeBool(M.isNonContiguous());
6552 Record.writeBool(M.isNonContiguous());
  /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/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...]

Completed in 53 milliseconds