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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h 237 VarDecl *CounterVD = nullptr;
242 /// calculated as VD = Begin + CounterVD * Step;
244 /// Updater for the internal counter: ++CounterVD;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 4079 addPrivate(HelperData.CounterVD, [&CGF, &HelperData]() {
4080 return CGF.CreateMemTemp(HelperData.CounterVD->getType(),
4089 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD),
4090 HelperData.CounterVD->getType());
4105 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation());
4107 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType()
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 5356 auto *CounterVD =
5360 CounterVD->setImplicit();
5362 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue,
5413 HD.CounterVD = CounterVD;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 990 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef());
ASTWriterStmt.cpp 845 Record.AddDeclRef(HD.CounterVD);

Completed in 137 milliseconds