OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ifdef
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Lex/
PPCallbacks.h
264
/// \param IfLoc the source location of the \#if/\#
ifdef
/\#ifndef directive.
270
/// \brief Hook called whenever an \#
ifdef
is seen.
274
virtual void
Ifdef
(SourceLocation Loc, const Token &MacroNameTok,
288
/// \param IfLoc the source location of the \#if/\#
ifdef
/\#ifndef directive.
294
/// \param IfLoc the source location of the \#if/\#
ifdef
/\#ifndef directive.
445
/// \brief Hook called whenever an \#
ifdef
is seen.
446
virtual void
Ifdef
(SourceLocation Loc, const Token &MacroNameTok,
448
First->
Ifdef
(Loc, MacroNameTok, MD);
449
Second->
Ifdef
(Loc, MacroNameTok, MD);
PPConditionalDirectiveRecord.h
93
virtual void
Ifdef
(SourceLocation Loc, const Token &MacroNameTok,
PreprocessingRecord.h
574
virtual void
Ifdef
(SourceLocation Loc, const Token &MacroNameTok,
/external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp
85
void PPConditionalDirectiveRecord::
Ifdef
(SourceLocation Loc,
PreprocessingRecord.cpp
384
void PreprocessingRecord::
Ifdef
(SourceLocation Loc, const Token &MacroNameTok,
PPDirectives.cpp
137
/// else (e.g. \#
ifdef
).
346
Sub == "def" || // "
ifdef
"
348
// We know the entire #if/#
ifdef
/#ifndef block will be skipped, don't
[
all
...]
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
if_test.cpp
548
TEST_F(IfTest,
Ifdef
)
551
"#
ifdef
foo\n"
557
"#
ifdef
foo\n"
824
const char* str = "#
ifdef
foo\n";
830
"
ifdef
"));
/external/libpng/
CHANGES
309
Removed #
ifdef
/#endif around a png_free() in pngread.c
395
Added #
ifdef
PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
409
Removed misplaced #endif and #
ifdef
PNG_NO_EXTERN near the end of png.h
542
Remove all the new declarations with #
ifdef
/#endif when
556
#
ifdef
PNG_iTXt_SUPPORTED
[
all
...]
Completed in 980 milliseconds