OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Endif
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Lex/
PPCallbacks.h
246
/// \#if/\#else directive and ends after the \#
endif
/\#else directive.
292
/// \brief Hook called whenever an \#
endif
is seen.
295
virtual void
Endif
(SourceLocation Loc, SourceLocation IfLoc) {
465
/// \brief Hook called whenever an \#
endif
is seen.
466
virtual void
Endif
(SourceLocation Loc, SourceLocation IfLoc) {
467
First->
Endif
(Loc, IfLoc);
468
Second->
Endif
(Loc, IfLoc);
474
#
endif
PPConditionalDirectiveRecord.h
74
/// directive. if a \#if/\#
endif
block is fully contained within the range,
98
virtual void
Endif
(SourceLocation Loc, SourceLocation IfLoc);
103
#
endif
// LLVM_CLANG_LEX_PPCONDITIONALDIRECTIVERECORD_H
/external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp
113
void PPConditionalDirectiveRecord::
Endif
(SourceLocation Loc,
PPDirectives.cpp
234
/// file. Lex the rest of the file, until we see an \#
endif
. If
357
if (Sub == "ndif") { // "
endif
"
369
CheckEndOfDirective("
endif
");
372
Callbacks->
Endif
(Tok.getLocation(), CondInfo.IfLoc);
445
// Finally, if we are out of the conditional (saw an #
endif
or ran off the end
462
// Skip to the next '#else', '#elif', or #
endif
.
464
// We have reached an #
endif
. Both the '#' and '
endif
' tokens
585
#
endif
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c
60
int
Endif
;
552
branch->
Endif
= -1;
557
/* actual instruction is filled in at
ENDIF
time */
569
/* actual instruction is filled in at
ENDIF
time */
579
branch->
Endif
= newip;
581
s->Code->inst[branch->
Endif
].inst2 = R500_FC_OP_JUMP
588
s->Code->inst[branch->
Endif
].inst3 = R500_FC_JUMP_ADDR(branch->
Endif
+ 1);
608
s->Code->inst[branch->Else].inst3 = R500_FC_JUMP_ADDR(branch->
Endif
+ 1);
612
s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->
Endif
+ 1)
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c
60
int
Endif
;
552
branch->
Endif
= -1;
557
/* actual instruction is filled in at
ENDIF
time */
569
/* actual instruction is filled in at
ENDIF
time */
579
branch->
Endif
= newip;
581
s->Code->inst[branch->
Endif
].inst2 = R500_FC_OP_JUMP
588
s->Code->inst[branch->
Endif
].inst3 = R500_FC_JUMP_ADDR(branch->
Endif
+ 1);
608
s->Code->inst[branch->Else].inst3 = R500_FC_JUMP_ADDR(branch->
Endif
+ 1);
612
s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->
Endif
+ 1)
[
all
...]
Completed in 315 milliseconds