/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BlockInCriticalSectionChecker.cpp | 79 [[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 D | ReductionNode.h | 63 Region &getRegion() const { return *region; } in getRegion() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 53 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 D | Store.h | 270 const MemRegion *getRegion() { return Binding; } getRegion() function
|
H A D | BasicValueFactory.h | 77 const TypedValueRegion *getRegion() const { return region; } getRegion() function
|
H A D | SVals.h | 441 const MemRegion *getRegion() const { return castDataAs<MemRegion>(); } getRegion() function
|
H A D | MemRegion.h | 80 const MemRegion *getRegion() const { return R; } in getRegion() function 1192 const MemRegion *getRegion() const { return Region; } in getRegion() function
|
H A D | ProgramState.h | 702 inline const VarRegion* ProgramState::getRegion(const VarDecl *D, getRegion() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObject.h | 117 const FieldRegion *getRegion() const { return FR; } in getRegion() function
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 194 const TypedValueRegion *nonloc::LazyCompoundVal::getRegion() const { in getRegion() function in nonloc::LazyCompoundVal [all...] |
H A D | RegionStore.cpp | 75 const MemRegion *getRegion() const { return P.getPointer(); } getRegion() function in __anon0d3d1f130111::BindingKey [all...] |
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | FIRBuilder.h | 92 mlir::Region &getRegion() { return *getBlock()->getParent(); } getRegion() function
|
/llvm-project/polly/include/polly/ |
H A D | ScopInfo.h | 1328 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 D | Operation.h | 682 Region &getRegion(unsigned index) { getRegion() function
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Operator.cpp | 285 const NamedRegion &Operator::getRegion(unsigned index) const { getRegion() function in Operator
|
/llvm-project/clang/tools/libclang/ |
H A D | Indexing.cpp | 200 PPRegion getRegion(SourceLocation Loc, FileID FID, FileEntryRef FE) { getRegion() function in __anona35560680211::ParsedSrcLocationsTracker
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 1074 SourceMappingRegion &getRegion() { getRegion() function [all...] |
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDefinitionsGen.cpp | 3727 auto getRegion = region.isVariadic() global() local
|