Home
last modified time | relevance | path

Searched refs:getCommon (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp61 M[BCO->getCommon()] = S; in BuildParentMap()
62 BuildParentMap(M, BCO->getCommon(), OV_Transparent); in BuildParentMap()
H A DComputeDependence.cpp174 return E->getCommon()->getDependence() | E->getFalseExpr()->getDependence(); in computeDependence()
H A DStmtPrinter.cpp1714 PrintExpr(Node->getCommon()); in VisitBinaryConditionalOperator()
H A DExprConstant.cpp7847 Info, E->getCommon())) in VisitBinaryConditionalOperator()
16716 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE()
16722 Exp->getCommon()->EvaluateKnownConstInt(Ctx) != 0) return NoDiag(); in CheckICE()
H A DASTImporter.cpp7779 auto ToCommon = importChecked(Err, E->getCommon()); in VisitBinaryConditionalOperator()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h212 static SectionKind getCommon() { return get(Common); } in getCommon() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp101 CondFound = (S == cast<BinaryConditionalOperator>(ParentS)->getCommon()); in isInCondition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp177 markSafeWeakUse(Cond->getCommon()); in markSafeWeakUse()
H A DTreeTransform.h12510 ExprResult commonExpr = getDerived().TransformExpr(e->getCommon()); in TransformBinaryConditionalOperator()
12519 commonExpr.get() == e->getCommon() && in TransformBinaryConditionalOperator()
H A DSemaChecking.cpp11237 TrueExpr = BCO->getCommon(); in CheckConditionalOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp231 return SectionKind::getCommon(); in getKindForGlobal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2104 propagateCounts(ParentCount, BCO->getCommon()); in VisitAbstractConditionalOperator()
H A DCodeGenFunction.h1449 e->getCommon());
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4300 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function
4324 return getCommon()->getBeginLoc(); in getBeginLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1105 Record.AddStmt(E->getCommon()); in VisitBinaryConditionalOperator()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2900 return addStmt(BCO->getCommon()); in VisitConditionalOperator()