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;
675 case Cl::CM_Untested: llvm_unreachable("Did not test modifiability");
  /external/clang/include/clang/AST/
Expr.h 317 CM_Untested, // testModifiable was false.
344 assert(Modifiable != CM_Untested && "Did not test for modifiability.");
    [all...]

Completed in 56 milliseconds