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 127 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 812 const CompoundLiteralExpr *CL;
814 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
818 const CompoundLiteralExpr *CL,
831 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
    [all...]
Store.h 91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL,
ProgramState.h 282 Loc getLValue(const CompoundLiteralExpr *literal,
699 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
ExprEngine.h 369 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 640 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CGExprAgg.cpp 141 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
547 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CodeGenModule.h 805 ConstantAddress GetAddrOfConstantCompoundLiteral(const CompoundLiteralExpr*E);
    [all...]
CGExprComplex.cpp 148 // FIXME: CompoundLiteralExpr
287 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CGExpr.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 576 VISIT(CompoundLiteralExpr);
637 IGNORE_EXPR(CompoundLiteralExpr);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 292 const CompoundLiteralExpr *CL,
945 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
    [all...]
ExprEngineC.cpp 443 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
StmtProfile.cpp 846 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) {
    [all...]
ASTImporter.cpp 233 Expr *VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 732 void ASTStmtReader::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]

Completed in 1386 milliseconds

1 2