Searched refs:CondRange (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1971 ArrayRef<Init *> CondRange, in ProfileCondOpInit() argument 1974 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit() 1977 ArrayRef<Init *>::iterator Case = CondRange.begin(); in ProfileCondOpInit() 1980 while (Case != CondRange.end()) { in ProfileCondOpInit() 1994 CondOpInit::get(ArrayRef<Init *> CondRange, in get() argument 1996 assert(CondRange.size() == ValRange.size() && in get() 2001 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get() 2007 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(2*CondRange.size()), in get() 2009 CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty); in get() 2011 std::uninitialized_copy(CondRange.begin(), CondRange.end(), in get() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|