HomeSort by relevance Sort by last modified time
    Searched refs:CompoundLiteralExpr (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 55 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
NonNullParamChecker.cpp 104 if (const CompoundLiteralExpr *CE = dyn_cast<CompoundLiteralExpr>(ArgE))
  /external/clang/unittests/AST/
SourceLocationTest.cpp 125 TEST(CompoundLiteralExpr, CompoundVectorLiteralRange) {
126 RangeVerifier<CompoundLiteralExpr> Verifier;
130 "int2 i2 = (int2){1, 2};", compoundLiteralExpr()));
133 TEST(CompoundLiteralExpr, ParensCompoundVectorLiteralRange) {
134 RangeVerifier<CompoundLiteralExpr> Verifier;
139 compoundLiteralExpr(), Lang_OpenCL));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 816 const CompoundLiteralExpr *CL;
818 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
822 const CompoundLiteralExpr *CL,
835 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
    [all...]
Store.h 91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL,
ExprEngine.h 345 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
ProgramState.h 260 Loc getLValue(const CompoundLiteralExpr *literal,
664 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 616 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
899 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E);
    [all...]
CGExprAgg.cpp 135 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
518 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CodeGenModule.h 734 llvm::Constant *GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
    [all...]
CGExprComplex.cpp 142 // FIXME: CompoundLiteralExpr
276 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 549 VISIT(CompoundLiteralExpr);
611 IGNORE_EXPR(CompoundLiteralExpr);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 296 const CompoundLiteralExpr *CL,
874 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
    [all...]
ExprEngineC.cpp 401 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 549 VISIT(CompoundLiteralExpr);
612 IGNORE_EXPR(CompoundLiteralExpr);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtProfile.cpp 399 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) {
    [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1106 CompoundLiteralExpr> compoundLiteralExpr;
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 699 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]

Completed in 101 milliseconds

1 2