Searched refs:CondRange (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1970 ArrayRef<Init *> CondRange, in ProfileCondOpInit() argument 1973 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit() 1976 ArrayRef<Init *>::iterator Case = CondRange.begin(); in ProfileCondOpInit() 1979 while (Case != CondRange.end()) { in ProfileCondOpInit() 1993 CondOpInit::get(ArrayRef<Init *> CondRange, in get() argument 1995 assert(CondRange.size() == ValRange.size() && in get() 2000 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get() 2006 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(2*CondRange.size()), in get() 2008 CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty); in get() 2010 std::uninitialized_copy(CondRange.begin(), CondRange.end(), in get() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 10484 SourceRange &CondRange, Expr *&Cond) { in isEnableIf() argument 10512 CondRange = EnableIfTSTLoc.getArgLoc(0).getSourceRange(); in isEnableIf() 10603 SourceRange CondRange; in CheckTypenameType() local 10605 if (Ctx && isEnableIf(QualifierLoc, II, CondRange, Cond)) { in CheckTypenameType() 10621 Diag(CondRange.getBegin(), in CheckTypenameType() 10623 << Ctx << CondRange; in CheckTypenameType()
|