Searched refs:getCommon (Results 1 - 9 of 9) 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.cpp138 return SectionKind::getCommon();
/external/clang/lib/AST/
H A DStmtPrinter.cpp1012 PrintExpr(Node->getCommon());
H A DExprConstant.cpp2513 OpaqueValueEvaluation opaque(Info, E->getOpaqueValue(), E->getCommon());
6765 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx);
6771 Exp->getCommon()->EvaluateKnownConstInt(Ctx) == 0) return NoDiag();
/external/clang/include/clang/AST/
H A DExpr.h3099 /// \brief getCommon - Return the common expression, written to the
3102 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator
3126 return SourceRange(getCommon()->getLocStart(), getFalseExpr()->getLocEnd());
/external/clang/lib/Analysis/
H A DCFG.cpp1456 return addStmt(BCO->getCommon());
3091 ConfluenceBlock = VisitForTemporaryDtors(BCO->getCommon());
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1077 e->getCommon());
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp555 Writer.AddStmt(E->getCommon());
/external/clang/lib/Sema/
H A DTreeTransform.h6513 ExprResult commonExpr = getDerived().TransformExpr(e->getCommon());
6522 commonExpr.get() == e->getCommon() &&

Completed in 99 milliseconds