Searched defs:Endif (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp113 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, function in class:PPConditionalDirectiveRecord
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c60 int Endif; member in struct:branch_info
552 branch->Endif = -1;
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);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c60 int Endif; member in struct:branch_info
552 branch->Endif = -1;
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);
/external/clang/include/clang/Lex/
H A DPPCallbacks.h318 virtual void Endif(SourceLocation Loc, SourceLocation IfLoc) { function in class:clang::PPCallbacks
503 void Endif(SourceLocation Loc, SourceLocation IfLoc) override {
504 First->Endif(Loc, IfLoc);
505 Second->Endif(Loc, IfLoc);

Completed in 218 milliseconds