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

  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 87 unsigned ICEArguments = 0;
89 Context.GetBuiltinType(BuiltinID, Error, &ICEArguments);
91 ICEArguments = 0; // Don't diagnose previously diagnosed errors.
94 for (unsigned ArgNo = 0; ICEArguments != 0; ++ArgNo) {
96 if ((ICEArguments & (1 << ArgNo)) == 0) continue;
101 ICEArguments &= ~(1 << ArgNo);
    [all...]

Completed in 30 milliseconds