HomeSort by relevance Sort by last modified time
    Searched defs:getComplexFloatImag (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
APValue.h 234 APFloat &getComplexFloatImag() {
238 const APFloat &getComplexFloatImag() const {
239 return const_cast<APValue*>(this)->getComplexFloatImag();
  /external/clang/lib/AST/
ExprConstant.cpp 658 APFloat &getComplexFloatImag() { return FloatImag; }
676 FloatImag = v.getComplexFloatImag();
    [all...]

Completed in 322 milliseconds