OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextEHDestIndex
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/CodeGen/
CGCleanup.h
505
if (empty())
NextEHDestIndex
= FirstEHDestIndex;
517
if (empty())
NextEHDestIndex
= FirstEHDestIndex;
CGCleanup.cpp
167
if (empty())
NextEHDestIndex
= FirstEHDestIndex;
197
if (empty())
NextEHDestIndex
= FirstEHDestIndex;
[
all
...]
CodeGenFunction.h
336
unsigned
NextEHDestIndex
;
366
CatchDepth(0),
NextEHDestIndex
(FirstEHDestIndex) {}
552
unsigned getNextEHDestIndex() { return
NextEHDestIndex
++; }
[
all
...]
Completed in 332 milliseconds