HomeSort by relevance Sort by last modified time
    Searched full:compoundliteralexpr (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/SemaCXX/
compound-literal.cpp 40 // CHECK: CompoundLiteralExpr {{.*}} 'struct brace_initializers::POD'
47 // CHECK-NEXT: CompoundLiteralExpr {{.*}} 'struct brace_initializers::HasDtor'
55 // CHECK-CXX11: CompoundLiteralExpr {{.*}} 'struct brace_initializers::HasCtor'
62 // CHECK-CXX11-NEXT: CompoundLiteralExpr {{.*}} 'struct brace_initializers::HasCtorDtor'
  /external/clang/test/CodeGenCXX/
mangle-fail.cpp 13 // CompoundLiteralExpr
  /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/test/Analysis/inlining/
inline-defensive-checks.m 20 // within CompoundLiteralExpr.
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 127 if (const CompoundLiteralExpr *CE = dyn_cast<CompoundLiteralExpr>(ArgE))
StackAddrEscapeChecker.cpp 55 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 278 `-CompoundLiteralExpr 0x99575648 'struct rs_allocation [3]' lvalue
319 clang::CompoundLiteralExpr* CLE = new (mASTCtxt) clang::CompoundLiteralExpr(
  /external/clang/include/clang/Basic/
StmtNodes.td 81 def CompoundLiteralExpr : DStmt<Expr>;
  /external/clang/test/Index/
annotate-tokens.c 92 // CHECK: Punctuation: "(" [7:16 - 7:17] CompoundLiteralExpr=
93 // CHECK: Keyword: "struct" [7:17 - 7:23] CompoundLiteralExpr=
95 // CHECK: Punctuation: ")" [7:25 - 7:26] CompoundLiteralExpr=
  /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 281 Loc getLValue(const CompoundLiteralExpr *literal,
698 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal,
ExprEngine.h 362 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 120 REGISTER_MATCHER(compoundLiteralExpr);
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 634 llvm::Constant *VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CGExprComplex.cpp 148 // FIXME: CompoundLiteralExpr
287 ComplexPairTy VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
CGExprAgg.cpp 141 void VisitCompoundLiteralExpr(CompoundLiteralExpr *E);
546 AggExprEmitter::VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 544 VISIT(CompoundLiteralExpr);
605 IGNORE_EXPR(CompoundLiteralExpr);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 296 const CompoundLiteralExpr *CL,
889 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
    [all...]
ExprEngineC.cpp 432 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
Expr.cpp     [all...]
StmtProfile.cpp 730 void StmtProfiler::VisitCompoundLiteralExpr(const CompoundLiteralExpr *S) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h     [all...]

Completed in 1706 milliseconds

1 2