Searched refs:getCommon (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/MC/
H A DSectionKind.h228 static SectionKind getCommon() { return get(Common); } function in class:llvm::SectionKind
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp143 return SectionKind::getCommon();
/external/clang/lib/AST/
H A DStmtPrinter.cpp905 PrintExpr(Node->getCommon());
H A DExprConstant.cpp419 OpaqueValueEvaluation opaque(Info, E->getOpaqueValue(), E->getCommon());
3151 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx);
3157 Exp->getCommon()->EvaluateKnownConstInt(Ctx) == 0) return NoDiag();
/external/clang/include/clang/AST/
H A DExpr.h2923 /// \brief getCommon - Return the common expression, written to the
2926 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::BinaryConditionalOperator
2950 return SourceRange(getCommon()->getLocStart(), getFalseExpr()->getLocEnd());
/external/clang/lib/Analysis/
H A DCFG.cpp1328 return addStmt(BCO->getCommon());
2901 ConfluenceBlock = VisitForTemporaryDtors(BCO->getCommon());
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h981 init(e->getOpaqueValue(), e->getCommon());
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp571 E->getOpaqueValue()->setSourceExpr(E->getCommon());
H A DASTWriterStmt.cpp545 Writer.AddStmt(E->getCommon());
/external/clang/lib/Sema/
H A DTreeTransform.h6221 ExprResult commonExpr = getDerived().TransformExpr(e->getCommon());
6230 commonExpr.get() == e->getCommon() &&

Completed in 366 milliseconds