HomeSort by relevance Sort by last modified time
    Searched defs:IsByRef (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaOpenMP.cpp 752 bool IsByRef = true;
819 IsByRef = !Ty->isScalarType();
826 if (!IsByRef &&
830 IsByRef = true;
832 return IsByRef;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]

Completed in 82 milliseconds