Home
last modified time | relevance | path

Searched refs:InitOp (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.h103 … void compileInterval(int32_t InitOp, // Generate the code for a {min,max} quantifier.
Dregexcmp.cpp2429 void RegexCompile::compileInterval(int32_t InitOp, int32_t LoopOp) in compileInterval() argument
2446 int32_t op = buildOp(InitOp, counterLoc); in compileInterval()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp399 const Expr *InitOp, in emitInitWithReductionInitializer() argument
405 auto *CE = cast<CallExpr>(InitOp); in emitInitWithReductionInitializer()
419 CGF.EmitIgnoredExpr(InitOp); in emitInitWithReductionInitializer()