Home
last modified time | relevance | path

Searched refs:ReferenceThenPointer (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp351 State.Env.getValue(*ObjectExpr, SkipPast::ReferenceThenPointer)) { in transferUnwrapCall()
373 SkipPast::ReferenceThenPointer))) { in transferOptionalHasValueCall()
396 State.Env.getValue(*ObjectArgumentExpr, SkipPast::ReferenceThenPointer)); in transferValueOrImpl()
449 Env.getStorageLocation(E, SkipPast::ReferenceThenPointer)) { in assignOptionalValue()
543 *E->getImplicitObjectArgument(), SkipPast::ReferenceThenPointer); in transferSwapCall()
779 Env.getValue(*ObjectExpr, SkipPast::ReferenceThenPointer)) { in diagnoseUnwrapCall()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h49 ReferenceThenPointer, enumerator
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp495 Env.getStorageLocation(*S->getBase(), SkipPast::ReferenceThenPointer)); in VisitMemberExpr()
H A DDataflowEnvironment.cpp771 case SkipPast::ReferenceThenPointer: in skip()