Home
last modified time | relevance | path

Searched defs:ConstantLValue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1742 struct ConstantLValue { struct
1743 llvm::Constant *Value;
1744 bool HasOffsetApplied;
1746 /*implicit*/ ConstantLValue(llvm::Constant *value, in ConstantLValue() function
1750 /*implicit*/ ConstantLValue(ConstantAddress address) in ConstantLValue() argument