OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOnePastTheEnd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp
171
bool
IsOnePastTheEnd
: 1;
900
return ((const LV *)(const void *)&Data)->
IsOnePastTheEnd
;
939
LVal.
IsOnePastTheEnd
= false;
947
bool
IsOnePastTheEnd
, bool IsNullPtr) {
951
LVal.
IsOnePastTheEnd
=
IsOnePastTheEnd
;
959
ArrayRef<LValuePathEntry> Path, bool
IsOnePastTheEnd
,
962
setLValueUninit(B, O, Path.size(),
IsOnePastTheEnd
, IsNullPtr);
ExprConstant.cpp
243
unsigned
IsOnePastTheEnd
: 1;
275
: Invalid(false),
IsOnePastTheEnd
(false),
281
: Invalid(!V.isLValue() || !V.hasLValuePath()),
IsOnePastTheEnd
(false),
286
IsOnePastTheEnd
= V.isLValueOnePastTheEnd();
342
bool
isOnePastTheEnd
() const {
344
if (
IsOnePastTheEnd
)
366
: (uint64_t)
IsOnePastTheEnd
;
376
return !
isOnePastTheEnd
();
460
: (uint64_t)
IsOnePastTheEnd
;
482
IsOnePastTheEnd
= (ArrayIndex != 0)
[
all
...]
Completed in 39 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026