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

  /external/clang/include/clang/AST/
APValue.h 232 APFloat &getComplexFloatReal() {
236 const APFloat &getComplexFloatReal() const {
237 return const_cast<APValue*>(this)->getComplexFloatReal();
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 52 milliseconds