OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pp_unreachable
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
UnwrappedLineParser.h
153
PP_Unreachable
// #if 0 or a conditional preprocessor block inside #if 0
UnwrappedLineParser.cpp
382
if (!PPStack.empty() && PPStack.back() ==
PP_Unreachable
)
383
PPStack.push_back(
PP_Unreachable
);
394
PPStack.push_back(
PP_Unreachable
);
[
all
...]
Completed in 487 milliseconds