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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 445 APSInt &getComplexIntReal() {
449 const APSInt &getComplexIntReal() const {
450 return const_cast<APValue*>(this)->getComplexIntReal();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1526 APSInt &getComplexIntReal() { return IntReal; }
1543 IntReal = v.getComplexIntReal();
2482 Result = Val.getComplexIntReal().getBoolValue() ||
3738 : O->getComplexIntReal(), ObjType);
4457 return found(Subobj.getComplexIntReal(),
12571 bool IsEqual = LHS.getComplexIntReal() == RHS.getComplexIntReal() &&
13296 return Success(C.getComplexIntReal(), E);
13321 return Success(LV.getComplexIntReal(), E);
14068 Result.getComplexIntReal() += RHS.getComplexIntReal()
    [all...]

Completed in 31 milliseconds