Searched refs:CondRange (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1783 ArrayRef<Init *> CondRange, in ProfileCondOpInit() argument 1786 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit() 1789 ArrayRef<Init *>::iterator Case = CondRange.begin(); in ProfileCondOpInit() 1792 while (Case != CondRange.end()) { in ProfileCondOpInit() 1806 CondOpInit::get(ArrayRef<Init *> CondRange, in get() argument 1808 assert(CondRange.size() == ValRange.size() && in get() 1813 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get() 1819 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(2*CondRange.size()), in get() 1821 CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty); in get() 1823 std::uninitialized_copy(CondRange.begin(), CondRange.end(), in get() [all …]
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 1869 ArrayRef<Init *> CondRange, in ProfileCondOpInit() argument 1872 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit() 1875 ArrayRef<Init *>::iterator Case = CondRange.begin(); in ProfileCondOpInit() 1878 while (Case != CondRange.end()) { in ProfileCondOpInit() 1892 CondOpInit::get(ArrayRef<Init *> CondRange, in get() argument 1894 assert(CondRange.size() == ValRange.size() && in get() 1899 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get() 1905 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(2*CondRange.size()), in get() 1907 CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty); in get() 1909 std::uninitialized_copy(CondRange.begin(), CondRange.end(), in get() [all …]
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 8251 SourceRange &CondRange) { in isEnableIf() argument 8280 CondRange = EnableIfTSTLoc.getArgLoc(0).getSourceRange(); in isEnableIf() 8323 SourceRange CondRange; in CheckTypenameType() local 8324 if (isEnableIf(QualifierLoc, II, CondRange)) { in CheckTypenameType() 8325 Diag(CondRange.getBegin(), diag::err_typename_nested_not_found_enable_if) in CheckTypenameType() 8326 << Ctx << CondRange; in CheckTypenameType()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 10490 SourceRange &CondRange, Expr *&Cond) { in isEnableIf() argument 10518 CondRange = EnableIfTSTLoc.getArgLoc(0).getSourceRange(); in isEnableIf() 10609 SourceRange CondRange; in CheckTypenameType() local 10611 if (Ctx && isEnableIf(QualifierLoc, II, CondRange, Cond)) { in CheckTypenameType() 10627 Diag(CondRange.getBegin(), in CheckTypenameType() 10629 << Ctx << CondRange; in CheckTypenameType()
|