Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp62 M[BCO->getCommon()] = S; in BuildParentMap()
63 BuildParentMap(M, BCO->getCommon(), OV_Transparent); in BuildParentMap()
H A DComputeDependence.cpp174 return E->getCommon()->getDependence() | E->getFalseExpr()->getDependence(); in computeDependence()
H A DStmtPrinter.cpp1852 PrintExpr(Node->getCommon()); in VisitBinaryConditionalOperator()
H A DExprConstant.cpp8187 Info, E->getCommon())) in VisitBinaryConditionalOperator()
17638 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx); in CheckICE()
17644 Exp->getCommon()->EvaluateKnownConstInt(Ctx) != 0) return NoDiag(); in CheckICE()
H A DASTImporter.cpp8127 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.cpp100 CondFound = (S == cast<BinaryConditionalOperator>(ParentS)->getCommon()); in isInCondition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp176 markSafeWeakUse(Cond->getCommon()); in markSafeWeakUse()
H A DTreeTransform.h13628 ExprResult commonExpr = getDerived().TransformExpr(e->getCommon()); in TransformBinaryConditionalOperator()
13637 commonExpr.get() == e->getCommon() && in TransformBinaryConditionalOperator()
H A DSemaChecking.cpp12628 TrueExpr = BCO->getCommon(); in CheckConditionalOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp258 return SectionKind::getCommon(); in getKindForGlobal()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h235 e->getCommon()); in OpaqueValueMapping()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2149 propagateCounts(ParentCount, BCO->getCommon()); in VisitAbstractConditionalOperator()
H A DCodeGenFunction.h1481 e->getCommon());
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4416 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); } in getCommon() function
4440 return getCommon()->getBeginLoc(); in getBeginLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1124 Record.AddStmt(E->getCommon()); in VisitBinaryConditionalOperator()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3009 return addStmt(BCO->getCommon()); in VisitConditionalOperator()