Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h237 bool isComplexFloat() const { return Kind == ComplexFloat; } in isComplexFloat() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1313 bool isComplexFloat() const { return !IsInt; } in isComplexFloat() function