Searched refs:hasLValue (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h232 bool hasLValue() const { return HasLV; } function in struct:clang::CodeGen::CGCallee::CallArg
H A DCGCall.cpp1096 Address Addr = Arg.hasLValue() ? Arg.getKnownLValue().getAddress(*this)
1107 Address This = Arg.hasLValue() ? Arg.getKnownLValue().getAddress(*this)
4322 if (!Args.back().hasLValue()) {
4882 Address Addr = I->hasLValue()
4951 Address Addr = I->hasLValue()
4969 } else if (I->hasLValue()) {
5046 I->hasLValue() ? I->getKnownLValue().getAddress(*this)
5091 Src = I->hasLValue() ? I->getKnownLValue().getAddress(*this)
5160 addr = I->hasLValue() ? I->getKnownLValue().getAddress(*this)

Completed in 140 milliseconds