HomeSort by: relevance | last modified time | path
    Searched refs:FieldLoc (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GTestChecker.cpp 261 Optional<Loc> FieldLoc =
263 if (!FieldLoc.hasValue())
266 return State->getSVal(*FieldLoc);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 1007 SVal FieldLoc = State->getLValue(FieldForCapture, V);
1022 State = State->bindLoc(FieldLoc, InitVal, LocCtxt);
ExprEngine.cpp 835 SVal FieldLoc;
852 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
855 FieldLoc = State->getLValue(BMI->getMember(), thisVal);
882 PostInitializer PP(BMI, FieldLoc.getAsRegion(), stackFrame);
883 evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP);
893 PostInitializer PP(BMI, FieldLoc.getAsRegion(), stackFrame);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 1689 LValue FieldLoc = CGF.EmitLValueForFieldInitialization(DestLV, Field);
1692 EmitInitializationToLValue(E->getInit(0), FieldLoc);
1695 EmitNullInitializationToLValue(FieldLoc);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1217 SourceLocation FieldLoc = readSourceLocation();
1219 FieldLoc));
1227 SourceLocation FieldLoc = readSourceLocation();
1228 Designators.push_back(Designator(Name, DotLoc, FieldLoc));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 5002 SourceLocation FieldLoc;
5046 SourceLocation FieldLoc)
5051 Field.FieldLoc = FieldLoc;
5102 return Field.FieldLoc;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 16549 ExprResult Sema::VerifyBitField(SourceLocation FieldLoc,
16565 if (RequireCompleteSizedType(FieldLoc, FieldTy,
16569 return Diag(FieldLoc, diag::err_not_integral_type_bitfield)
16571 return Diag(FieldLoc, diag::err_not_integral_type_anon_bitfield)
16593 return Diag(FieldLoc, diag::err_bitfield_has_zero_width) << FieldName;
16597 return Diag(FieldLoc, diag::err_bitfield_has_negative_width)
16599 return Diag(FieldLoc, diag::err_anon_bitfield_has_negative_width)
16606 return Diag(FieldLoc, diag::err_bitfield_too_wide)
16626 return Diag(FieldLoc, diag::err_bitfield_width_exceeds_type_width)
16630 return Diag(FieldLoc, diag::err_anon_bitfield_width_exceeds_type_width
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 4294 StartLoc = GNUSyntax ? First.Field.FieldLoc : First.Field.DotLoc;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11934 ExprResult VerifyBitField(SourceLocation FieldLoc, IdentifierInfo *FieldName,

Completed in 48 milliseconds