Home
last modified time | relevance | path

Searched refs:IsGlobalLValue (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExprConstant.cpp56 static bool IsGlobalLValue(APValue::LValueBase B);
1332 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue() function
1411 if (!IsGlobalLValue(Base)) { in CheckLValueConstantExpression()
7121 return IsGlobalLValue(A.getLValueBase()) || in HasSameBase()
9285 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1960 static bool IsGlobalLValue(APValue::LValueBase B) { in IsGlobalLValue() function
2165 if (!IsGlobalLValue(Base)) { in CheckLValueConstantExpression()
14991 return IsGlobalLValue(Val.getLValueBase()); in isGlobalLValue()