OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CondRange
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
1971
ArrayRef<Init *>
CondRange
,
1974
assert(
CondRange
.size() == ValRange.size() &&
1977
ArrayRef<Init *>::iterator Case =
CondRange
.begin();
1980
while (Case !=
CondRange
.end()) {
1994
CondOpInit::get(ArrayRef<Init *>
CondRange
,
1996
assert(
CondRange
.size() == ValRange.size() &&
2001
ProfileCondOpInit(ID,
CondRange
, ValRange, Ty);
2007
void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(2*
CondRange
.size()),
2009
CondOpInit *I = new(Mem) CondOpInit(
CondRange
.size(), Ty);
2011
std::uninitialized_copy(
CondRange
.begin(), CondRange.end()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
10484
SourceRange &
CondRange
, Expr *&Cond) {
10512
CondRange
= EnableIfTSTLoc.getArgLoc(0).getSourceRange();
10603
SourceRange
CondRange
;
10605
if (Ctx && isEnableIf(QualifierLoc, II,
CondRange
, Cond)) {
10621
Diag(
CondRange
.getBegin(),
10623
<< Ctx <<
CondRange
;
Completed in 21 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026