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 110 unsigned ICEArguments = 0;
112 Context.GetBuiltinType(BuiltinID, Error, &ICEArguments);
114 ICEArguments = 0; // Don't diagnose previously diagnosed errors.
117 for (unsigned ArgNo = 0; ICEArguments != 0; ++ArgNo) {
119 if ((ICEArguments & (1 << ArgNo)) == 0) continue;
124 ICEArguments &= ~(1 << ArgNo);
    [all...]

Completed in 775 milliseconds