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

  /external/clang/lib/CodeGen/
CGExprConstant.cpp 884 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E);
885 llvm::Constant* C = CGM.EmitConstantExpr(CLE->getInitializer(),
886 CLE->getType(), CGF);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 708 if (const CompoundLiteralExpr *CLE =
711 dyn_cast<InitListExpr>(CLE->getInitializer()))
    [all...]

Completed in 192 milliseconds