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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 55 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
NonNullParamChecker.cpp 113 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 349 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
ProgramState.h 259 Loc getLValue(const CompoundLiteralExpr *literal,
663 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 595 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
884 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E);
    [all...]
CGExprAgg.cpp 135 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
535 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CodeGenModule.h 779 llvm::Constant *GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
    [all...]
CGExprComplex.cpp 143 // FIXME: CompoundLiteralExpr
277 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,
886 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
    [all...]
ExprEngineC.cpp 410 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtProfile.cpp 503 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) {
    [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 697 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]

Completed in 1318 milliseconds

1 2