Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/AST/
H A DAPValue.h185 bool isComplexFloat() const { return Kind == ComplexFloat; } in isComplexFloat() function
/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp1039 bool isComplexFloat() const { return !IsInt; } in isComplexFloat() function