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 240 APFloat &getComplexFloatImag() {
244 const APFloat &getComplexFloatImag() const {
245 return const_cast<APValue*>(this)->getComplexFloatImag();
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 73 milliseconds