HomeSort by relevance Sort by last modified time
    Searched defs:CodeTextRegion (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
228 /// \brief The region of the static variables within the current CodeTextRegion
236 const CodeTextRegion *CR;
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
246 const CodeTextRegion *getCodeRegion() const { return CR; }
526 class CodeTextRegion : public TypedRegion {
530 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {}
541 class FunctionCodeRegion : public CodeTextRegion {
545 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
586 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
228 /// \brief The region of the static variables within the current CodeTextRegion
236 const CodeTextRegion *CR;
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
246 const CodeTextRegion *getCodeRegion() const { return CR; }
526 class CodeTextRegion : public TypedRegion {
530 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {}
541 class FunctionCodeRegion : public CodeTextRegion {
545 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
586 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
228 /// \brief The region of the static variables within the current CodeTextRegion
236 const CodeTextRegion *CR;
238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
246 const CodeTextRegion *getCodeRegion() const { return CR; }
526 class CodeTextRegion : public TypedRegion {
530 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {}
541 class FunctionCodeRegion : public CodeTextRegion {
545 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
586 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 39 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
252 const CodeTextRegion *getCodeRegion() const { return CR; }
545 class CodeTextRegion : public TypedRegion {
549 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) {
563 class FunctionCodeRegion : public CodeTextRegion {
569 : CodeTextRegion(sreg, FunctionCodeRegionKind), FD(fd) {
611 class BlockCodeRegion : public CodeTextRegion {
    [all...]

Completed in 752 milliseconds