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

Completed in 84 milliseconds