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

Completed in 40 milliseconds