HomeSort by: relevance | last modified time | path
    Searched defs:IfCondition (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp 826 FormatToken *IfCondition = FormatTok;
843 IncludeGuardToken = IfCondition;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 6407 llvm::Value *IfCondition = nullptr;
6409 IfCondition = EmitScalarExpr(IfCond,
6412 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion()));

Completed in 24 milliseconds