Home
last modified time | relevance | path

Searched refs:isStart (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackColoring.cpp525 bool &isStart);
618 bool &isStart) { in isLifetimeStartOrEnd() argument
628 isStart = false; in isLifetimeStartOrEnd()
632 isStart = true; in isLifetimeStartOrEnd()
650 isStart = true; in isLifetimeStartOrEnd()
769 bool isStart = false; in collectMarkers() local
771 if (isLifetimeStartOrEnd(MI, slots, isStart)) { in collectMarkers()
772 if (!isStart) { in collectMarkers()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d289 @property bool isStart() const { return isStartIR(code); } in isStart() function
347 assert(isStart || isEnd); in paired()
354 assert(isStart || isEnd); in indexOfPair()
355 return isStart ? pc + data + length : pc - data - lengthOfPairedIR(code); in indexOfPair()
H A Dparser.d100 else if (code[pc].isStart || code[pc].isEnd) in reverseBytecode()
1642 if (ir[i].isStart || ir[i].code == Option) in fixupBytecode()
1735 if (ir[pc].isStart || ir[pc].isEnd) in validateRe()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d283 @property bool isStart() const { return isStartIR(code); } in isStart() function
341 assert(isStart || isEnd); in paired()
348 assert(isStart || isEnd); in indexOfPair()
349 return isStart ? pc + data + length : pc - data - lengthOfPairedIR(code); in indexOfPair()
H A Dparser.d111 else if (code[pc].isStart || code[pc].isEnd) in reverseBytecode()
1106 if (ir[i].isStart || ir[i].code == Option) in fixupBytecode()
1199 if (ir[pc].isStart || ir[pc].isEnd) in validateRe()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d1217 @property bool isStart() @safe @nogc pure nothrow { return type == TagType.START; } in isStart() function
2059 if (tag_.isStart) in parse()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d1209 @property bool isStart() @safe @nogc pure nothrow { return type == TagType.START; } in isStart() function
2050 if (tag_.isStart) in parse()