Home
last modified time | relevance | path

Searched refs:ValueDecl (Results 1 – 25 of 2311) sorted by relevance

12345678910>>...93

/dports/devel/clazy/clazy-1.5/src/checks/level3/
H A Dreserve-candidates.h36 class ValueDecl; variable
60 bool containerWasReserved(clang::ValueDecl*) const;
61 bool acceptsValueDecl(clang::ValueDecl *valueDecl) const;
65 …bool isReserveCandidate(clang::ValueDecl *valueDecl, clang::Stmt *loopBody, clang::CallExpr *callE…
67 std::vector<clang::ValueDecl*> m_foundReserves;
/dports/math/barvinok/barvinok-0.41.5/pet/
H A Did.cc42 __isl_give isl_id *pet_id_from_decl(isl_ctx *ctx, ValueDecl *decl) in pet_id_from_decl()
51 ValueDecl *decl) in pet_id_from_name_and_decl()
111 ValueDecl *pet_id_get_decl(__isl_keep isl_id *id) in pet_id_get_decl()
116 return (ValueDecl *) isl_id_get_user(id); in pet_id_get_decl()
159 ValueDecl *decl; in pet_id_get_array_type()
H A Did.h10 __isl_give isl_id *pet_id_from_decl(isl_ctx *ctx, clang::ValueDecl *decl);
12 clang::ValueDecl *decl);
17 clang::ValueDecl *pet_id_get_decl(__isl_keep isl_id *id);
H A Dkilled_locals.cc68 ValueDecl *vd; in add_local()
70 vd = dyn_cast<ValueDecl>(decl); in add_local()
130 ValueDecl *decl; in check_decl_in_expr()
176 set<ValueDecl *> accessed_local; in remove_accessed_after()
H A Dscan.h206 std::set<clang::ValueDecl *> locals);
212 struct pet_array *extract_array(clang::ValueDecl *decl,
250 clang::ValueDecl *extract_induction_variable(clang::BinaryOperator *stmt);
254 clang::ValueDecl *iv);
257 clang::ValueDecl *iv);
260 clang::ValueDecl *iv);
262 clang::ValueDecl *iv);
288 __isl_give pet_expr *extract_access_expr(clang::ValueDecl *decl);
295 __isl_give pet_expr *extract_index_expr(clang::ValueDecl *decl);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp46 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
50 const ValueDecl *MovedVariable,
52 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
57 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
87 const ValueDecl *MovedVariable, in find()
118 const ValueDecl *MovedVariable, in findInternal()
185 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
208 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
268 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp46 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
50 const ValueDecl *MovedVariable,
52 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
57 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
87 const ValueDecl *MovedVariable, in find()
118 const ValueDecl *MovedVariable, in findInternal()
185 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
208 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
268 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp46 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
50 const ValueDecl *MovedVariable,
52 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
57 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
87 const ValueDecl *MovedVariable, in find()
118 const ValueDecl *MovedVariable, in findInternal()
185 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
208 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
268 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp47 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
51 const ValueDecl *MovedVariable,
53 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
58 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
88 const ValueDecl *MovedVariable, in find()
119 const ValueDecl *MovedVariable, in findInternal()
186 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
209 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
269 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp47 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
51 const ValueDecl *MovedVariable,
53 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
58 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
88 const ValueDecl *MovedVariable, in find()
118 const ValueDecl *MovedVariable, in findInternal()
185 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
208 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
268 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/clazy/clazy-1.5/src/
H A DUtils.h60 class ValueDecl; variable
104 clang::ValueDecl * valueDeclForMemberCall(clang::CXXMemberCallExpr *);
108 clang::ValueDecl * valueDeclForOperatorCall(clang::CXXOperatorCallExpr *);
111 clang::ValueDecl * valueDeclForCallExpr(clang::CallExpr *);
115 clang::CXXRecordDecl* isMemberVariable(clang::ValueDecl *);
134 const clang::ValueDecl *valDecl);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase()
65 if (const ValueDecl *D = dyn_cast<const ValueDecl*>()) { in getType()
73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType()
74 Redecl = cast_or_null<ValueDecl>(Redecl->getPreviousDecl())) { in getType()
190 B.Ptr = DenseMapInfo<const ValueDecl*>::getEmptyKey(); in getEmptyKey()
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey(); in getTombstoneKey()
716 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) in printPretty()
745 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in printPretty()
770 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember); in printPretty()
850 if (const ValueDecl *VD = getMemberPointerDecl()) { in printPretty()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase()
65 if (const ValueDecl *D = dyn_cast<const ValueDecl*>()) { in getType()
73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType()
74 Redecl = cast_or_null<ValueDecl>(Redecl->getPreviousDecl())) { in getType()
190 B.Ptr = DenseMapInfo<const ValueDecl*>::getEmptyKey(); in getEmptyKey()
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey(); in getTombstoneKey()
716 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) in printPretty()
745 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in printPretty()
770 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember); in printPretty()
850 if (const ValueDecl *VD = getMemberPointerDecl()) { in printPretty()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase()
65 if (const ValueDecl *D = dyn_cast<const ValueDecl*>()) { in getType()
73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType()
74 Redecl = cast_or_null<ValueDecl>(Redecl->getPreviousDecl())) { in getType()
190 B.Ptr = DenseMapInfo<const ValueDecl*>::getEmptyKey(); in getEmptyKey()
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey(); in getTombstoneKey()
716 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) in printPretty()
745 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in printPretty()
770 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember); in printPretty()
850 if (const ValueDecl *VD = getMemberPointerDecl()) { in printPretty()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase()
65 if (const ValueDecl *D = dyn_cast<const ValueDecl*>()) { in getType()
73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType()
74 Redecl = cast_or_null<ValueDecl>(Redecl->getPreviousDecl())) { in getType()
190 B.Ptr = DenseMapInfo<const ValueDecl*>::getEmptyKey(); in getEmptyKey()
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey(); in getTombstoneKey()
716 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) in printPretty()
745 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in printPretty()
770 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember); in printPretty()
850 if (const ValueDecl *VD = getMemberPointerDecl()) { in printPretty()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase()
65 if (const ValueDecl *D = dyn_cast<const ValueDecl*>()) { in getType()
73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType()
74 Redecl = cast_or_null<ValueDecl>(Redecl->getPreviousDecl())) { in getType()
190 B.Ptr = DenseMapInfo<const ValueDecl*>::getEmptyKey(); in getEmptyKey()
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey(); in getTombstoneKey()
716 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) in printPretty()
745 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in printPretty()
770 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember); in printPretty()
850 if (const ValueDecl *VD = getMemberPointerDecl()) { in printPretty()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase()
65 if (const ValueDecl *D = dyn_cast<const ValueDecl*>()) { in getType()
73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType()
74 Redecl = cast_or_null<ValueDecl>(Redecl->getPreviousDecl())) { in getType()
190 B.Ptr = DenseMapInfo<const ValueDecl*>::getEmptyKey(); in getEmptyKey()
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey(); in getTombstoneKey()
716 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) in printPretty()
745 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in printPretty()
770 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember); in printPretty()
850 if (const ValueDecl *VD = getMemberPointerDecl()) { in printPretty()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase()
65 if (const ValueDecl *D = dyn_cast<const ValueDecl*>()) { in getType()
73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType()
74 Redecl = cast_or_null<ValueDecl>(Redecl->getPreviousDecl())) { in getType()
190 B.Ptr = DenseMapInfo<const ValueDecl*>::getEmptyKey(); in getEmptyKey()
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey(); in getTombstoneKey()
716 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) in printPretty()
745 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in printPretty()
770 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember); in printPretty()
850 if (const ValueDecl *VD = getMemberPointerDecl()) { in printPretty()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DAPValue.cpp42 APValue::LValueBase::LValueBase(const ValueDecl *P, unsigned I, unsigned V) in LValueBase()
65 if (const ValueDecl *D = dyn_cast<const ValueDecl*>()) { in getType()
73 for (auto *Redecl = cast<ValueDecl>(D->getMostRecentDecl()); Redecl; in getType()
74 Redecl = cast_or_null<ValueDecl>(Redecl->getPreviousDecl())) { in getType()
190 B.Ptr = DenseMapInfo<const ValueDecl*>::getEmptyKey(); in getEmptyKey()
197 B.Ptr = DenseMapInfo<const ValueDecl*>::getTombstoneKey(); in getTombstoneKey()
716 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) in printPretty()
745 if (const ValueDecl *VD = Base.dyn_cast<const ValueDecl*>()) { in printPretty()
770 const ValueDecl *VD = cast<ValueDecl>(BaseOrMember); in printPretty()
850 if (const ValueDecl *VD = getMemberPointerDecl()) { in printPretty()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp67 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
71 const ValueDecl *MovedVariable,
73 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
78 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
109 const ValueDecl *MovedVariable, in find()
140 const ValueDecl *MovedVariable, in findInternal()
207 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
230 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
290 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp67 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
71 const ValueDecl *MovedVariable,
73 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
78 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
109 const ValueDecl *MovedVariable, in find()
140 const ValueDecl *MovedVariable, in findInternal()
207 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
230 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
289 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp67 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
71 const ValueDecl *MovedVariable,
73 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
78 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
109 const ValueDecl *MovedVariable, in find()
140 const ValueDecl *MovedVariable, in findInternal()
207 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
230 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
289 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp67 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
71 const ValueDecl *MovedVariable,
73 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
78 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
109 const ValueDecl *MovedVariable, in find()
140 const ValueDecl *MovedVariable, in findInternal()
207 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
230 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
290 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp67 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
71 const ValueDecl *MovedVariable,
73 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
78 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
109 const ValueDecl *MovedVariable, in find()
140 const ValueDecl *MovedVariable, in findInternal()
207 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
230 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
290 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp67 const ValueDecl *MovedVariable, UseAfterMove *TheUseAfterMove);
71 const ValueDecl *MovedVariable,
73 void getUsesAndReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
78 void getReinits(const CFGBlock *Block, const ValueDecl *MovedVariable,
109 const ValueDecl *MovedVariable, in find()
140 const ValueDecl *MovedVariable, in findInternal()
207 const CFGBlock *Block, const ValueDecl *MovedVariable, in getUsesAndReinits()
230 bool isStandardSmartPointer(const ValueDecl *VD) { in isStandardSmartPointer()
289 const CFGBlock *Block, const ValueDecl *MovedVariable, in getReinits()

12345678910>>...93