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

  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 113 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc,
  /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) {
499 /// \brief Hook called whenever an \#endif is seen.
500 void Endif(SourceLocation Loc, SourceLocation IfLoc) override {
501 First->Endif(Loc, IfLoc);
502 Second->Endif(Loc, IfLoc);
508 #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 638 milliseconds