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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 205 static SectionKind getCommon() { return get(Common); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp 59 M[BCO->getCommon()] = S;
60 BuildParentMap(M, BCO->getCommon(), OV_Transparent);
ComputeDependence.cpp 157 return E->getCommon()->getDependence() | E->getFalseExpr()->getDependence();
StmtPrinter.cpp 1481 PrintExpr(Node->getCommon());
ExprConstant.cpp 7440 Info, E->getCommon()))
15401 ICEDiag CommonResult = CheckICE(Exp->getCommon(), Ctx);
15407 Exp->getCommon()->EvaluateKnownConstInt(Ctx) != 0) return NoDiag();
ASTImporter.cpp 6990 auto ToCommon = importChecked(Err, E->getCommon());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp 174 markSafeWeakUse(Cond->getCommon());
TreeTransform.h 10922 ExprResult commonExpr = getDerived().TransformExpr(e->getCommon());
10931 commonExpr.get() == e->getCommon() &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetLoweringObjectFile.cpp 233 return SectionKind::getCommon();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 4161 /// getCommon - Return the common expression, written to the
4164 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); }
4188 return getCommon()->getBeginLoc();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 998 Record.AddStmt(E->getCommon());
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 2799 return addStmt(BCO->getCommon());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1310 e->getCommon());

Completed in 62 milliseconds