Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp5735 static AbsoluteValueKind getAbsoluteValueKind(QualType T) { in getAbsoluteValueKind() function
5882 if (getAbsoluteValueKind(ArgType) == getAbsoluteValueKind(ParamType) && in emitReplacement()
5994 AbsoluteValueKind ArgValueKind = getAbsoluteValueKind(ArgType); in CheckAbsoluteValueFunction()
5995 AbsoluteValueKind ParamValueKind = getAbsoluteValueKind(ParamType); in CheckAbsoluteValueFunction()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp9230 static AbsoluteValueKind getAbsoluteValueKind(QualType T) { in getAbsoluteValueKind() function
9377 if (getAbsoluteValueKind(ArgType) == getAbsoluteValueKind(ParamType) && in emitReplacement()
9479 AbsoluteValueKind ArgValueKind = getAbsoluteValueKind(ArgType); in CheckAbsoluteValueFunction()
9480 AbsoluteValueKind ParamValueKind = getAbsoluteValueKind(ParamType); in CheckAbsoluteValueFunction()