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 126 if (const CompoundLiteralExpr *CE = dyn_cast<CompoundLiteralExpr>(ArgE))
  /external/clang/unittests/AST/
SourceLocationTest.cpp 169 TEST(CompoundLiteralExpr, CompoundVectorLiteralRange) {
170 RangeVerifier<CompoundLiteralExpr> Verifier;
174 "int2 i2 = (int2){1, 2};", compoundLiteralExpr()));
177 TEST(CompoundLiteralExpr, ParensCompoundVectorLiteralRange) {
178 RangeVerifier<CompoundLiteralExpr> Verifier;
183 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,
ProgramState.h 260 Loc getLValue(const CompoundLiteralExpr *literal,
664 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
ExprEngine.h 358 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 616 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
911 CompoundLiteralExpr *CLE = cast<CompoundLiteralExpr>(E);
    [all...]
CGExprAgg.cpp 140 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
540 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CodeGenModule.h 816 llvm::Constant *GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
    [all...]
CGExprComplex.cpp 148 // FIXME: CompoundLiteralExpr
285 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CGExpr.cpp     [all...]
CodeGenFunction.h     [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/v8/tools/gcmole/
gcmole.cc 544 VISIT(CompoundLiteralExpr);
605 IGNORE_EXPR(CompoundLiteralExpr);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
StmtProfile.cpp 641 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) {
    [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 698 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]

Completed in 524 milliseconds

1 2