HomeSort by relevance Sort by last modified time
    Searched defs:Endif (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 113 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc,
  /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/clang/include/clang/Lex/
PPCallbacks.h 265 /// \#if/\#else directive and ends after the \#endif/\#else directive.
315 /// \brief Hook called whenever an \#endif is seen.
318 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) {
502 /// \brief Hook called whenever an \#endif is seen.
503 void Endif(SourceLocation Loc, SourceLocation IfLoc) override {
504 First->Endif(Loc, IfLoc);
505 Second->Endif(Loc, IfLoc);
511 #endif
  /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 1749 milliseconds