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

  /external/clang/lib/Sema/
SemaChecking.cpp 723 unsigned ICEArguments = 0;
725 Context.GetBuiltinType(BuiltinID, Error, &ICEArguments);
727 ICEArguments = 0; // Don't diagnose previously diagnosed errors.
730 for (unsigned ArgNo = 0; ICEArguments != 0; ++ArgNo) {
732 if ((ICEArguments & (1 << ArgNo)) == 0) continue;
737 ICEArguments &= ~(1 << ArgNo);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 105 milliseconds