Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp26 APValue::LValueBase Base;
38 bool APValue::LValueBase::isNull() const { in isNull()
42 APValue::LValueBase::operator bool () const { in operator bool()
46 clang::APValue::LValueBase
48 return clang::APValue::LValueBase( in getEmptyKey()
54 clang::APValue::LValueBase
56 return clang::APValue::LValueBase( in getTombstoneKey()
63 const clang::APValue::LValueBase &Base) { in getHashValue()
72 const clang::APValue::LValueBase &LHS, in isEqual()
73 const clang::APValue::LValueBase &RHS) { in isEqual()
[all …]
H A DExprConstant.cpp59 static bool IsGlobalLValue(APValue::LValueBase B);
66 static QualType getType(APValue::LValueBase B) { in getType()
161 static bool isBaseAnAllocSizeCall(APValue::LValueBase Base) { in isBaseAnAllocSizeCall()
676 APValue::LValueBase EvaluatingDecl;
1343 APValue::LValueBase Base;
1377 void set(APValue::LValueBase B, bool BInvalid = false) { in set()
1402 void setInvalid(APValue::LValueBase B, unsigned I = 0) { in setInvalid()
1693 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue()
1815 APValue::LValueBase Base = LVal.getLValueBase(); in CheckLValueConstantExpression()
5168 bool Success(APValue::LValueBase B) { in Success()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h57 class LValueBase {
61 LValueBase() : CallIndex(0), Version(0) {} in LValueBase() function
64 LValueBase(T P, unsigned I = 0, unsigned V = 0)
98 bool operator==(const LValueBase &Other) const {
189 APValue(LValueBase B, const CharUnits &O, NoLValuePath N,
306 const LValueBase getLValueBase() const;
438 void setLValue(LValueBase B, const CharUnits &O,
513 template<> struct DenseMapInfo<clang::APValue::LValueBase> {
514 static clang::APValue::LValueBase getEmptyKey();
515 static clang::APValue::LValueBase getTombstoneKey();
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1606 ConstantLValue tryEmitBase(const APValue::LValueBase &base);
1651 const APValue::LValueBase &base = Value.getLValueBase(); in tryEmit()
1735 ConstantLValueEmitter::tryEmitBase(const APValue::LValueBase &base) { in tryEmitBase()