HomeSort by: relevance | last modified time | path
    Searched defs:getComplexIntImag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 453 APSInt &getComplexIntImag() {
457 const APSInt &getComplexIntImag() const {
458 return const_cast<APValue*>(this)->getComplexIntImag();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1527 APSInt &getComplexIntImag() { return IntImag; }
1544 IntImag = v.getComplexIntImag();
2483 Val.getComplexIntImag().getBoolValue();
3737 return handler.found(Index ? O->getComplexIntImag()
12572 LHS.getComplexIntImag() == RHS.getComplexIntImag();
13334 return Success(LV.getComplexIntImag(), E);
14069 Result.getComplexIntImag() += RHS.getComplexIntImag();
14085 Result.getComplexIntImag() -= RHS.getComplexIntImag()
    [all...]

Completed in 37 milliseconds