OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArrayIndex
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.h
228
llvm::Optional<uint64_t>
ArrayIndex
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h
216
static LValuePathEntry
ArrayIndex
(uint64_t Index) {
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h
1093
class
ArrayIndex
: public SExpr {
1095
ArrayIndex
(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {}
1096
ArrayIndex
(const
ArrayIndex
&E, SExpr *A, SExpr *N)
1115
typename C::CType compare(const
ArrayIndex
* E, C& Cmp) const {
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
365
uint64_t
ArrayIndex
= IsArray ? Entries.back().getAsArrayIndex()
369
return {
ArrayIndex
, ArraySize -
ArrayIndex
};
392
Entries.push_back(PathEntry::
ArrayIndex
(0));
403
Entries.push_back(PathEntry::
ArrayIndex
(0));
428
Entries.push_back(PathEntry::
ArrayIndex
(Imag));
449
Entries.back() = PathEntry::
ArrayIndex
(
459
uint64_t
ArrayIndex
= IsArray ? Entries.back().getAsArrayIndex()
464
if (N < -(int64_t)
ArrayIndex
|| N > ArraySize -
ArrayIndex
) {
[
all
...]
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026