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

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 5627 const MCExpr *CountExpr;
5629 if (parseExpression(CountExpr))
5633 if (!CountExpr->evaluateAsAbsolute(Count, getStreamer().getAssemblerPtr())) {
MasmParser.cpp 6632 const MCExpr *CountExpr;
6634 if (parseExpression(CountExpr))
6638 if (!CountExpr->evaluateAsAbsolute(Count, getStreamer().getAssemblerPtr())) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 8148 const Expr *CountExpr = OASE->getLength();
8150 if (!CountExpr) {
8176 Count = CGF.EmitScalarExpr(CountExpr);

Completed in 35 milliseconds