Home
last modified time | relevance | path

Searched refs:CheckArrayAccess (Results 1 – 25 of 57) sorted by relevance

123

/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4AulExec.h212 C4V_Type CheckArrayAccess(C4Value *pStructure, C4Value *pIndex) in CheckArrayAccess() function
H A DC4AulExec.cpp495 if(CheckArrayAccess(pStruct, pIndex) == C4V_Array) in Exec()
514 if(CheckArrayAccess(pStruct, pIndex) == C4V_Array) in Exec()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaChecking.cpp11971 CheckArrayAccess(E); in CheckImplicitConversions()
12776 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
12914 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
12921 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
12933 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
12956 CheckArrayAccess(lhs); in CheckArrayAccess()
12958 CheckArrayAccess(rhs); in CheckArrayAccess()
12964 CheckArrayAccess(Arg); in CheckArrayAccess()
H A DSemaExpr.cpp5173 CheckArrayAccess(Arg); in GatherArgumentsForCall()
5205 CheckArrayAccess(A); in GatherArgumentsForCall()
9496 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
9569 CheckArrayAccess(LHS.get(), RHS.get(), /*ArraySubscriptExpr*/nullptr, in CheckSubtractionOperands()
12677 CheckArrayAccess(LHS.get()); in CreateBuiltinBinOp()
12678 CheckArrayAccess(RHS.get()); in CreateBuiltinBinOp()
13302 CheckArrayAccess(Input.get()); in CreateBuiltinUnaryOp()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaChecking.cpp11580 CheckArrayAccess(E); in CheckImplicitConversions()
12381 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
12513 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
12520 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
12532 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
12555 CheckArrayAccess(lhs); in CheckArrayAccess()
12557 CheckArrayAccess(rhs); in CheckArrayAccess()
12563 CheckArrayAccess(Arg); in CheckArrayAccess()
H A DSemaExpr.cpp5049 CheckArrayAccess(Arg); in GatherArgumentsForCall()
5081 CheckArrayAccess(A); in GatherArgumentsForCall()
9306 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
9379 CheckArrayAccess(LHS.get(), RHS.get(), /*ArraySubscriptExpr*/nullptr, in CheckSubtractionOperands()
12453 CheckArrayAccess(LHS.get()); in CreateBuiltinBinOp()
12454 CheckArrayAccess(RHS.get()); in CreateBuiltinBinOp()
13070 CheckArrayAccess(Input.get()); in CreateBuiltinUnaryOp()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaChecking.cpp11337 CheckArrayAccess(E); in CheckImplicitConversions()
12114 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
12233 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
12240 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
12252 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
12275 CheckArrayAccess(lhs); in CheckArrayAccess()
12277 CheckArrayAccess(rhs); in CheckArrayAccess()
12283 CheckArrayAccess(Arg); in CheckArrayAccess()
H A DSemaExpr.cpp4952 CheckArrayAccess(Arg); in GatherArgumentsForCall()
4984 CheckArrayAccess(A); in GatherArgumentsForCall()
9080 CheckArrayAccess(PExp, IExp); in CheckAdditionOperands()
9152 CheckArrayAccess(LHS.get(), RHS.get(), /*ArraySubscriptExpr*/nullptr, in CheckSubtractionOperands()
12192 CheckArrayAccess(LHS.get()); in CreateBuiltinBinOp()
12193 CheckArrayAccess(RHS.get()); in CreateBuiltinBinOp()
12806 CheckArrayAccess(Input.get()); in CreateBuiltinUnaryOp()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12517 CheckArrayAccess(E); in CheckImplicitConversions()
13495 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
13633 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
13640 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
13652 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
13675 CheckArrayAccess(lhs); in CheckArrayAccess()
13677 CheckArrayAccess(rhs); in CheckArrayAccess()
13683 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaChecking.cpp12703 CheckArrayAccess(E); in CheckImplicitConversions()
14050 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14188 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
14195 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
14207 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
14230 CheckArrayAccess(lhs); in CheckArrayAccess()
14232 CheckArrayAccess(rhs); in CheckArrayAccess()
14238 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaChecking.cpp12517 CheckArrayAccess(E); in CheckImplicitConversions()
13495 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
13633 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
13640 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
13652 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
13675 CheckArrayAccess(lhs); in CheckArrayAccess()
13677 CheckArrayAccess(rhs); in CheckArrayAccess()
13683 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaChecking.cpp12433 CheckArrayAccess(E); in CheckImplicitConversions()
13780 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
13918 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
13925 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
13937 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
13960 CheckArrayAccess(lhs); in CheckArrayAccess()
13962 CheckArrayAccess(rhs); in CheckArrayAccess()
13968 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaChecking.cpp13686 CheckArrayAccess(E); in CheckImplicitConversions()
15033 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
15238 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
15245 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
15257 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
15280 CheckArrayAccess(lhs); in CheckArrayAccess()
15282 CheckArrayAccess(rhs); in CheckArrayAccess()
15288 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12900 CheckArrayAccess(E); in CheckImplicitConversions()
14246 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14383 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
14390 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
14402 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
14425 CheckArrayAccess(lhs); in CheckArrayAccess()
14427 CheckArrayAccess(rhs); in CheckArrayAccess()
14433 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaChecking.cpp12910 CheckArrayAccess(E); in CheckImplicitConversions()
14256 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14393 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
14400 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
14412 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
14435 CheckArrayAccess(lhs); in CheckArrayAccess()
14437 CheckArrayAccess(rhs); in CheckArrayAccess()
14443 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaChecking.cpp13443 CheckArrayAccess(E); in CheckImplicitConversions()
14790 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14995 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
15002 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
15014 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
15037 CheckArrayAccess(lhs); in CheckArrayAccess()
15039 CheckArrayAccess(rhs); in CheckArrayAccess()
15045 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaChecking.cpp13443 CheckArrayAccess(E); in CheckImplicitConversions()
14790 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14995 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
15002 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
15014 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
15037 CheckArrayAccess(lhs); in CheckArrayAccess()
15039 CheckArrayAccess(rhs); in CheckArrayAccess()
15045 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13443 CheckArrayAccess(E); in CheckImplicitConversions()
14790 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14995 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
15002 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
15014 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
15037 CheckArrayAccess(lhs); in CheckArrayAccess()
15039 CheckArrayAccess(rhs); in CheckArrayAccess()
15045 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaChecking.cpp12910 CheckArrayAccess(E); in CheckImplicitConversions()
14256 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14393 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
14400 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
14412 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
14435 CheckArrayAccess(lhs); in CheckArrayAccess()
14437 CheckArrayAccess(rhs); in CheckArrayAccess()
14443 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaChecking.cpp13443 CheckArrayAccess(E); in CheckImplicitConversions()
14790 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14995 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
15002 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
15014 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
15037 CheckArrayAccess(lhs); in CheckArrayAccess()
15039 CheckArrayAccess(rhs); in CheckArrayAccess()
15045 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaChecking.cpp13443 CheckArrayAccess(E); in CheckImplicitConversions()
14790 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, in CheckArrayAccess() function in Sema
14995 void Sema::CheckArrayAccess(const Expr *expr) { in CheckArrayAccess() function in Sema
15002 CheckArrayAccess(ASE->getBase(), ASE->getIdx(), ASE, in CheckArrayAccess()
15014 CheckArrayAccess(ASE->getBase(), ASE->getLowerBound(), in CheckArrayAccess()
15037 CheckArrayAccess(lhs); in CheckArrayAccess()
15039 CheckArrayAccess(rhs); in CheckArrayAccess()
15045 CheckArrayAccess(Arg); in CheckArrayAccess()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DAsmJS.cpp3429 static bool CheckArrayAccess(FunctionValidator<Unit>& f, ParseNode* viewName, in CheckArrayAccess() function
3539 if (!CheckArrayAccess(f, ElemBase(elem), ElemIndex(elem), &viewType)) { in CheckLoadArray()
3596 if (!CheckArrayAccess(f, ElemBase(lhs), ElemIndex(lhs), &viewType)) { in CheckStoreArray()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DAsmJS.cpp3451 static bool CheckArrayAccess(FunctionValidator<Unit>& f, ParseNode* viewName, in CheckArrayAccess() function
3561 if (!CheckArrayAccess(f, ElemBase(elem), ElemIndex(elem), &viewType)) { in CheckLoadArray()
3618 if (!CheckArrayAccess(f, ElemBase(lhs), ElemIndex(lhs), &viewType)) { in CheckStoreArray()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DAsmJS.cpp3429 static bool CheckArrayAccess(FunctionValidator<Unit>& f, ParseNode* viewName, in CheckArrayAccess() function
3539 if (!CheckArrayAccess(f, ElemBase(elem), ElemIndex(elem), &viewType)) { in CheckLoadArray()
3596 if (!CheckArrayAccess(f, ElemBase(lhs), ElemIndex(lhs), &viewType)) { in CheckStoreArray()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DAsmJS.cpp3405 static bool CheckArrayAccess(FunctionValidator<Unit>& f, ParseNode* viewName, in CheckArrayAccess() function
3515 if (!CheckArrayAccess(f, ElemBase(elem), ElemIndex(elem), &viewType)) { in CheckLoadArray()
3576 if (!CheckArrayAccess(f, ElemBase(lhs), ElemIndex(lhs), &viewType)) { in CheckStoreArray()

123