Lines Matching defs:NT
6300 const Expr *NT = nullptr;
6301 const Expr **NTPtr = UpperBoundOnly ? nullptr : &NT;
6320 return NT;
6371 return NT;
6389 return NT;
6399 return NT;
6439 return NT;
6458 const Expr *NT = getNumThreadsExprForTargetDirective(
6473 } else if (NT) {
6474 NumThreadsVal = CGF.EmitScalarExpr(NT, /*IgnoreResultAssign=*/true);