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

  /external/clang/lib/AST/
ExprClassification.cpp 70 Cl::ModifiableType modifiable = Cl::CM_Untested;
667 case Cl::CM_Untested: llvm_unreachable("Did not test modifiability");
  /external/clang/include/clang/AST/
Expr.h 320 CM_Untested, // testModifiable was false.
346 assert(Modifiable != CM_Untested && "Did not test for modifiability.");
    [all...]

Completed in 195 milliseconds