Home
last modified time | relevance | path

Searched defs:getRegion (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp79 [[nodiscard]] const MemRegion *getRegion(const CallEvent &Call, bool) const { getRegion() function in __anon47d7b2380111::FirstArgMutexDescriptor
89 [[nodiscard]] const MemRegion *getRegion(const CallEvent &Call, bool) const { getRegion() function in __anon47d7b2380111::MemberMutexDescriptor
129 [[nodiscard]] const MemRegion *getRegion(const CallEvent &Call, getRegion() function in __anon47d7b2380111::RAIIMutexDescriptor
236 static const MemRegion *getRegion(const CallEvent &Call, getRegion() function
/llvm-project/mlir/include/mlir/Reducer/
H A DReductionNode.h63 Region &getRegion() const { return *region; } in getRegion() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h53 const TypedValueRegion* getRegion() const { return R; } getRegion() function
150 const TypedValueRegion *getRegion() const { return R; } getRegion() function
189 const SubRegion *getRegion() const { return R; } getRegion() function
237 const MemRegion *getRegion() const { return R; } getRegion() function
H A DStore.h270 const MemRegion *getRegion() { return Binding; } getRegion() function
H A DBasicValueFactory.h77 const TypedValueRegion *getRegion() const { return region; } getRegion() function
H A DSVals.h441 const MemRegion *getRegion() const { return castDataAs<MemRegion>(); } getRegion() function
H A DMemRegion.h80 const MemRegion *getRegion() const { return R; } in getRegion() function
1192 const MemRegion *getRegion() const { return Region; } in getRegion() function
H A DProgramState.h702 inline const VarRegion* ProgramState::getRegion(const VarDecl *D, getRegion() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h117 const FieldRegion *getRegion() const { return FR; } in getRegion() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp194 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion() function in nonloc::LazyCompoundVal
[all...]
H A DRegionStore.cpp75 const MemRegion *getRegion() const { return P.getPointer(); } getRegion() function in __anon0d3d1f130111::BindingKey
[all...]
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h92 mlir::Region &getRegion() { return *getBlock()->getParent(); } getRegion() function
/llvm-project/polly/include/polly/
H A DScopInfo.h1328 Region *getRegion() const { return R; } getRegion() function
2086 inline const Region &getRegion() const { return R; } getRegion() function
2087 inline Region &getRegion() { return R; } getRegion() function
/llvm-project/mlir/include/mlir/IR/
H A DOperation.h682 Region &getRegion(unsigned index) { getRegion() function
/llvm-project/mlir/lib/TableGen/
H A DOperator.cpp285 const NamedRegion &Operator::getRegion(unsigned index) const { getRegion() function in Operator
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp200 PPRegion getRegion(SourceLocation Loc, FileID FID, FileEntryRef FE) { getRegion() function in __anona35560680211::ParsedSrcLocationsTracker
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1074 SourceMappingRegion &getRegion() { getRegion() function
[all...]
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp3727 auto getRegion = region.isVariadic() global() local