Searched refs:CondRange (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2177 ArrayRef<Init *> CondRange, in ProfileCondOpInit() argument 2180 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit() 2183 ArrayRef<Init *>::iterator Case = CondRange.begin(); in ProfileCondOpInit() 2186 while (Case != CondRange.end()) { in ProfileCondOpInit() 2198 CondOpInit *CondOpInit::get(ArrayRef<Init *> CondRange, in get() argument 2200 assert(CondRange.size() == ValRange.size() && in get() 2204 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get() 2212 totalSizeToAlloc<Init *>(2 * CondRange.size()), alignof(BitsInit)); in get() 2213 CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty); in get() 2215 std::uninitialized_copy(CondRange.begin(), CondRange.end(), in get() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 10844 SourceRange &CondRange, Expr *&Cond) { in isEnableIf() argument 10872 CondRange = EnableIfTSTLoc.getArgLoc(0).getSourceRange(); in isEnableIf() 10963 SourceRange CondRange; in CheckTypenameType() local 10965 if (Ctx && isEnableIf(QualifierLoc, II, CondRange, Cond)) { in CheckTypenameType() 10981 Diag(CondRange.getBegin(), in CheckTypenameType() 10983 << Ctx << CondRange; in CheckTypenameType()
|