HomeSort by: relevance | last modified time | path
    Searched refs:getComputationResultType (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 145 cast<CompoundAssignOperator>(B)->getComputationResultType();
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1187 createQualType(CAO->getComputationResultType()));
ASTImporter.cpp 7071 importChecked(Err, E->getComputationResultType());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 914 OpInfo.Ty = E->getComputationResultType();
CGExprScalar.cpp 2999 if (E->getComputationResultType()->isAnyComplexType())
3005 OpInfo.Ty = E->getComputationResultType();
3092 Result = EmitScalarConversion(Result, E->getComputationResultType(), LHSTy,
3632 ResultTy = CAO->getComputationResultType();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 1654 cop->getComputationResultType());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 980 Record.AddTypeRef(E->getComputationResultType());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 4013 QualType getComputationResultType() const { return ComputationResultType; }

Completed in 68 milliseconds