HomeSort by relevance Sort by last modified time
    Searched full:elementregion (Results 26 - 50 of 67) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 982 class ElementRegion;
986 friend class ElementRegion;
1004 class ElementRegion : public TypedValueRegion {
1010 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 982 class ElementRegion;
986 friend class ElementRegion;
1004 class ElementRegion : public TypedValueRegion {
1010 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 982 class ElementRegion;
986 friend class ElementRegion;
1004 class ElementRegion : public TypedValueRegion {
1010 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 982 class ElementRegion;
986 friend class ElementRegion;
1004 class ElementRegion : public TypedValueRegion {
1010 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 982 class ElementRegion;
986 friend class ElementRegion;
1004 class ElementRegion : public TypedValueRegion {
1010 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 500 SVal getBindingForElement(RegionBindingsConstRef B, const ElementRegion *R);
    [all...]
SimpleSValBuilder.cpp 770 const ElementRegion *RightER = dyn_cast<ElementRegion>(RightMR);
771 const ElementRegion *LeftER = dyn_cast<ElementRegion>(LeftMR);
    [all...]
ExprEngineCXX.cpp 334 bool IsArray = isa<ElementRegion>(Target);
493 const ElementRegion *EleReg =
ProgramState.cpp 710 if (const ElementRegion *ER = dyn_cast<ElementRegion>(Reg))
SymbolManager.cpp 400 if (auto ER = dyn_cast<ElementRegion>(SR)) {
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 160 std::string VisitElementRegion(const ElementRegion *R) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 168 std::string VisitElementRegion(const ElementRegion *R) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 168 std::string VisitElementRegion(const ElementRegion *R) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 168 std::string VisitElementRegion(const ElementRegion *R) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 168 std::string VisitElementRegion(const ElementRegion *R) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 168 std::string VisitElementRegion(const ElementRegion *R) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 168 std::string VisitElementRegion(const ElementRegion *R) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 168 std::string VisitElementRegion(const ElementRegion *R) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 168 std::string VisitElementRegion(const ElementRegion *R) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 253 IndexedRegion elementRegion = getRegion(element);
255 (mOriginalSelectionStart <= elementRegion.getStartOffset() &&
256 mOriginalSelectionEnd >= elementRegion.getEndOffset());
VisualRefactoring.java     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 const ElementRegion *GetElementZeroRegion(const MemRegion *R, QualType T);
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 129 Region = Region->getAs<ElementRegion>()->getSuperRegion();
CStringChecker.cpp 288 const ElementRegion *ER = dyn_cast<ElementRegion>(R);
    [all...]
  /external/clang/test/Analysis/
ptr-arith.c 20 // The ElementRegion's type depends on the array region's rvalue type. If it was

Completed in 3899 milliseconds

12 3