Searched refs:CondRange (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2415 ArrayRef<Init *> CondRange, in ProfileCondOpInit() argument 2418 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit() 2421 ArrayRef<Init *>::iterator Case = CondRange.begin(); in ProfileCondOpInit() 2424 while (Case != CondRange.end()) { in ProfileCondOpInit() 2436 CondOpInit *CondOpInit::get(ArrayRef<Init *> CondRange, in get() argument 2438 assert(CondRange.size() == ValRange.size() && in get() 2442 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get() 2450 totalSizeToAlloc<Init *>(2 * CondRange.size()), alignof(BitsInit)); in get() 2451 CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty); in get() 2453 std::uninitialized_copy(CondRange.begin(), CondRange.end(), in get() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 10381 SourceRange &CondRange, Expr *&Cond) { in isEnableIf() argument 10409 CondRange = EnableIfTSTLoc.getArgLoc(0).getSourceRange(); in isEnableIf() 10500 SourceRange CondRange; in CheckTypenameType() local 10502 if (Ctx && isEnableIf(QualifierLoc, II, CondRange, Cond)) { in CheckTypenameType() 10518 Diag(CondRange.getBegin(), in CheckTypenameType() 10520 << Ctx << CondRange; in CheckTypenameType()
|