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

  /external/clang/lib/AST/
ExprClassification.cpp 66 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void);
74 case Cl::CL_Void:
599 case Cl::CL_Void: return LV_InvalidExpression;
619 case Cl::CL_Void: return MLV_InvalidExpression;
  /external/clang/include/clang/AST/
Expr.h 258 CL_Void, // Void cannot be an lvalue in C.
    [all...]

Completed in 29 milliseconds